From 66e943c91e133eec5a0822ea22fd92cbc04bc9f3 Mon Sep 17 00:00:00 2001 From: zhuguifei <312353457@qq.com> Date: 星期三, 12 三月 2025 16:04:14 +0800 Subject: [PATCH] 保养工单汇总 --- eims-ui/apps/web-antd/src/api/eims/maint-order/model.d.ts | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 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..8605bb8 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 @@ -87,3 +87,32 @@ remark: string; } +export interface MaintOrderGroupVO { + /** + * + */ + id: number | string; + + /** + * + */ + equId: number | string; + + /** + * 璁″垝琛ㄥ啑浣�-淇濆吇浜� + */ + maintUserNames: string; + + + /** + * 楠岃瘉浜� + */ + verifyUserNames: string; + + /** + * 淇濆吇璁″垝鏃堕棿 + */ + planTime: string; + + +} -- Gitblit v1.9.3