| | |
| | | import org.hibernate.annotations.Comment; |
| | | |
| | | /** |
| | | * @author wjli |
| | | * @author |
| | | * @description |
| | | * @date 2026/4/29 10:51 |
| | | **/ |
| | |
| | | |
| | | // 煤炭、有色、黑色、电力、其它、氧化铝、化工、水泥、船运 |
| | | |
| | | @Schema(description = "注册资本") |
| | | @Column(columnDefinition = "VARCHAR(128) comment '注册资本'") |
| | | @Schema(description = "注册名称") |
| | | @Column(columnDefinition = "VARCHAR(128) comment '注册名称'") |
| | | private String registerName; |
| | | |
| | | @Schema(description = "开户银行") |
| | | @Column(columnDefinition = "VARCHAR(20) comment '开户银行'") |
| | | @Column(columnDefinition = "VARCHAR(255) comment '开户银行'") |
| | | private String bankName; |
| | | |
| | | @Schema(description = "银行账号") |