Commit 85dfcd85 authored by 吴泽佳's avatar 吴泽佳

delete corp_short_name

parent defdd604
...@@ -25,39 +25,8 @@ public class UserInfoNewOrg implements Serializable { ...@@ -25,39 +25,8 @@ public class UserInfoNewOrg implements Serializable {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
//↓↓↓↓ 机构 ↓↓↓↓ //↓↓↓↓ 机构 ↓↓↓↓
// @ApiModelProperty(value = "申请用户id")
// private String applyUserId;
// @ApiModelProperty(value = "机构id")
// private String userIdOrg;
// @ApiModelProperty(value = "公司名称")
// private String companyName;
// @ApiModelProperty(value = "公司全称")
// private String companyFullName;
// @ApiModelProperty(value = "营业执照账号")
// private String businessLicenseNumber;
// @ApiModelProperty(value = "营业执照 图片url")
// private String businessLicenseImageUrl;
// @ApiModelProperty(value = "机构用户身份公函 url")
// private String identityLetterUrl;
// @ApiModelProperty(value = "机构认证信息登记表 url")
// private String orgAuthInfoFormUrl;
// @ApiModelProperty(value = "运营人员 职位")
// private String position;
// @ApiModelProperty(value = "审核状态 1初始提交 2审核不通过 3审核通过")
// private Integer auditStatus;
// @ApiModelProperty(value = "认证名称")
// private String certName;
// @ApiModelProperty(value = "是否匹配现有基金公司 0不匹配 1匹配")
// private Integer isExistOrg;
// @ApiModelProperty(value = "所属基金公司id")
// private String belongOrgId;
// @ApiModelProperty(value = "所属基金公司类型 0公募 1私募")
// private Integer belongOrgType;
@ApiModelProperty(value = "机构id") @ApiModelProperty(value = "机构id")
private String corpId; private String corpId;
@ApiModelProperty(value = "公司简称")
private String corpShortName;
@ApiModelProperty(value = "公司全称") @ApiModelProperty(value = "公司全称")
private String corpName; private String corpName;
@ApiModelProperty(value = "营业执照账号") @ApiModelProperty(value = "营业执照账号")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment