|
@@ -38,4 +38,75 @@ public class SysTenantAddBo {
|
|
|
@ApiModelProperty("admin密码")
|
|
|
@NotNull(message = "admin密码不能为空")
|
|
|
private String password;
|
|
|
+ /** 公司类型 */
|
|
|
+ @ApiModelProperty("公司类型")
|
|
|
+ private Long companyTypeId;
|
|
|
+
|
|
|
+ /** 公司规模 */
|
|
|
+ @ApiModelProperty("公司规模")
|
|
|
+ private Long companySizeId;
|
|
|
+
|
|
|
+ /** 行业类别id */
|
|
|
+ @ApiModelProperty("行业类别id")
|
|
|
+ private Long industryTypeId;
|
|
|
+
|
|
|
+ /** 行业类别名字 */
|
|
|
+ @ApiModelProperty("行业类别名字")
|
|
|
+ private String industryTypeName;
|
|
|
+
|
|
|
+ /** 公司介绍 */
|
|
|
+ @ApiModelProperty("公司介绍")
|
|
|
+ private String companyIntroduce;
|
|
|
+
|
|
|
+ /** 公司logo */
|
|
|
+ @ApiModelProperty("公司logo")
|
|
|
+ private String logoUrl;
|
|
|
+
|
|
|
+ /** 营业执照 */
|
|
|
+ @ApiModelProperty("营业执照")
|
|
|
+ private String licenseUrl;
|
|
|
+
|
|
|
+ /** 统一社会信用代码 */
|
|
|
+ @ApiModelProperty("统一社会信用代码")
|
|
|
+ private String societyCode;
|
|
|
+
|
|
|
+ /** 省份 */
|
|
|
+ @ApiModelProperty("省份")
|
|
|
+ private String province;
|
|
|
+
|
|
|
+ /** 城市 */
|
|
|
+ @ApiModelProperty("城市")
|
|
|
+ private String city;
|
|
|
+
|
|
|
+ /** 区 */
|
|
|
+ @ApiModelProperty("区")
|
|
|
+ private String district;
|
|
|
+
|
|
|
+ /** 详细地址 */
|
|
|
+ @ApiModelProperty("详细地址")
|
|
|
+ private String address;
|
|
|
+
|
|
|
+ /** 公司电话 */
|
|
|
+ @ApiModelProperty("公司电话")
|
|
|
+ private String companyPh;
|
|
|
+
|
|
|
+ /** 联系人 */
|
|
|
+ @ApiModelProperty("联系人")
|
|
|
+ private String linkMan;
|
|
|
+
|
|
|
+ /** 邮箱 */
|
|
|
+ @ApiModelProperty("邮箱")
|
|
|
+ private String postBox;
|
|
|
+
|
|
|
+ /** PC域名 */
|
|
|
+ @ApiModelProperty("PC域名")
|
|
|
+ private String hostPc;
|
|
|
+
|
|
|
+ /** h5域名 */
|
|
|
+ @ApiModelProperty("h5域名")
|
|
|
+ private String hostH5;
|
|
|
+
|
|
|
+ /** 直播域名 */
|
|
|
+ @ApiModelProperty("直播域名")
|
|
|
+ private String hostLive;
|
|
|
}
|