|
|
@ -51,51 +51,4 @@ import java.math.BigDecimal; |
|
|
|
@ApiModel(value = "采购退货单据明细 视图数据对象", description = "采购退货单据明细 视图数据对象") |
|
|
|
public class PmsPurchasebackDetailVo implements Vo { |
|
|
|
|
|
|
|
private String sid; // sid
|
|
|
|
|
|
|
|
@ApiModelProperty("制单人姓名") |
|
|
|
private String createByName; // 制单人姓名
|
|
|
|
@ApiModelProperty("单据sid") |
|
|
|
private String billSid; // 单据sid
|
|
|
|
@ApiModelProperty("商品库存sid") |
|
|
|
private String inventorySid; // 商品库存sid
|
|
|
|
@ApiModelProperty("商品基础信息Sid") |
|
|
|
private String goodsSpuSid; // 商品基础信息Sid
|
|
|
|
@ApiModelProperty("商品名称") |
|
|
|
private String goodsSpuName; // 商品名称
|
|
|
|
@ApiModelProperty("商品Skusid") |
|
|
|
private String goodsSkuSid; // 商品Skusid
|
|
|
|
@ApiModelProperty("商品Sku名称") |
|
|
|
private String goodsSkuTitle; // 商品Sku名称
|
|
|
|
@ApiModelProperty("商品编码(图号)") |
|
|
|
private String goodsSkuCode; // 商品编码(图号)
|
|
|
|
@ApiModelProperty("规格") |
|
|
|
private String goodsSkuOwnSpec; // 规格
|
|
|
|
@ApiModelProperty("退货前的库存数量") |
|
|
|
private BigDecimal currentCount; // 退货前的库存数量
|
|
|
|
@ApiModelProperty("计量单位") |
|
|
|
private String unit; // 计量单位
|
|
|
|
@ApiModelProperty("仓库sid") |
|
|
|
private String warehouseSid; // 仓库sid
|
|
|
|
@ApiModelProperty("仓库名称") |
|
|
|
private String warehouseName; // 仓库名称
|
|
|
|
@ApiModelProperty("库区/货位sid") |
|
|
|
private String areaSid; // 库区/货位sid
|
|
|
|
@ApiModelProperty("库区名称") |
|
|
|
private String warehouseAreaName; // 库区名称
|
|
|
|
@ApiModelProperty("货架sid") |
|
|
|
private String rackSid; // 货架sid
|
|
|
|
@ApiModelProperty("货架名称") |
|
|
|
private String warehouseRackName; // 货架名称
|
|
|
|
@ApiModelProperty("已退数量") |
|
|
|
private BigDecimal returnedCount; // 已退数量
|
|
|
|
@ApiModelProperty("退货数量") |
|
|
|
private BigDecimal backCount; // 退货数量
|
|
|
|
@ApiModelProperty("税额") |
|
|
|
private BigDecimal maxAmount; // 税额
|
|
|
|
@ApiModelProperty("含税价") |
|
|
|
private BigDecimal maxPrice; // 含税价
|
|
|
|
@ApiModelProperty("退货金额") |
|
|
|
private BigDecimal backAmount; // 退货金额
|
|
|
|
|
|
|
|
} |
|
|
|