| | |
| | | |
| | | @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 = "char default 0 comment '开票状态(0-未开票 1-开票中 2-已开票)'") |
| | | private String invoiceStatus; |
| | | |
| | | @Schema(description = "已开票数量") |
| | | @Column(columnDefinition="decimal(10,2) comment '已开票数量'") |
| | | private BigDecimal invoiceNum; |
| | | |
| | | |
| | | // //以下开票相关 |
| | | // |
| | | // @Schema(description = "结算id") |