KKSU
2025-01-06 cfb92f155cd9a7a69f6d4e58cbd826c36cb613a7
src/main/java/cc/mrbird/febs/mall/dto/ApiGetRunDateDto.java
@@ -11,7 +11,7 @@
public class ApiGetRunDateDto {
    @NotBlank(message = "参数不能为空")
    @ApiModelProperty(value = "日期的年月日")
    @ApiModelProperty(value = "日期的年月日 2014-12-01")
    private String dateStr;
}