You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
9
hyhproject/home2/model/Base.php
Executable file
9
hyhproject/home2/model/Base.php
Executable file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace wstmart\home\model;
|
||||
use wstmart\common\model\Base as CBase;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 基础模型器
|
||||
*/
|
||||
|
||||
class Base extends CBase {}
|
Reference in New Issue
Block a user