KKSU
2024-12-20 f150c96d9227c1cea6feef6b78f315b8be8410d0
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;
}