| | |
| | | @Schema(description = "产品型号id") |
| | | private Long productModelId; |
| | | |
| | | @Schema(description = "单位") |
| | | private String unit; |
| | | |
| | | @Schema(description = "产品数量") |
| | | private BigDecimal quantity; |
| | | |
| | | @Schema(description = "每件数量") |
| | | private BigDecimal singleQuantity; |
| | | |
| | | @Schema(description = "总数") |
| | | private BigDecimal totalQuantity; |
| | | |
| | | @Schema(description = "需求数量") |
| | | private BigDecimal qtyRequired; |
| | | |
| | | @Schema(description = "已下发数量") |
| | | private BigDecimal quantityIssued; |
| | | |
| | | @Schema(description = "是否下发制造订单") |
| | | private Boolean issued; |
| | | |
| | | @Schema(description = "来源 销售/内部") |
| | | private String source; |
| | | |
| | | @Schema(description = "审核状态") |
| | | private String isAudit; |
| | | |
| | | @Schema(description = "承诺日期") |
| | | private LocalDate promisedDeliveryDate; |