jiaosong
2023-11-07 a5da0116cb9768a3cca5ee69313d6b4dca9d6ca9
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")