Service.php 541 B

12345678910111213141516171819
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | A3Mall
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2020 http://www.a3-mall.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Author: xzncit <158373108@qq.com>
  8. // +----------------------------------------------------------------------
  9. namespace app\common\service;
  10. /**
  11. * Class Service
  12. * @package app\common\service
  13. */
  14. abstract class Service {
  15. }