123456789101112131415161718192021222324 |
- <?php
- namespace app\controller;
- use app\BaseController;
- use think\annotation\Route;
- use think\annotation\route\Middleware;
- use hg\apidoc\annotation as Apidoc;
- /**
- * @Apidoc\Title("")
- * @Apidoc\Group("gridperson")
- * @Apidoc\Sort(2)
- */
- class Qkjb extends BaseController
- {
- }
|