From 453f63fd6cd6466222304df619e62b3a5667ca68 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 05 八月 2025 13:56:47 +0800
Subject: [PATCH] 修复0730测试问题

---
 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