MsgSetName.ts 73 B

1234567
  1. // 定义返回字段
  2. export interface MsgSetName {
  3. name:string
  4. }