Common.php 323 B

1234567891011121314
  1. <?php
  2. /**
  3. * @copyright Copyright (c) 2017 https://www.sapixx.com All rights reserved.
  4. * @license Licensed (http://www.apache.org/licenses/LICENSE-2.0).
  5. * @author pillar<ltmn@qq.com>
  6. * 商品分类管理
  7. */
  8. namespace app\bestbao\controller;
  9. use app\common\controller\Manage;
  10. class Common extends Manage{
  11. }