|
|
|
@ -51,6 +51,7 @@ public class EquRepairWorkOrder extends BaseEntity {
|
|
|
|
private String workFaultDesc;
|
|
|
|
private String workFaultDesc;
|
|
|
|
|
|
|
|
|
|
|
|
private String orderDesc;//故障描述
|
|
|
|
private String orderDesc;//故障描述
|
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@Excel(name = "报修时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
@Excel(name = "报修时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
|
|
|
|
private Date createTime;//报修时间
|
|
|
|
private Date createTime;//报修时间
|
|
|
|
|
|
|
|
|
|
|
|
|