bug
xiangpei
2025-03-14 284e1dc620699ae0dddcc9bdd9001eb96f904298
ruoyi-modules/ruoyi-system/src/main/java/org/dromara/system/mapper/SysOssMapper.java
@@ -18,4 +18,6 @@
public interface SysOssMapper extends BaseMapperPlus<SysOss, SysOssVo> {
    List<Long> getWillDeleted(@Param("maxTime") LocalDateTime maxTime);
    void deleteId(@Param("id") Long id);
}