feat:数据库增加营业执照字段,修复营业执照跟身份证相同的问题
This commit is contained in:
@@ -131,6 +131,9 @@ public class User implements UserDetails {
|
||||
@ApiModelProperty("企业ID")
|
||||
private Integer companyId;
|
||||
|
||||
@ApiModelProperty("营业执照")
|
||||
private String businessLicense;
|
||||
|
||||
@ApiModelProperty("注册来源客户端")
|
||||
private String platform;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user