标准导出字典转换

This commit is contained in:
zhaokaiyao@91isoft.com
2021-12-25 13:40:41 +08:00
parent ea777f2c3e
commit 057ce691d6
3 changed files with 248 additions and 3 deletions
@@ -77,4 +77,12 @@ public interface DicTypeEODao extends BaseMapper<DicTypeEO> {
public int queryByCount(DicTypeEOPage page);
public List<DicTypeEO> queryByList(DicTypeEOPage page);
/**
* @param filed 需要查询的字段名
* 查询需要的字段的所有数据
* @return
*/
public List<DicTypeEO> getDicInfo(@Param("filed") String... filed);
}