Index.php 251 B

123456789101112131415
  1. <?php
  2. namespace app\admin\controller;
  3. use app\admin\attr\Permission;
  4. use app\common\model\Io;
  5. use app\common\model\Repo;
  6. use app\common\model\Stock;
  7. use app\common\model\Allocation;
  8. #[Permission('index')]
  9. class Index extends BaseAuthorized
  10. {
  11. }