改造租户
This commit is contained in:
parent
824c68e08b
commit
dfbd80dad7
@ -88,7 +88,7 @@ public class SysTenant extends BaseEntity {
|
|||||||
private String companyType;
|
private String companyType;
|
||||||
|
|
||||||
@Schema(description = "经营类型")
|
@Schema(description = "经营类型")
|
||||||
private List<String> businessTypes;
|
private String businessTypes;
|
||||||
|
|
||||||
@Schema(description = "相关资质名称及附件")
|
@Schema(description = "相关资质名称及附件")
|
||||||
private String relatedimg;
|
private String relatedimg;
|
||||||
|
@ -68,7 +68,7 @@ public class SysTenantExtendBo {
|
|||||||
private String companyType;
|
private String companyType;
|
||||||
|
|
||||||
@Schema(description = "经营类型")
|
@Schema(description = "经营类型")
|
||||||
private List<String> businessTypes;
|
private String businessTypes;
|
||||||
|
|
||||||
@Schema(description = "相关资质名称及附件")
|
@Schema(description = "相关资质名称及附件")
|
||||||
private String relatedimg;
|
private String relatedimg;
|
||||||
|
@ -71,7 +71,7 @@ public class TenantDTO {
|
|||||||
private String companyType;
|
private String companyType;
|
||||||
|
|
||||||
@Schema(description = "经营类型")
|
@Schema(description = "经营类型")
|
||||||
private List<String> businessTypes;
|
private String businessTypes;
|
||||||
|
|
||||||
@Schema(description = "相关资质名称及附件")
|
@Schema(description = "相关资质名称及附件")
|
||||||
private String relatedimg;
|
private String relatedimg;
|
||||||
|
@ -82,7 +82,7 @@ public class SysTenantVo implements Serializable {
|
|||||||
private String companyType;
|
private String companyType;
|
||||||
|
|
||||||
@Schema(description = "经营类型")
|
@Schema(description = "经营类型")
|
||||||
private List<String> businessTypes;
|
private String businessTypes;
|
||||||
|
|
||||||
@Schema(description = "相关资质名称及附件")
|
@Schema(description = "相关资质名称及附件")
|
||||||
private String relatedimg;
|
private String relatedimg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user