| | |
| | | @Schema(description = "需求数量") |
| | | private BigDecimal qtyRequired; |
| | | |
| | | @Schema(description = "是否下发制造订单") |
| | | private Boolean issued; |
| | | @Schema(description = "已下发数量") |
| | | private BigDecimal quantityIssued; |
| | | |
| | | @Schema(description = "来源 销售/内部") |
| | | private String source; |
| | | |
| | | @Schema(description = "审核状态") |
| | | private String isAudit; |
| | | |
| | | @Schema(description = "承诺日期") |
| | | private LocalDate promisedDeliveryDate; |
| | | |
| | | @Schema(description = "状态 0未下发 1部分下发 2已下发") |
| | | private Integer status; |
| | | |
| | | @Schema(description = "审批状态:0-待审批,1-审批中,2-已通过,3-已驳回") |
| | | private Integer approvalStatus; |
| | | } |