| | |
| | | @ApiModelProperty(value = "主键") |
| | | private java.lang.String id; |
| | | /**创建人*/ |
| | | @Excel(name = "创建人", width = 15) |
| | | @ApiModelProperty(value = "创建人") |
| | | private java.lang.String createBy; |
| | | /**创建时间*/ |
| | | @ApiModelProperty(value = "创建时间") |
| | | private java.util.Date createTime; |
| | | /**更新人*/ |
| | | @Excel(name = "更新人", width = 15) |
| | | @ApiModelProperty(value = "更新人") |
| | | private java.lang.String updateBy; |
| | | /**更新时间*/ |
| | | @ApiModelProperty(value = "更新时间") |
| | | private java.util.Date updateTime; |
| | | /**删除标记*/ |
| | | @Excel(name = "删除标记", width = 15) |
| | | @ApiModelProperty(value = "删除标记") |
| | | private java.lang.Integer delFlag; |
| | | /**设备统一编号*/ |
| | | @Excel(name = "设备统一编号", width = 15) |
| | | @ApiModelProperty(value = "设备统一编号") |
| | | private java.lang.String equipmentCode; |
| | | /**使用部门*/ |
| | | @Excel(name = "生产单位", width = 15,dictTable = "eam_base_factory",dicText = "factory_name",dicCode = "org_code") |
| | | @ApiModelProperty(value = "生产单位") |
| | | @Dict(dictTable = "eam_base_factory",dicText = "factory_name",dicCode = "org_code") |
| | | private java.lang.String factoryOrgCode; |
| | | |
| | | /**设备名称*/ |
| | | @Excel(name = "设备名称", width = 15) |
| | | @ApiModelProperty(value = "设备名称") |
| | | private java.lang.String equipmentName; |
| | | /**使用部门*/ |
| | | @Excel(name = "使用部门", width = 15) |
| | | @ApiModelProperty(value = "使用部门") |
| | | @Dict(dictTable = "eam_base_factory",dicText = "factory_name",dicCode = "org_code") |
| | | private java.lang.String factoryOrgCode; |
| | | |
| | | /**设备型号*/ |
| | | @Excel(name = "设备型号", width = 15) |
| | | @ApiModelProperty(value = "设备型号") |
| | | private java.lang.String equipmentModel; |
| | | /**统一编号*/ |
| | | @Excel(name = "统一编号", width = 15) |
| | | @ApiModelProperty(value = "统一编号") |
| | | private java.lang.String equipmentCode; |
| | | |
| | | /**保养日期*/ |
| | | @Excel(name = "保养日期", width = 15,format = "yyyy-MM-dd") |
| | | @ApiModelProperty(value = "保养日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |