master:客户优惠返回单价;

pull/1121/head
liujiang 2025-09-17 22:12:06 +08:00
parent 2d250a5806
commit 2a502e23d4
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "是否是标准尺码")