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