This commit is contained in:
2024-11-30 13:19:43 +08:00
parent 2cf50f16fb
commit 08683c7fa0
6 changed files with 74 additions and 3 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace app\custom\model;
use think\admin\Model;
class CustomMessage extends Model
{
}