MsgSetName.ts 65 B

1234
  1. // 修改名字
  2. export interface MsgSetName {
  3. name:string;
  4. }