Lius
2023-11-06 d6a909e1a3b5fdb7fee5c9a694467f4b52d7d1f9
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/DeteriorationFactor.java
@@ -49,7 +49,7 @@
    /**删除状态(0-正常,1-已删除)*/
    @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
    @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
    private Integer delFlag = CommonConstant.DEL_FLAG_0;
    private java.lang.Integer delFlag = CommonConstant.DEL_FLAG_0;
   /**备注*/
   @Excel(name = "备注", width = 15)
    @ApiModelProperty(value = "备注")