rk
2 天以前 ad713405e7428a21052c2f5d2acc74edb156e43a
server/dmmall_service/src/main/java/com/doumee/dao/business/model/ShopGoodsRelation.java
@@ -55,6 +55,9 @@
    @ApiModelProperty(value = "商户主键(shop主键)", example = "1")
    @ExcelColumn(name="商户主键(shop主键)")
    private Integer shopId;
    @ApiModelProperty(value = "商品编码(goods主键)", example = "1")
    @ExcelColumn(name="商品编码(goods主键)")
    private Integer goodsId;
    @ApiModelProperty(value = "商品SKU ID(goods_sku主键)", example = "1")
    @ExcelColumn(name="商品SKU ID(goods_sku主键)")