Merge branch 'master' into gancao

This commit is contained in:
Your Name
2026-04-16 11:33:58 +08:00
6 changed files with 741 additions and 0 deletions
@@ -20,4 +20,13 @@ class StatisticsController extends BaseAdminController
{
return $this->dataLists(new StatisticsLists());
}
/**
* @notes 部门统计列表
* @return \think\response\Json
*/
public function deptLists()
{
return $this->dataLists(new StatisticsLists('dept'));
}
}