|
@@ -86,7 +86,7 @@ public class CheckedRecordListDTO {
|
|
* 任务月份
|
|
* 任务月份
|
|
*/
|
|
*/
|
|
@ApiModelProperty("任务月份")
|
|
@ApiModelProperty("任务月份")
|
|
- @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
|
|
|
|
|
+ @JsonFormat(pattern = "yyyy-MM", timezone = "GMT+8")
|
|
private Date month;
|
|
private Date month;
|
|
|
|
|
|
/**
|
|
/**
|