| | |
| | | @Schema(description = "客商ID") |
| | | private Long busGuestId; |
| | | |
| | | @Schema(description = "合同编号") |
| | | private String contractNo; |
| | | |
| | | @Schema(description = "出库时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(pattern = "yyyy-MM-dd") |
| | | private Date outBoundTime; |
| | | |
| | | @Schema(description = "单据名称") |
| | |
| | | @Schema(description = "单据路径") |
| | | private String outBoundAttPaths; |
| | | |
| | | @Schema(description = "出库方式 0 erp推送 1 手动录入") |
| | | private String outBoundType; |
| | | |
| | | @Schema(description = "出库标的物") |
| | | private List<OutSubjectMatterAddDTO> subjectMatterList; |
| | | |