This commit is contained in:
2025-11-18 09:37:05 +08:00
parent 61b2ccf106
commit a3e5568f93
27 changed files with 1055 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
<?php
namespace app\chat\model;
class ChatGroup extends BaseModel
{
public $tabla_name = 'chat_group';
}