AbstractController.class.php 219 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php /** * 能力模型操作基类 * User: zhuxun37 * Date: 17/5/11 * Time: 15:21 */ namespace Rpc\Controller\Competence; abstract class AbstractController extends \Common\Controller\Rpc\AbstractController { }