sqlmapper dir
@ -73,8 +73,8 @@ public class ProgramMngController {
* @author: 박민규
* @date: 2020. 3. 25.
*/
@RequestMapping(value = "/mngProgramMgtFrom", method={RequestMethod.GET, RequestMethod.POST})
public void mngProgramMgtFrom() {
@RequestMapping(value = "/mngProgramMgtForm", method={RequestMethod.GET, RequestMethod.POST})
public void mngProgramMgtForm() {
}
/**