MsgEpsChange_s.ts 104 B

123456789
  1. /**
  2. * 属性变化
  3. */
  4. export interface MsgEpsChange_s {
  5. [id: string]: number; //属性信息
  6. }