You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
10
hyhproject/wechat2/model/Orders.php
Executable file
10
hyhproject/wechat2/model/Orders.php
Executable file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace wstmart\wechat\model;
|
||||
use wstmart\common\model\Orders as COrders;
|
||||
use think\Db;
|
||||
/**
|
||||
* ============================================================================
|
||||
* 订单类
|
||||
*/
|
||||
class Orders extends COrders{
|
||||
}
|
Reference in New Issue
Block a user