|
|
@@ -27,10 +27,10 @@ public class DbStockParam extends PageQuery implements Serializable {
|
|
|
private Long collegeId;
|
|
|
|
|
|
@ApiModelProperty("开始时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDate startTime;
|
|
|
|
|
|
@ApiModelProperty("结束时间")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDate endTime;
|
|
|
}
|