|
@ -57,8 +57,6 @@ public class PmsPurchasebackDetailDetailsVo implements Vo { |
|
|
private String createByName; // 制单人姓名
|
|
|
private String createByName; // 制单人姓名
|
|
|
@ApiModelProperty("单据sid") |
|
|
@ApiModelProperty("单据sid") |
|
|
private String billSid; // 单据sid
|
|
|
private String billSid; // 单据sid
|
|
|
@ApiModelProperty("商品库存sid") |
|
|
|
|
|
private String inventorySid; // 商品库存sid
|
|
|
|
|
|
@ApiModelProperty("商品基础信息Sid") |
|
|
@ApiModelProperty("商品基础信息Sid") |
|
|
private String goodsSpuSid; // 商品基础信息Sid
|
|
|
private String goodsSpuSid; // 商品基础信息Sid
|
|
|
@ApiModelProperty("商品名称") |
|
|
@ApiModelProperty("商品名称") |
|
@ -71,22 +69,12 @@ public class PmsPurchasebackDetailDetailsVo implements Vo { |
|
|
private String goodsSkuCode; // 商品编码(图号)
|
|
|
private String goodsSkuCode; // 商品编码(图号)
|
|
|
@ApiModelProperty("规格") |
|
|
@ApiModelProperty("规格") |
|
|
private String goodsSkuOwnSpec; // 规格
|
|
|
private String goodsSkuOwnSpec; // 规格
|
|
|
@ApiModelProperty("退货前的库存数量") |
|
|
|
|
|
private BigDecimal currentCount; // 退货前的库存数量
|
|
|
|
|
|
@ApiModelProperty("计量单位") |
|
|
@ApiModelProperty("计量单位") |
|
|
private String unit; // 计量单位
|
|
|
private String unit; // 计量单位
|
|
|
@ApiModelProperty("仓库sid") |
|
|
@ApiModelProperty("仓库sid") |
|
|
private String warehouseSid; // 仓库sid
|
|
|
private String warehouseSid; // 仓库sid
|
|
|
@ApiModelProperty("仓库名称") |
|
|
@ApiModelProperty("仓库名称") |
|
|
private String warehouseName; // 仓库名称
|
|
|
private String warehouseName; // 仓库名称
|
|
|
@ApiModelProperty("库区/货位sid") |
|
|
|
|
|
private String areaSid; // 库区/货位sid
|
|
|
|
|
|
@ApiModelProperty("库区名称") |
|
|
|
|
|
private String warehouseAreaName; // 库区名称
|
|
|
|
|
|
@ApiModelProperty("货架sid") |
|
|
|
|
|
private String rackSid; // 货架sid
|
|
|
|
|
|
@ApiModelProperty("货架名称") |
|
|
|
|
|
private String warehouseRackName; // 货架名称
|
|
|
|
|
|
@ApiModelProperty("已退数量") |
|
|
@ApiModelProperty("已退数量") |
|
|
private BigDecimal returnedCount; // 已退数量
|
|
|
private BigDecimal returnedCount; // 已退数量
|
|
|
@ApiModelProperty("退货数量") |
|
|
@ApiModelProperty("退货数量") |
|
|