| | |
| | | |
| | | @Schema(description = "Erp出库Id") |
| | | @Column(columnDefinition = "bigint comment 'Erp出库Id'") |
| | | private Long OutBoundId; |
| | | private Long outBoundId; |
| | | |
| | | @Schema(description = "关联合同ID") |
| | | @Column(columnDefinition = "bigint not null comment '关联合同ID'") |
| | |
| | | @Column(columnDefinition="bigint comment '客商ID'") |
| | | private Long busGuestId; |
| | | |
| | | @Schema(description = "标的物行号") |
| | | @Column(columnDefinition = "VARCHAR(10) comment '标的物行号'") |
| | | private String lineNo; |
| | | |
| | | @Schema(description = "标的物名称") |
| | | @Column(columnDefinition="VARCHAR(64) comment '标的物名称'") |
| | | private String subjectMatterName; |