linwe
2024-06-18 cb734129b410c02275c0f2fc5e820d6ccc0e17c0
src/main/java/org/springblade/modules/resource/mapper/AttachDataMapper.java
@@ -22,4 +22,9 @@
    */
   List<AttachDataVO> selectAttachDataPage(IPage page, AttachDataVO attachData);
   /**
    * 附件临时文件信息清理
    * @return
    */
    void removeBladeAttachData();
}