xiangpei
2024-12-30 0a9dbf381791653ab21adfeb666faf074d57833a
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 deleteIds(@Param("ids") List<Long> ids);
}