JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.github.xezzon.zeroweb.attachment
IAttachmentService
Contents
Description
Method Summary
Method Details
queryById(String)
Hide sidebar
Show sidebar
Interface IAttachmentService
All Known Implementing Classes:
AttachmentService
public interface
IAttachmentService
附件服务接口。 定义了附件相关的业务操作。
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Attachment
queryById
(
String
id)
查询附件信息。
Method Details
queryById
Attachment
queryById
(
String
id)
查询附件信息。
Parameters:
id
- 附件ID
Returns:
附件信息