From bab490d2da009c1a23b352b3b964e0c2dd06a0b3 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 12 六月 2025 17:32:42 +0800
Subject: [PATCH] 移动端功能优化

---
 eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts |   34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts b/eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts
index 996513f..ffb06e7 100644
--- a/eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts
+++ b/eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts
@@ -15,6 +15,11 @@
   maintType: string;
 
   /**
+   * 宸ヤ綔鎻忚堪
+   */
+  maintDesc: string;
+
+  /**
    * 璁″垝琛ㄥ啑浣�-淇濆吇鍛ㄦ湡
    */
   maintCycle: number;
@@ -87,3 +92,32 @@
   remark: string;
 
 }
+export interface MaintOrderGroupVO {
+  /**
+   *
+   */
+  id: number | string;
+
+  /**
+   *
+   */
+  equId: number | string;
+
+  /**
+   * 璁″垝琛ㄥ啑浣�-淇濆吇浜�
+   */
+  maintUserNames: string;
+
+
+  /**
+   * 楠岃瘉浜�
+   */
+  verifyUserNames: string;
+
+  /**
+   * 淇濆吇璁″垝鏃堕棿
+   */
+  planTime: string;
+
+
+}

--
Gitblit v1.9.3