From 5a5242db174648ddd0be0a25f92ad80b81fefc34 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Tue, 22 Apr 2025 16:26:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/model/api.ets | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) 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 {}