net.risesoft.pojo.Y9Result<AttachmentModel> |
AttachmentApi.findById(String tenantId,
String id) |
附件下载
|
net.risesoft.pojo.Y9Page<AttachmentModel> |
AttachmentApi.getAttachmentList(String tenantId,
String processSerialNumber,
String fileSource,
int page,
int rows) |
获取附件列表
|
net.risesoft.pojo.Y9Result<List<AttachmentModel>> |
AttachmentApi.getAttachmentModelList(String tenantId,
String processSerialNumber,
String fileSource) |
获取附件列表(model)
|
net.risesoft.pojo.Y9Result<AttachmentModel> |
AttachmentApi.getFile(String tenantId,
String fileId) |
获取附件
|