TASK:根据designItemId获取模特图

This commit is contained in:
2023-12-14 11:26:12 +08:00
parent 4d87164b8e
commit 26a61a44a2
7 changed files with 63 additions and 0 deletions

View File

@@ -58,4 +58,6 @@ public interface SysFileService extends IService<SysFile> {
* @param urlList
*/
List<SysFileVO> getByUrlList(List<String> urlList);
List<SysFile> getByIds(List<Long> ids);
}