ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Goods.java
@@ -47,9 +47,9 @@ @TableField("purchase_limit") private Integer purchaseLimit; @ApiModelProperty(value = "配送方式(1=自提,2=快递)") @ApiModelProperty(value = "配送方式(1=自提,2=快递,1,2 = 自提+快递)") @TableField("distribution_mode") private Integer distributionMode; private String distributionMode; @ApiModelProperty(value = "指定门店(1=指定,2=所有)") @TableField("appoint_store") @@ -139,5 +139,9 @@ @ApiModelProperty(value = "地区价格") private List<GoodsArea> goodsAreaList; public String getIdStr() { return String.valueOf(id); } }