public interface DictionaryInfoService
int
delete(String targetKey, String targetId, String dictionaryId)
insert(List<DictionaryInfo> dictionaryInfo)
List<DictionaryInfo>
select(String targetKey, String targetId, String dictionaryId)
int insert(List<DictionaryInfo> dictionaryInfo)
List<DictionaryInfo> select(String targetKey, String targetId, String dictionaryId)
int delete(String targetKey, String targetId, String dictionaryId)
Copyright © 2016–2019. All rights reserved.