zhangherong
2025-03-26 f745556104a77d62e4e05cc95231d637290faf0a
lxzn-module-eam-common/src/main/java/org/jeecg/modules/eam/entity/EamEquipment.java
@@ -34,6 +34,7 @@
   private java.lang.String id;
   /**创建人*/
    @ApiModelProperty(value = "创建人")
   @Dict(dicCode = "sys_user, realname, username")
   private java.lang.String createBy;
   /**创建时间*/
    @ApiModelProperty(value = "创建时间")
@@ -42,6 +43,7 @@
   private java.util.Date createTime;
   /**更新人*/
    @ApiModelProperty(value = "更新人")
   @Dict(dicCode = "sys_user, realname, username")
   private java.lang.String updateBy;
   /**更新时间*/
    @ApiModelProperty(value = "更新时间")
@@ -60,11 +62,11 @@
    @ApiModelProperty(value = "设备名称")
   private java.lang.String equipmentName;
   /**关键设备标识*/
   @Excel(name = "关键设备标识", width = 15)
   @Excel(name = "关键设备标识", width = 15, dicCode = "yn")
   @ApiModelProperty(value = "关键设备标识")
   private java.lang.String equipmentImportance;
   /**技术状态*/
   @Excel(name = "设备状态", width = 15, dicCode = "technology_status")
   @Excel(name = "技术状态", width = 15, dicCode = "technology_status")
   @ApiModelProperty(value = "技术状态")
   @Dict(dicCode = "technology_status")
   private java.lang.String technologyStatus;
@@ -73,17 +75,17 @@
   @ApiModelProperty(value = "操作系统")
   private java.lang.String operationSystem;
   /**使用部门*/
   @Excel(name = "使用部门", width = 15, dicCode = "mdc_production, production_name, id")
   @Excel(name = "使用车间", width = 25, dictTable = "mdc_production", dicText = "production_name", dicCode = "id")
   @ApiModelProperty(value = "使用部门")
   @Dict(dicCode = "mdc_production, production_name, id")
   private java.lang.String orgId;
   /**设备管理员*/
   @Excel(name = "设备管理员", width = 15, dicCode = "sys_user, realname, username")
   @Excel(name = "设备管理员", width = 35, dictTable = "sys_user", dicText = "realname", dicCode = "username")
   @ApiModelProperty(value = "设备管理员")
   @Dict(dicCode = "sys_user, realname, username")
   private java.lang.String equipmentManager;
   /**设备分类*/
   @Excel(name = "设备分类", width = 15, dicCode = "equipment_category")
   @Excel(name = "设备所属分类", width = 15, dicCode = "equipment_category")
   @ApiModelProperty(value = "设备分类")
   @Dict(dicCode = "equipment_category")
   private java.lang.String equipmentCategory;
@@ -96,7 +98,7 @@
    @ApiModelProperty(value = "设备规格")
   private java.lang.String equipmentSpecification;
   /**主轴连接尺寸*/
   @Excel(name = "主轴连接尺寸", width = 15)
   @Excel(name = "主轴连接尺寸", width = 25)
   @ApiModelProperty(value = "主轴连接尺寸")
   private java.lang.String spindleConnectDimension;
   /**总功率*/
@@ -125,31 +127,35 @@
   @ApiModelProperty(value = "机床厂家")
   private java.lang.String manufacturingEnterprise;
   /**来源国家*/
   @Excel(name = "来源国家", width = 15)
   @Excel(name = "机床来源国家", width = 25)
   @ApiModelProperty(value = "来源国家")
   private java.lang.String originCountry;
   /**出厂日期*/
   @Excel(name = "出厂日期", width = 25, format = "yyyy-MM-dd")
   @ApiModelProperty(value = "出厂日期")
   @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private java.util.Date leaveFactoryDate;
   /**验收日期*/
   @Excel(name = "验收日期", width = 25, format = "yyyy-MM-dd")
   @ApiModelProperty(value = "验收日期")
   @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private java.util.Date acceptanceCheckDate;
   /**质保开始日期*/
   @Excel(name = "质保开始日期", width = 25, format = "yyyy-MM-dd")
   @ApiModelProperty(value = "质保开始日期")
   @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private java.util.Date warrantyStartDate;
   /**质保结束日期*/
   @Excel(name = "质保结束日期", width = 25, format = "yyyy-MM-dd")
   @ApiModelProperty(value = "质保结束日期")
   @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd")
   @DateTimeFormat(pattern = "yyyy-MM-dd")
   private java.util.Date warrantyEndDate;
   /**是否实施MDC*/
   @Excel(name = "是否实施MDC", width = 15)
   @Excel(name = "是否实施MDC", width = 15, dicCode = "yn")
   @ApiModelProperty(value = "是否实施MDC")
   private java.lang.String mdcFlag;
   /*=====================上面是沃克模板字段======================*/