| Package | Description |
|---|---|
| com.geoway.adf.dms.config.service | |
| com.geoway.adf.dms.config.service.impl |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentDTO> |
AttachmentService.getAttachments(String ids)
获取附件信息
|
List<AttachmentDTO> |
AttachmentService.list(String relatedType,
String relatedId)
附件列表
|
List<AttachmentDTO> |
AttachmentService.upload(String relatedType,
String relatedId,
org.springframework.web.multipart.MultipartFile[] files)
上传附件
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentDTO> |
AttachmentServiceImpl.getAttachments(String ids) |
List<AttachmentDTO> |
AttachmentServiceImpl.list(String relatedType,
String relatedId) |
List<AttachmentDTO> |
AttachmentServiceImpl.upload(String relatedType,
String relatedId,
org.springframework.web.multipart.MultipartFile[] files) |
Copyright © 2025. All rights reserved.