diff --git a/entry/src/main/ets/model/api.ets b/entry/src/main/ets/model/api.ets index dc4a833..14ebdd9 100644 --- a/entry/src/main/ets/model/api.ets +++ b/entry/src/main/ets/model/api.ets @@ -173,28 +173,10 @@ interface ImageCompareRspBodyType { } //-----开始 初始化表结构--- -interface RecordContainer { - record: Array | T; -} + export type PublicInfoType = Array | RecordType; -// export type GunCameraInfo = RecordContainer; -// -// export type Sysset = RecordContainer; -// -// export type SystemParm = RecordContainer; -// -// export type MarkRuleType = RecordContainer; -// -// export type MarkRuleSet = RecordContainer; -// -// export type Cdsbinfo = RecordContainer; -// -// export type CarInfo = RecordContainer; -// -// export type ItemInfoType = RecordContainer; - export interface RecordType extends User, MA_SYSTEMPARMType, ES_CARINFOType, MA_SYSTEMPARMType, MA_CDSBINFOType, MA_ITEMINFOType, MA_MAP_POINTType, MA_MAP_POINT_ITEMType, MA_MARKRULEType {}