huliguo
2025-04-08 07de03ccae02d00be243911a003115fe9b24f863
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Goods.java
@@ -40,21 +40,11 @@
    @TableField("goods_category_id")
    private Integer goodsCategoryId;
    @ApiModelProperty(value = "类型(1=服务商品,2=单品商品)")
    @TableField("type")
    private Integer type;
    @ApiModelProperty(value = "限购数量(-1不限购)")
    @TableField("purchase_limit")
    private Integer purchaseLimit;
    @ApiModelProperty(value = "配送方式(1=自提,2=快递)")
    @TableField("distribution_mode")
    private String distributionMode;
    @ApiModelProperty(value = "指定门店(1=指定,2=所有)")
    @TableField("appoint_store")
    private Integer appointStore;
    @ApiModelProperty(value = "商品简介")
    @TableField("introduction")
@@ -129,7 +119,7 @@
    @TableField(exist = false)
    @ApiModelProperty(value = "指定门店")
    private List<GoodsShop> goodsShopList;
    private GoodsShop goodsShop;
    @TableField(exist = false)
    private String categoryName;