更新若干bug

This commit is contained in:
2026-03-11 17:05:58 +08:00
parent f134b0e759
commit e46a4100c7
9 changed files with 355 additions and 15 deletions
+3
View File
@@ -31,6 +31,9 @@ class Tenant extends Model
'contact_email' => 'string',
'address' => 'string',
'worktime' => 'string',
'seoTitle' => 'string',
'seoKeywords' => 'string',
'seoDescription' => 'string',
'status' => 'integer',
'create_time' => 'datetime',
'update_time' => 'datetime',