update lookupdata endpoint

This commit is contained in:
harish
2024-08-28 16:39:30 +05:30
parent 3f2834ed5d
commit 5a14cb090b
5 changed files with 9 additions and 8 deletions

View File

@@ -16,5 +16,5 @@ public interface LookUpDataService {
void deleteLookUpData(Long id);
List<LookUpDataResponseBean> getLookUpDataByType(LookUpDataTypeEnum type);
List<LookUpDataResponseBean> getLookUpDataByType(List<LookUpDataTypeEnum> type);
}