dashboard
repositories
filestore
activity
search
login
main
/
dabaogp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
实名新增证件类型
zyy
2025-08-25
1d8278d7570e199ce5ed16742d129424c2ca3aeb
[dabaogp.git]
/
src
/
main
/
java
/
com
/
nq
/
ws
/
client
/
Ack.java
1
2
3
4
5
6
7
8
9
10
package com.nq.ws.client;
/**
* Acknowledgement.
*/
public interface Ack {
void call(Object... args);
}