2021与蓝度共同重构项目,服务端
Van333
2022-12-29 727a69f859060093e685582fa10e5de82dcc138a
dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java
@@ -16,7 +16,7 @@
@Mapper
public interface PlatformFileMapper extends BaseMapper<PlatformFile> {
    List<PlatformFileListBo> fileLiet(String keyword, Long userId);
    List<PlatformFileListBo> fileList(String keyword, List<Long> fileIdList);
}