| | |
| | | private String id; |
| | | @Excel(name = "设备编号", width = 15) |
| | | private String equipmentId; |
| | | @Excel(name = "设备名称", width = 15) |
| | | @Excel(name = "设备名称", width = 20) |
| | | private String equipmentName; |
| | | @Excel(name = "零件号", width = 15) |
| | | private String partsCode; |
| | |
| | | @Excel(name = "程序号", width = 15) |
| | | private String sequenceNumber; |
| | | private String standardId; |
| | | @Excel(name = "日期", width = 15) |
| | | @Excel(name = "日期", width = 15, format = "yyyy-MM-dd") |
| | | @JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd") |
| | | private Date efficientDate; |