| | |
| | | @ApiModelProperty(value = "事项标题") |
| | | private String title; |
| | | |
| | | @ApiModelProperty(value = "维修资产类型") |
| | | private String assetTypeName; |
| | | @ApiModelProperty(value = "维修资产类型ID") |
| | | private Integer assetTypeId; |
| | | |
| | | @ApiModelProperty(value = "维修资产一级类型") |
| | | private String assetTypeFirstLevel; |
| | | @ApiModelProperty(value = "资产类型") |
| | | private String assetTypeName; |
| | | |
| | | @ApiModelProperty(value = "维修开始时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | |
| | | @ApiModelProperty(value = "关联报修单ID") |
| | | private Integer repairRequestId; |
| | | |
| | | @ApiModelProperty(value = "关联报修单编号") |
| | | private String repairRequestNo; |
| | | |
| | | @ApiModelProperty(value = "维修资产列表") |
| | | private List<AssetRepairRecordAssetVO> assetList; |
| | | |