jiangping
2025-02-17 66ca3c7a1abce80143a3bd5c1e197aa020c396b6
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")