dashboard
repositories
filestore
activity
search
login
main
/
jys-ico
交易所ico后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
代码迁移推送
zj
2024-06-03
5668aa7dc743d930b4b09dce1e7ccbba371e93cf
[jys-ico.git]
/
src
/
main
/
java
/
org
/
example
/
ssmico
/
demos
/
web
/
service
/
TWalletService.java
1
2
3
4
5
6
7
package org.example.ssmico.demos.web.service;
import com.baomidou.mybatisplus.extension.service.IService;
import project.wallet.Wallet;
public interface TWalletService extends IService<Wallet> {
}