| | |
| | | private String parentCategoryId; |
| | | |
| | | @ApiModelProperty(value = "抵扣比例(0.1%~100%)", example = "1", hidden = true) |
| | | @TableField(exist = false) |
| | | private BigDecimal deductRata; |
| | | |
| | | |
| | |
| | | @ApiModelProperty(value = "商品SKU规格组") |
| | | @TableField(exist = false) |
| | | private List<GoodsSku> goodsSkuList; |
| | | @ApiModelProperty(value = "供銷商数量") |
| | | @TableField(exist = false) |
| | | private Long shopNum; |
| | | @ApiModelProperty(value = "已设置供銷商数量") |
| | | @TableField(exist = false) |
| | | private Long pricedShopNum; |
| | | |
| | | @ApiModelProperty(value = "shopId" ) |
| | | @TableField(exist = false) |
| | | private Integer shopId; |
| | | @ApiModelProperty(value = "商家供货价" ) |
| | | @TableField(exist = false) |
| | | private BigDecimal shopPrice; |
| | | |
| | | } |