feat:【system 系统管理】租户支持匹配多域名、微信小程序 appid 等

This commit is contained in:
YunaiV
2025-08-19 23:19:25 +08:00
parent 816e1fbf9b
commit e792054adb
17 changed files with 138 additions and 77 deletions

View File

@@ -390,7 +390,7 @@ CREATE TABLE IF NOT EXISTS "system_tenant" (
"contact_name" varchar(255) NOT NULL,
"contact_mobile" varchar(255),
"status" tinyint NOT NULL,
"website" varchar(63) DEFAULT '',
"websites" varchar(1024) DEFAULT '',
"package_id" bigint NOT NULL,
"expire_time" timestamp NOT NULL,
"account_count" int NOT NULL,