init
This commit is contained in:
14
app/admin/model/QuestionCategory.php
Executable file
14
app/admin/model/QuestionCategory.php
Executable file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace app\admin\model;
|
||||
|
||||
use think\Model;
|
||||
use think\Request;
|
||||
use think\Config;
|
||||
|
||||
class QuestionCategory extends Model {
|
||||
|
||||
use \app\common\traits\AdminModel;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user