| | |
| | | private String fireExtinguisherValidityPeriod; |
| | | @Excel(name = "操作系统", width = 15,orderNum = "13") |
| | | @ApiModelProperty(value = "操作系统") |
| | | @Dict(dicCode = "operation_flag") |
| | | private String operatingSystem; |
| | | @Excel(name = "系统", width = 15,orderNum = "14") |
| | | @ApiModelProperty(value = "系统") |
| | |
| | | @Dict(dicCode = "id",dictTable = "mom_base_area",dicText = "name") |
| | | private String areaId; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | private Date startTime; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss") |
| | | private Date endTime; |
| | | |
| | | @TableField(exist = false) |
| | | private String yseNoInspectionStandard; |
| | | @TableField(exist = false) |
| | | private String yseNoMaintenance2Standard; |
| | | @TableField(exist = false) |
| | | private String yseNoMaintenance3Standard; |
| | | @TableField(exist = false) |
| | | private List<String> userWorkCenterIds; |
| | | |
| | | |
| | | } |