| | |
| | | |
| | | private String entryDateStart; |
| | | private String entryDateEnd; |
| | | @Schema(description = "入库状态") |
| | | private String stockInStatus; |
| | | |
| | | private Long id; |
| | | |
| | |
| | | /** |
| | | * 录入日期 |
| | | */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | @Excel(name = "录入日期", width = 30, dateFormat = "yyyy-MM-dd") |
| | | private Date entryDate; |
| | | |
| | |
| | | private Integer Type; |
| | | |
| | | private List<SalesLedgerProduct> productData; |
| | | |
| | | @Schema(description = "批量处理采购台账ID列表") |
| | | private List<Long> ids; |
| | | |
| | | private List<String> tempFileIds; |
| | | |
| | |
| | | |
| | | @Schema(description = "付款方式") |
| | | private String paymentMethod; |
| | | |
| | | @Schema(description = "车牌号") |
| | | private String carPlateNumber; |
| | | |
| | | @Schema(description = "运输单位/个人") |
| | | private String transportUnitOrPerson; |
| | | |
| | | @Schema(description = "审批状态") |
| | | private Integer approvalStatus; |
| | | @Schema(description = "模板名称") |