Order.php 434 B

12345678910111213141516171819202122
  1. <?php
  2. /*
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. namespace fecshop\services\customer;
  10. use fecshop\services\Service;
  11. /**
  12. * Order child services. 废弃, 用户订单的调用,直接使用 order services里面的方法
  13. * @author Terry Zhao <2358269014@qq.com>
  14. * @since 1.0
  15. */
  16. class Order extends Service
  17. {
  18. }