src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -101,5 +101,19 @@ * * @return */ public List<DirEntity> selectBaseType(); public List<KeyValueEntity> selectBaseType(); /** * 查询业务类别 * * @return */ public List<KeyValueEntity> selectBusinessType(); /** * 查询项目 * * @return */ public List<KeyValueEntity> selectProject(); }