dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
滑点
KKSU
2024-04-01
376cb163c3d3af9e7091e64a347f3e3323de4e76
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
mapper
/
DappCoinPriceMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.mapper;
import cc.mrbird.febs.dapp.entity.DappCoinPrice;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface DappCoinPriceMapper extends BaseMapper<DappCoinPrice> {
}