From 9e6e6a4620000b8a56c4323f34156e789156d89a Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期五, 08 十二月 2023 10:26:08 +0800 Subject: [PATCH] 设备监控设备详细信息调整LSV2 --- 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