| | |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private java.util.Date nextThirdMaintenanceTime; |
| | | |
| | | @ApiModelProperty(value = "生产线ID") |
| | | private String lineId; |
| | | |
| | | @ApiModelProperty(value = "是否主设备") |
| | | @Dict(dicCode = "is_product") |
| | | private String isMeta; |
| | | |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd") |
| | | @TableField(exist = false) |
| | |
| | | @TableField(exist = false) |
| | | private String maintenanceOrderId; |
| | | private String checkPeriod; |
| | | @TableField(exist = false) |
| | | private List<Equipment> equipmentOfLineTable; |
| | | @TableField(exist = false) |
| | | private String showId; |
| | | @TableField(exist = false) |
| | | private Integer sumOfEquipment; |
| | | } |