DropShip.php 373 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. * DropShip child services. 未开发
  13. * @author Terry Zhao <2358269014@qq.com>
  14. * @since 1.0
  15. */
  16. class DropShip extends Service
  17. {
  18. }