dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地址
zj
2025-06-30
36c7c8b1fb398fbbec6951a68844a09ad0cc0e9c
[xinbi-new.git]
/
src
/
main
/
java
/
project
/
wallet
/
consumer
/
WalletDao.java
1
2
3
4
5
6
7
8
package project.wallet.consumer;
public interface WalletDao {
public void update(WalletMessage walletMessage);
public void update(WalletExtendMessage walletExtendMessage);
}