MsgEpsChange_s.ts 102 B

1234567
  1. // 定义返回字段
  2. export interface MsgEpsChange_s {
  3. [id: string]: number; //属性信息
  4. }