From 245cfffbbc8d96333eccf40885e6fdeeb0ed636e Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 20 六月 2025 14:18:54 +0800 Subject: [PATCH] feat(eims): 添加未完成维修工单数量查询功能,优化搜索设备、保养、点检、维修查询,增加关键字模糊查询 --- eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquVo.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquVo.java b/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquVo.java index 36a3d0a..528a795 100644 --- a/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquVo.java +++ b/eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsEquVo.java @@ -147,7 +147,7 @@ * 闄勪欢 */ @ExcelProperty(value = "闄勪欢") - private String attachments; + private Long attachId; /** @@ -166,7 +166,7 @@ * 璁惧绫诲瀷鍚嶇О */ //@ExcelProperty(value = "璁惧绫诲瀷") - @Translation(type = TransConstant.EQU_YPE_ID_TO_NAME, mapper = "equTypeId") + @Translation(type = TransConstant.EQU_TYPE_ID_TO_NAME, mapper = "equTypeId") private String equTypeName; -- Gitblit v1.9.3