| 12345678910111213141516171819202122 |
- <?php
- /*
- * FecShop file.
- *
- * @link http://www.fecshop.com/
- * @copyright Copyright (c) 2016 FecShop Software LLC
- * @license http://www.fecshop.com/license/
- */
- namespace fecshop\services\customer;
- use fecshop\services\Service;
- /**
- * Order child services. 废弃, 用户订单的调用,直接使用 order services里面的方法
- * @author Terry Zhao <2358269014@qq.com>
- * @since 1.0
- */
- class Order extends Service
- {
- }
|