master:客户优惠返回单价;
parent
2d250a5806
commit
2a502e23d4
|
|
@ -24,8 +24,6 @@ public class StoreProdStockAndDiscountResVO {
|
|||
private Long storeCusId;
|
||||
@ApiModelProperty(value = "档口客户名称")
|
||||
private String storeCusName;
|
||||
@ApiModelProperty(value = "销售金额")
|
||||
private BigDecimal price;
|
||||
@ApiModelProperty(value = "优惠金额")
|
||||
private Integer discount;
|
||||
@ApiModelProperty(value = "商品货号")
|
||||
|
|
@ -44,6 +42,8 @@ public class StoreProdStockAndDiscountResVO {
|
|||
@Data
|
||||
@ApiModel
|
||||
public static class SPSADSizeVO {
|
||||
@ApiModelProperty(value = "销售金额")
|
||||
private BigDecimal price;
|
||||
@ApiModelProperty(value = "尺码")
|
||||
private Integer size;
|
||||
@ApiModelProperty(value = "是否是标准尺码")
|
||||
|
|
|
|||
Loading…
Reference in New Issue