dashboard
repositories
filestore
activity
search
login
main
/
xinbi-new
本地新币代码
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增资金账户以及与交易账户的互转
peternameyakj
2024-08-12
7d80267c3797e557d9d38494306b402c908210c6
[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);
}