dashboard
repositories
filestore
activity
search
login
main
/
exchange
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'fish' of http://120.27.238.55:7000/r/exchange into fish
Helius
2021-11-25
b64e973372447a50059163016e3ce3fe56e19153
[exchange.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
fish
/
dao
/
CannonGameRecordDao.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.fish.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.fish.entity.CannonGameRecord;
public interface CannonGameRecordDao extends BaseMapper<CannonGameRecord> {
}