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