优化tenant模式

This commit is contained in:
2026-03-09 18:27:05 +08:00
parent bf0daf987b
commit e09b4c639c
14 changed files with 167 additions and 73 deletions
+2
View File
@@ -30,9 +30,11 @@ class Tenant extends Model
'contact_phone' => 'string',
'contact_email' => 'string',
'address' => 'string',
'domain' => 'string',
'status' => 'integer',
'create_time' => 'datetime',
'update_time' => 'datetime',
'delete_time' => 'datetime',
'remark' => 'string',
];
}