Administrator
7 days ago 6c340588edca370436c38f0b146e0edadcd32ff9
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;