From cb2218cc7dd71636c0ac28d2b003dbe7edad8bc1 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 05 六月 2025 13:36:24 +0800 Subject: [PATCH] refactor(extend): 修改 SnailJob 服务器端口 --- 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