Qkjb.php 285 B

123456789101112131415161718192021222324
  1. <?php
  2. namespace app\controller;
  3. use app\BaseController;
  4. use think\annotation\Route;
  5. use think\annotation\route\Middleware;
  6. use hg\apidoc\annotation as Apidoc;
  7. /**
  8. * @Apidoc\Title("")
  9. * @Apidoc\Group("gridperson")
  10. * @Apidoc\Sort(2)
  11. */
  12. class Qkjb extends BaseController
  13. {
  14. }