dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge remote-tracking branch 'origin/master'
zj
2024-08-02
815342ea90c689561adeecca3230b5b5f8ddc2b7
[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);
}