jiangping
2025-02-20 3b21b61d28097c72811ce5a0a6a72b7722c68b1d
server/services/src/main/java/com/doumee/dao/business/model/PricingParam.java
@@ -54,12 +54,12 @@
    @ApiModelProperty(value = "开始时间")
    @ExcelColumn(name="开始时间")
    //@JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date startDate;
    @ApiModelProperty(value = "结束时间")
    @ExcelColumn(name="结束时间")
    //@JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date endDate;
    @ApiModelProperty(value = "优先级(升序)", example = "1")