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