You've already forked qlg.tsgz.moe
addons
extend
hyhproject
admin
app
common
conf
controller
model
._Goods.php
._Shops.php
AppPort.php
Articles.php
Base.php
Carts.php
Chain3.php
Chain3base.php
Ect.php
EctElevenPay.php
Favorites.php
Goods.php
GoodsAppraises.php
GoodsCats.php
Index.php
Messages.php
Orders.php
Payments.php
Shops.php
Tags.php
Users - ╕▒▒╛.php
Users.php
validate
common
home
home2
mobile2
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
9 lines
218 B
PHP
Executable File
9 lines
218 B
PHP
Executable File
<?php
|
|
namespace wstmart\app\model;
|
|
use wstmart\common\model\Base as CBase;
|
|
/**
|
|
* ============================================================================
|
|
* 基础模型器
|
|
*/
|
|
|
|
class Base extends CBase {} |