dashboard
repositories
filestore
activity
search
login
main
/
jys-qbsq
jys-qbsq
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
初始化
peternameyakj
2025-01-06
4c82733d79b03ee1d5304398b0598d826e6fd0e9
[jys-qbsq.git]
/
src
/
main
/
java
/
db
/
DBRestoreBeanHandler.java
1
2
3
4
5
6
7
8
9
10
package db;
public interface DBRestoreBeanHandler {
/**
* @param operatorEvent The operatorEvent to set.
*/
public void setOperatorEvent(DBOperatorEvent operatorEvent);
}