办事指南

This commit is contained in:
2024-11-28 13:41:26 +08:00
parent a5029a2be7
commit 4900a6d636
8 changed files with 279 additions and 3 deletions

View File

@ -0,0 +1,10 @@
<?php
namespace plugin\cms\model;
use think\admin\Model;
class CmsTutorial extends Model
{
}