MsgSetName.ts 76 B

1234567
  1. // 返回修改后名字
  2. export interface MsgSetName {
  3. name:string
  4. }