미사용 목록 주석 추가, 납품데이터 폴더 벨리데이션 위치 옮김

This commit is contained in:
2026-03-27 17:03:52 +09:00
parent b760e9874c
commit a9b49faa6c
45 changed files with 137 additions and 18 deletions

View File

@@ -125,6 +125,7 @@ public class CommonCodeService {
return commonCodeCoreService.getCode(parentCodeCd, childCodeCd);
}
// TODO 미사용시작
/**
* 공통코드 이름 조회
*
@@ -136,6 +137,8 @@ public class CommonCodeService {
return commonCodeCoreService.getCode(parentCodeCd, childCodeCd);
}
// TODO 미사용 끝
public List<CodeDto> getTypeCode(String type) {
return Enums.getCodes(type);
}