src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -101,5 +101,29 @@ * * @return */ public List<DirEntity> selectBaseType(); public List<KeyValueEntity> selectBaseType(); /** * 查询业务类别 * * @return */ public List<KeyValueEntity> selectBusinessType(); /** * 查询项目 * * @return */ public List<KeyValueEntity> selectProject(); /** * 查询字典表并统计记录 * * @param name * @param dirs * @param depid * @return */ public List<DictEntity> selectTabCount(String name, String dirs, Integer depid); }