公告板
版本库
filestore
活动
搜索
登录
weaver-demo
/
esign_weaver_java
新版泛微契约锁——后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
dev 契约锁
P15GEN2\59518
2024-05-29
d4210c7c4b04abde20037ea8aa0f54ef8a2649aa
[weaver-demo/esign_weaver_java.git]
/
foundation.icall
/
src
/
foundation
/
icall
/
callout
/
IRemoteSource.java
1
2
3
4
5
6
7
8
9
10
11
12
13
package foundation.icall.callout;
import foundation.icall.ICallDirection;
public interface IRemoteSource {
String getName();
ICallDirection getDirection();
Object get();
}