liding
21 小时以前 c7ce2c2342f427bbad0263ab9e35585f6b98ee93
src/main/java/com/ruoyi/basic/service/StorageAttachmentService.java
@@ -23,7 +23,7 @@
     * @param fileType 文件类型
     * @return 文件信息列表
     */
    List<StorageAttachment> selectStorageAttachments(Long recordId, StorageAttachmentRecordType recordType, StorageAttachmentConstants fileType);
    List<StorageAttachment> selectStorageAttachments(Long recordId, StorageAttachmentRecordType recordType, String fileType);
    /**
     * 保存通用文件上传的附件信息