标准拆分 分页文本状态 nulL
This commit is contained in:
@@ -47,4 +47,5 @@ public interface DicEODao extends BaseMapper<DictionaryEO> {
|
||||
|
||||
public List<DictionaryEO> queryByList(DictionaryEOPage page);
|
||||
|
||||
List<DictionaryEO> selectbyInfo(String info);
|
||||
}
|
||||
|
||||
@@ -90,4 +90,6 @@ public interface DicTypeEODao extends BaseMapper<DicTypeEO> {
|
||||
List<DicTypeEO> selectByPidInfo(@Param("pid") String pid);
|
||||
|
||||
List<DicTypeEO> selectPidByCode(@Param("fileType") String fileType);
|
||||
|
||||
List<DicTypeEO> selectDic(String id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user