doum
17 小时以前 fa2381213682c81668fac45ac3e6628dd5155be5
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主键)")