From 14681dfe7052cb76eefcc0c17d0a0d708e1ac9dd Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 13 五月 2025 16:31:14 +0800
Subject: [PATCH] 完成移动端基本功能

---
 eims-ui-mobile/src/service/equ.d.ts |   50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/eims-ui-mobile/src/service/equ.d.ts b/eims-ui-mobile/src/service/equ.d.ts
index 7807f19..632cbf2 100644
--- a/eims-ui-mobile/src/service/equ.d.ts
+++ b/eims-ui-mobile/src/service/equ.d.ts
@@ -2,123 +2,123 @@
   /**
    *
    */
-  equId: number | string;
+  equId?: number | string;
 
   /**
    * 璧勪骇缂栧彿
    */
-  assetNo: string;
+  assetNo?: string;
   /**
    * 璁惧缂栫爜
    */
-  equCode: string;
+  equCode?: string;
 
   /**
    * 璁惧鍚嶇О
 
    */
-  equName: string;
+  equName?: string;
   /**
    * 璁惧绫诲瀷
 
    */
-  equTypeName: string;
+  equTypeName?: string;
 
   /**
    * 鍨嬪彿
    */
-  modelNo: string;
+  modelNo?: string;
 
   /**
    * 鍒堕�犲晢
    */
-  madeIn: string;
+  madeIn?: string;
 
   /**
    * 棰濆害鍔熺巼
    */
-  ratedPower: number;
+  ratedPower?: number;
 
   /**
    * 閾墝淇℃伅
    */
-  plateInfo: string;
+  plateInfo?: string;
 
   /**
    * 閲囪喘鏃ユ湡
    */
-  purchaseDate: string;
+  purchaseDate?: string;
 
   /**
    * 鐘舵��
    */
-  status: string;
+  status?: string;
 
   /**
    * 鎵�鍦ㄥ満鎵�
    */
-  location: string;
+  location?: string;
 
   /**
    * 浣跨敤閮ㄩ棬锛堝叧鑱攊d锛�
    */
-  deptUsed: number;
+  deptUsed?: number;
   /**
    * 浣跨敤閮ㄩ棬鍚嶇О
    */
-  deptName: number;
+  deptName?: number;
 
   /**
    * 璐d换浜�(鍏宠仈id)
    */
-  respPerson: number;
+  respPerson?: number;
   /**
    * 璐d换浜�
    */
-  respPersonName: string;
+  respPersonName?: string;
 
   /**
    * 鑱旂郴鐢佃瘽
    */
-  contactPhone: string;
+  contactPhone?: string;
 
   /**
    * 姝e紡浣跨敤鏃ユ湡
    */
-  deployDate: string;
+  deployDate?: string;
 
   /**
    * 寮�濮嬭瘯鐢ㄦ棩鏈�
    */
-  trialDate: string;
+  trialDate?: string;
 
   /**
    * 璁″垝楠屾敹鏃ユ湡
    */
-  planAcceptDate: string;
+  planAcceptDate?: string;
 
   /**
    * 瀹為檯楠屾敹鏃ユ湡
    */
-  actualAcceptDate: string;
+  actualAcceptDate?: string;
 
   /**
    * 瀵煎叆鐘舵�侊紙瀛楀吀锛�
    */
-  importStatus: number;
+  importStatus?: number;
 
   /**
    * 鐩樼偣鏍囧織
    */
-  inventoryFlag: number;
+  inventoryFlag?: number;
 
   /**
    * 涓婃鐩樼偣鏃ユ湡
    */
-  inventoryDate: string;
+  inventoryDate?: string;
 
   /**
    * 浣跨敤骞撮檺
    */
-  serviceLife: number;
+  serviceLife?: number;
 }

--
Gitblit v1.9.3