“linengliang”
2023-08-29 14b1e801322db00b6b0d8dd059b9720adeb21bd8
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/entity/EquipmentCategory.java
@@ -38,7 +38,6 @@
    private static final long serialVersionUID = 1L;
   /**父id*/
   @Excel(name = "父id", width = 15)
    @ApiModelProperty(value = "父id")
    private String parentId;
   /**设备分类编码*/
@@ -51,31 +50,28 @@
    private String name;
   /**租户id*/
   @Excel(name = "租户id", width = 15)
    @ApiModelProperty(value = "租户id")
    private String tenantId;
   /**删除状态(0-正常,1-已删除)*/
   @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
    @ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
    private Integer delFlag = CommonConstant.DEL_FLAG_0;
   /**备用字段1*/
   @Excel(name = "备用字段1", width = 15)
    @ApiModelProperty(value = "备用字段1")
   @Excel(name = "设备分类标识", width = 15,dicCode = "equipment_category")
    @ApiModelProperty(value = "设备分类标识(数据字典:equipment_category)")
    @Dict(dicCode = "equipment_category")
    private String equipmentCategoryUda1;
   /**备用字段2*/
   @Excel(name = "备用字段2", width = 15)
    @ApiModelProperty(value = "备用字段2")
   @Excel(name = "技术状态鉴定周期", width = 15,dicCode = "appraisal_cycle")
    @ApiModelProperty(value = "技术状态鉴定周期")
    @Dict(dicCode = "appraisal_cycle")
    private String equipmentCategoryUda2;
   /**备用字段3*/
   @Excel(name = "备用字段3", width = 15)
    @ApiModelProperty(value = "备用字段3")
    private String equipmentCategoryUda3;
   /**备用字段4*/
   @Excel(name = "备用字段4", width = 15)
    @ApiModelProperty(value = "备用字段4")
    private String equipmentCategoryUda4;
   /**备用字段5*/
   @Excel(name = "备用字段5", width = 15)
    @ApiModelProperty(value = "备用字段5")
    private String equipmentCategoryUda5;
   /**备注*/
@@ -84,7 +80,6 @@
    private String remark;
    /**状态 0 禁用 1 启用*/
    @Excel(name = "状态 0 禁用 1 启用", width = 15)
    @ApiModelProperty(value = "状态 0 禁用 1 启用")
    private String status = CommonConstant.STATUS_1;