From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquStatuVo.java | 19 ++++++++++++++++++- 1 files changed, 18 insertions(+), 1 deletions(-) diff --git a/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquStatuVo.java b/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquStatuVo.java index 3f5d8c7..a602de9 100644 --- a/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquStatuVo.java +++ b/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquStatuVo.java @@ -47,8 +47,10 @@ /** * 璁惧鍚嶇О */ - @Translation(type = TransConstant.EQU_ID_TO_NAME, mapper = "equId") private String equName; + + + private String assetNo; /** * 鍙樻洿鍓嶇姸鎬� @@ -96,4 +98,19 @@ private String remark; + /** + * 纭浜� + */ + private Long confirmor; + + + @Translation(type = TransConstant.USER_ID_TO_NICKNAME, mapper = "confirmor") + private String confirmorName; + + /** + * 鍙樻洿鍗曠姸鎬侊紙0-鐢宠锛�1-鍚屾剰锛�2-椹冲洖锛� + */ + private String orderStatus; + + } -- Gitblit v1.9.3