2019-09-06 23:53:10 +08:00

11 lines
229 B
PHP
Executable File

<?php
namespace wstmart\wechat\model;
use wstmart\common\model\Orders as COrders;
use think\Db;
/**
* ============================================================================
* 订单类
*/
class Orders extends COrders{
}