| | |
| | | @ApiModelProperty(value = "开始时间", example = "") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private LocalDateTime startTime; |
| | | private String startTime; |
| | | |
| | | @ApiModelProperty(value = "结束时间", example = "") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private LocalDateTime endTime; |
| | | private String endTime; |
| | | |
| | | @ApiModelProperty(value = "调度单位", example = "") |
| | | private String subjectOrgCode; |