jiaosong
2023-11-03 538938d540cb71d6c17478d1d53b1e9da24334c9
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")