gongzuming
2024-10-11 34a5c00c80235213fca81689636c79fbad47a5fe
src/main/java/com/mzl/flower/dto/request/report/QueryOrderDTO.java
@@ -26,4 +26,11 @@
    @ApiModelProperty(value = "合伙人id")
    private Long partnerId;
    @ApiModelProperty(value = "下单日期")
    @JsonFormat(pattern="yyyy-MM-dd" ,timezone="GMT+8")
    @DateTimeFormat(pattern="yyyy-MM-dd")
//    @NotNull(message = "下单日期不能为空")
    private LocalDate calDate;
}