| | |
| | | // private String companyType; |
| | | |
| | | @Schema(description = "法定代表人") |
| | | @Column(columnDefinition = "VARCHAR(20) comment '法定代表人'") |
| | | @Column(columnDefinition = "VARCHAR(128) comment '法定代表人'") |
| | | private String legalPerson; |
| | | |
| | | /* @Schema(description = "注册资本") |
| | |
| | | @Column(columnDefinition = "VARCHAR(20) comment '成立日期'") |
| | | private String establishDate; |
| | | |
| | | @Schema(description = "注册地址") |
| | | @Column(columnDefinition = "VARCHAR(200) comment '注册地址'") |
| | | private String address; |
| | | |
| | | |
| | | @Schema(description = "经营范围") |
| | | @Column(columnDefinition = "TEXT comment '经营范围'") |
| | |
| | | /* @Schema(description = "状态") |
| | | @Column(columnDefinition = "VARCHAR(20) default '正常' comment '状态'") |
| | | private String status;*/ |
| | | |
| | | @Schema(description = "注册地址") |
| | | @Column(columnDefinition = "VARCHAR(400) comment '注册地址'") |
| | | private String address; |
| | | |
| | | @Schema(description = "行业Id") |
| | | @Column(columnDefinition = "VARCHAR(50) comment '行业Id'") |
| | |
| | | private String bankAccount; |
| | | |
| | | @Schema(description = "联系电话") |
| | | @Column(columnDefinition = "VARCHAR(20) comment '联系电话'") |
| | | @Column(columnDefinition = "VARCHAR(40) comment '联系电话'") |
| | | private String contactPhone; |
| | | |
| | | /* @Schema(description = "邮箱") |