From b7b10f78abc7ba462e5c602ba7e70d4739e316b8 Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期二, 24 六月 2025 09:00:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

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