| | |
| | | import com.ruoyi.basic.dto.StorageAttachmentDTO; |
| | | import com.ruoyi.basic.dto.StorageAttachmentVO; |
| | | import com.ruoyi.basic.dto.StorageBlobDTO; |
| | | import com.ruoyi.basic.dto.StorageBlobVO; |
| | | import com.ruoyi.basic.enums.ApplicationTypeEnum; |
| | | import com.ruoyi.basic.enums.RecordTypeEnum; |
| | | import com.ruoyi.basic.pojo.StorageAttachment; |
| | |
| | | |
| | | /** |
| | | * 分页查询通用文件上传的附件信息 |
| | | * @param page 分页参数 |
| | | * @param storageAttachmentDTO 关联记录信息 |
| | | * @return 分页结果 |
| | | */ |
| | | public IPage<StorageAttachmentVO> listPage(Page page, StorageAttachmentDTO storageAttachmentDTO); |
| | | public List<StorageBlobVO> list(StorageAttachmentDTO storageAttachmentDTO); |
| | | |
| | | /** |
| | | * 删除通用文件上传的附件信息 |