生成系统通知表和我的消息表

This commit is contained in:
2025-05-27 11:57:02 +08:00
parent efa390294d
commit 258a6743a9
7 changed files with 20 additions and 305 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace app\index\model;
use think\Model;
class UserMessage extends Model
{
}