단지코드 변경 페이지 추가

This commit is contained in:
yangsh
2025-12-26 11:08:08 +09:00
parent db8e33f10d
commit 093d1a1c0b
4 changed files with 599 additions and 0 deletions

View File

@@ -83,6 +83,15 @@ $routes->group('article', ['namespace' => 'App\Controllers\Article'], function (
$routes->post('apt/savePhoCate', 'Apt::savePhoCate');
$routes->post('apt/reqRemovePho', 'Apt::reqRemovePho');
// 단지번호 변경/삭제
$routes->get('apt/del_chg_hscp_no', 'DelChgApt::lists');
/**
* 단지번호 변경/삭제 - API
*/
$routes->get('apt/delChgApt/getAptLists', 'DelChgApt::getAptLists');
$routes->post('apt/delChgApt/chgAptHscp', 'Apt::chgAptHscp');
});
/**