AbstractController.class.php 214 Bytes
<?php
/**
 * Created by PhpStorm.
 * User: zhonglei
 * Date: 2018/3/26
 * Time: 16:41
 */
namespace Apicp\Controller\Dict;

abstract class AbstractController extends \Common\Controller\Apicp\AbstractController
{
}