管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-02-03 9bce48a9f30f7d80c43f43f46d40df20fcb00e15
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);
}