| | |
| | | @Table(appliesTo = "receiving_note", comment = "验收表") |
| | | public class ReceivingNote extends BaseModel<ReceivingNote> { |
| | | /** |
| | | * 承租合同Id |
| | | * 合同Id |
| | | */ |
| | | @Column(columnDefinition="long comment '承租合同Id'") |
| | | private Long lesseeContractId; |
| | | @Column(columnDefinition="long comment '合同Id'") |
| | | private Long contractId; |
| | | |
| | | /** |
| | | * 租用合同Id |
| | | */ |
| | | @Column(columnDefinition="long comment '租用合同Id'") |
| | | private Long rentContractId; |
| | | // /** |
| | | // * 租用合同Id |
| | | // */ |
| | | // @Column(columnDefinition="long comment '租用合同Id'") |
| | | // private Long rentContractId; |
| | | |
| | | @Schema(description = "验收公司") |
| | | @Column(columnDefinition="VARCHAR(64) comment '验收公司'") |
| | |
| | | /** |
| | | * 使用公司 |
| | | */ |
| | | @Schema(description = "使用公司") |
| | | @Column(columnDefinition="long comment '使用公司'") |
| | | private Long deptId; |
| | | // @Schema(description = "使用公司") |
| | | // @Column(columnDefinition="long comment '使用公司'") |
| | | // private Long deptId; |
| | | |
| | | @Transient |
| | | @TableField(exist = false) |