|
@@ -38,11 +38,11 @@ public class MercFeeCountMonthDto {
|
|
|
@Accessors(chain = true)
|
|
|
public static class Page extends Vo {
|
|
|
@ApiModelProperty(value = "月份-起")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime beginTime;
|
|
|
|
|
|
@ApiModelProperty(value = "月份-止")
|
|
|
- @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ @JsonFormat(pattern = "yyyy-MM-dd")
|
|
|
private LocalDateTime endTime;
|
|
|
|
|
|
@ApiModelProperty(value = "分页对象", required = true)
|