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

12 lines
231 B
PHP
Executable File

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