From e6d701963edc05441f58b689b1ed18b89d0faff3 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期三, 05 三月 2025 10:41:01 +0800 Subject: [PATCH] art: 所有设备 台账 技术状态鉴定 根据设备id查询技术状态鉴定,并过滤掉已完成的技术状态鉴定 --- lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java index 3fd6c01..33a0664 100644 --- a/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java +++ b/lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java @@ -49,7 +49,7 @@ /**鍒犻櫎鐘舵��(0-姝e父,1-宸插垹闄�)*/ @Excel(name = "鍒犻櫎鐘舵��(0-姝e父,1-宸插垹闄�)", width = 15) @ApiModelProperty(value = "鍒犻櫎鐘舵��(0-姝e父,1-宸插垹闄�)") - private Integer delFlag = CommonConstant.DEL_FLAG_0; + private java.lang.Integer delFlag = CommonConstant.DEL_FLAG_0; /**澶囨敞*/ @Excel(name = "澶囨敞", width = 15) @ApiModelProperty(value = "澶囨敞") -- Gitblit v1.9.3