| | |
| | | @Schema(description = "批号") |
| | | private String batchNo; |
| | | |
| | | @Schema(description = "绑定的销售台账id,为空表示未绑定") |
| | | private Long salesLedgerId; |
| | | |
| | | @Schema(description = "入库数量") |
| | | private BigDecimal stockOutNum; |
| | | |
| | |
| | | @Schema(description = "车挂牌号") |
| | | private String trailerPlateNo; |
| | | |
| | | @Schema(description = "车辆id(车辆主数据)") |
| | | private Long vehicleId; |
| | | |
| | | @Schema(description = "本次送完货后剩余油量(吨)") |
| | | private BigDecimal residualOil; |
| | | |
| | | @Schema(description = "审批通过时实际从库存扣减的数量(出库数量-上次剩余油量)") |
| | | private BigDecimal deductQuantity; |
| | | |
| | | @Schema(description = "产品规格id") |
| | | private Long productModelId; |
| | | |