MsgEpsChange.ts 100 B

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