현장확인V2 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-19 15:34:06 +09:00
parent 8e779124dd
commit 9116b27d80
14 changed files with 1295 additions and 62 deletions

View File

@@ -134,6 +134,16 @@ $routes->group('', ['namespace' => 'App\Controllers\Article'], static function (
$routes->get('excel', 'Receipt2::excel');
});
/**
* 현장확인V2 조직별 배정 현황
*/
$routes->group('article/dept2', static function ($routes) {
$routes->get('lists', 'Dept2::lists');
$routes->get('getResultList', 'Dept2::getResultList');
$routes->get('excel', 'Dept2::excel');
});
});