jiaosong
2023-09-19 aec9ada120e275d927d297a3caf054a6ca84660a
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;