Administrator
2026-03-18 6d450cf1fd7b70edf89e5e9788ac5be536040fbb
src/main/java/cc/mrbird/febs/yinhe/req/YHCategoryDto.java
@@ -10,9 +10,6 @@
@ApiModel(value = "YHCategoryDto", description = "参数")
public class YHCategoryDto {
    @ApiModelProperty(value = "ID", example = "10")
    private String id;
    @ApiModelProperty(value = "是否推荐到小程序首页 1-推荐 0-不推荐", example = "1")
    private Integer hotState;