| | |
| | | /** |
| | | * 工段 |
| | | */ |
| | | @Excel(name = "中心/工区/工段", width = 15, orderNum = "4",dictTable = "eam_base_factory",dicText = "factory_name",dicCode = "org_code") |
| | | @Excel(name = "中心/工区/工段", width = 15, orderNum = "4") |
| | | @ApiModelProperty(value = "中心/工区/工段") |
| | | @Dict(dictTable = "eam_base_factory",dicText = "factory_name",dicCode = "org_code") |
| | | private String factoryOrgCode; |
| | |
| | | /** |
| | | * 所属分类 |
| | | */ |
| | | @Excel(name = "所属分类", width = 15, orderNum = "5") |
| | | @Excel(name = "所属分类", width = 15, orderNum = "5",dicCode = "equipment_category") |
| | | @ApiModelProperty(value = "所属分类") |
| | | @Dict(dicCode = "equipment_category") |
| | | private String equipmentCategory; |
| | |
| | | /** |
| | | * 维修班组 |
| | | */ |
| | | @Excel(name = "维修班组", width = 15, orderNum = "10",dictTable = "eam_base_repair_depart",dicText = "depart_name",dicCode = "org_code") |
| | | @Excel(name = "维修班组", width = 15, orderNum = "10") |
| | | @ApiModelProperty(value = "维修班组") |
| | | @Dict(dictTable = "eam_base_repair_depart",dicText = "depart_name",dicCode = "org_code") |
| | | private String repairDepartOrgCode; |
| | |
| | | /** |
| | | * 灭火器 |
| | | */ |
| | | @Excel(name = "灭火器", width = 15, orderNum = "16") |
| | | @Excel(name = "灭火器", width = 15, orderNum = "16",dicCode = "yn") |
| | | @ApiModelProperty(value = "灭火器") |
| | | @Dict(dicCode = "yn") |
| | | private String fireExtinguisher; |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 质保开始日期 |
| | | */ |
| | | @Excel(name = "质保开始日期", width = 15, orderNum = "36") |
| | | @Excel(name = "质保开始日期", width = 25, format = "yyyy/MM/dd", orderNum = "36") |
| | | @ApiModelProperty(value = "质保开始日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | /** |
| | | * 质保结束日期 |
| | | */ |
| | | @Excel(name = "质保结束日期", width = 15, orderNum = "37") |
| | | @Excel(name = "质保结束日期", width = 15, format = "yyyy/MM/dd", orderNum = "37") |
| | | @ApiModelProperty(value = "质保结束日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | |
| | | /**最新二保日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "最新二保日期", width = 15, orderNum = "39") |
| | | @Excel(name = "最新二保日期", width = 15, format = "yyyy/MM/dd", orderNum = "39") |
| | | @ApiModelProperty(value = "最新二保日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | |
| | | /**下次二保日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "下次二保日期", width = 15, orderNum = "40") |
| | | @Excel(name = "下次二保日期", width = 15, format = "yyyy/MM/dd", orderNum = "40") |
| | | @ApiModelProperty(value = "下次二保日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | |
| | | /**本次三保日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "本次三保日期", width = 15, orderNum = "41") |
| | | @Excel(name = "本次三保日期", width = 15, format = "yyyy/MM/dd",orderNum = "41") |
| | | @ApiModelProperty(value = "本次三保日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | |
| | | /**下次三保日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "下次三保日期", width = 15, orderNum = "42") |
| | | @Excel(name = "下次三保日期", width = 15, format = "yyyy/MM/dd", orderNum = "42") |
| | | @ApiModelProperty(value = "下次三保日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | |
| | | |
| | | /**最新技术状态鉴定日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "最新技术状态鉴定日期", width = 15, orderNum = "44") |
| | | @Excel(name = "最新技术状态鉴定日期", width = 15, format = "yyyy/MM/dd", orderNum = "44") |
| | | @ApiModelProperty(value = "最新技术状态鉴定日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private java.util.Date latestTechnologyCheck; |
| | | /**技术状态下次鉴定日期*/ |
| | | @TableField(exist = false) |
| | | @Excel(name = "技术状态下次鉴定日期", width = 15, orderNum = "45") |
| | | @Excel(name = "技术状态下次鉴定日期", width = 15, format = "yyyy/MM/dd", orderNum = "45") |
| | | @ApiModelProperty(value = "技术状态下次鉴定日期") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |