| | |
| | | |
| | | private String entryDateStart; |
| | | private String entryDateEnd; |
| | | @Schema(description = "入库状态") |
| | | private String stockInStatus; |
| | | |
| | | private Long id; |
| | | |
| | |
| | | |
| | | private List<SalesLedgerProduct> productData; |
| | | |
| | | @Schema(description = "批量处理采购台账ID列表") |
| | | private List<Long> ids; |
| | | |
| | | private List<String> tempFileIds; |
| | | |
| | | private List<CommonFile> SalesLedgerFiles; |
| | |
| | | private String paymentMethod; |
| | | @Schema(description = "审批状态") |
| | | private Integer approvalStatus; |
| | | @Schema(description = "收货状态 1-待收货 2-收货中 3-已收货") |
| | | private Integer status; |
| | | @Schema(description = "模板名称") |
| | | private String templateName; |
| | | @Schema(description = "审批人id") |