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