BUGFIX: format;

This commit is contained in:
shahaibo
2023-10-20 14:47:18 +08:00
parent f18c27fe02
commit 9fa605f83e
134 changed files with 1345 additions and 1203 deletions

View File

@@ -38,18 +38,23 @@ public interface SysFileService extends IService<SysFile> {
/**
* 根据id获取系统文件
*
* @param id
* @return
*/
SysFileVO getById(Long id);
/**
* 根据level1Type获取系统文件
*
* @param level2Type
* @return
*/
List<SysFileVO> getByLevel2Type(String level2Type);
/**
* 根据集合url查询
*
* @param urlList
*/
List<SysFileVO> getByUrlList(List<String> urlList);