| | |
| | | private BigDecimal taxInclusiveTotalPrice; |
| | | |
| | | /** |
| | | * 运费单价 |
| | | */ |
| | | @Excel(name = "运费单价") |
| | | private BigDecimal freightUnitPrice; |
| | | |
| | | /** |
| | | * 总运费 |
| | | */ |
| | | @Excel(name = "总运费") |
| | | private BigDecimal totalFreight; |
| | | |
| | | /** |
| | | * 不含税总价 |
| | | */ |
| | | @Excel(name = "不含税总价") |
| | |
| | | * 产品规格id |
| | | */ |
| | | private Long productModelId; |
| | | |
| | | @Schema(description = "库存类型:qualified/waste") |
| | | private String stockType; |
| | | |
| | | @Schema(description = "登记人") |
| | | private String register; |
| | |
| | | // 可用数量 quantity - returnQuality |
| | | @TableField(exist = false) |
| | | private BigDecimal availableQuality; |
| | | |
| | | // 待入库数量 quantity - 已审批理论入库 - 待审批理论入库 |
| | | @TableField(exist = false) |
| | | private BigDecimal pendingInboundQuantity; |
| | | @Schema(description = "创建用户") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Integer createUser; |