|
@@ -397,4 +397,6 @@ public class OrderItems implements Serializable {
|
|
|
private BigDecimal productPrice;
|
|
private BigDecimal productPrice;
|
|
|
@ApiModelProperty(value = "商品类型 默认0 为商品 1 为赠品")
|
|
@ApiModelProperty(value = "商品类型 默认0 为商品 1 为赠品")
|
|
|
private int goodType;
|
|
private int goodType;
|
|
|
|
|
+ @ApiModelProperty(value = "单品毛利率")
|
|
|
|
|
+ private BigDecimal itemMargin;
|
|
|
}
|
|
}
|