| | |
| | | @Excel(name = "含税总价") |
| | | private BigDecimal taxInclusiveTotalPrice; |
| | | |
| | | @ApiModelProperty(value = "交货数量") |
| | | @Excel(name = "交货数量") |
| | | private BigDecimal deliveryQuantity; |
| | | |
| | | @ApiModelProperty(value = "剩余数量") |
| | | @Excel(name = "剩余数量") |
| | | private BigDecimal remainingQuantity; |
| | | |
| | | @ApiModelProperty(value = "子库存") |
| | | @Excel(name = "子库存") |
| | | private String subInventory; |
| | | |
| | | @ApiModelProperty(value = "货位") |
| | | @Excel(name = "货位") |
| | | private String location; |
| | | |
| | | @ApiModelProperty(value = "是否喷砂") |
| | | @Excel(name = "是否喷砂") |
| | | private Boolean isSpray; |
| | | |
| | | /** |
| | | * 不含税总价 |
| | | */ |
| | |
| | | private BigDecimal returnNum; |
| | | |
| | | @ApiModelProperty(value = "物料号") |
| | | private String material; |
| | | @Excel(name = "物料号") |
| | | private String materialNo; |
| | | } |