Files
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
wechat2
behavior
common
conf
controller
model
Articles.php
Base.php
Goods.php
GoodsAppraises.php
GoodsCats.php
Index.php
Orders.php
Payments.php
Shops.php
Users.php
validate
view
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/hyhproject/wechat2/model/Base.php
2019-09-06 23:53:10 +08:00

8 lines
212 B
PHP
Executable File

<?php
namespace wstmart\wechat\model;
use wstmart\common\model\Base as CBase;
/**
* ============================================================================
* 基础模型器
*/
class Base extends CBase {}