mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	多租户:调整 tenant 表的 domain 字段为 website,避免 dm 数据库的关键字冲突
This commit is contained in:
		@@ -29,7 +29,7 @@ public class TenantBaseVO {
 | 
			
		||||
    private Integer status;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "绑定域名", example = "https://www.iocoder.cn")
 | 
			
		||||
    private String domain;
 | 
			
		||||
    private String website;
 | 
			
		||||
 | 
			
		||||
    @Schema(description = "租户套餐编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1024")
 | 
			
		||||
    @NotNull(message = "租户套餐编号不能为空")
 | 
			
		||||
 
 | 
			
		||||
@@ -59,10 +59,8 @@ public class TenantDO extends BaseDO {
 | 
			
		||||
    private Integer status;
 | 
			
		||||
    /**
 | 
			
		||||
     * 绑定域名
 | 
			
		||||
     *
 | 
			
		||||
     * TODO 芋艿:目前是预留字段,未来会支持根据域名,自动查询到对应的租户。等等
 | 
			
		||||
     */
 | 
			
		||||
    private String domain;
 | 
			
		||||
    private String website;
 | 
			
		||||
    /**
 | 
			
		||||
     * 租户套餐编号
 | 
			
		||||
     *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user