jiaosong
2023-09-19 b5aa2c49f7a801de9af91eec71e339ff6d2781bb
server/service/src/main/java/com/doumee/dao/business/model/dto/GoodCreatePlatRequest.java
@@ -17,6 +17,7 @@
    @ApiModelProperty(value = "类别编码",example = "1")
    private Integer categoryId;
    @ApiModelProperty(value = "商品范围 0全部 1部分",example = "1")
    private Integer type;