dashboard
repositories
filestore
activity
search
login
main
/
exchange-back
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
20210514 云顶
xiaoyong931011
2021-05-15
97bb5d54315b91b851d6934fb2bb98b80b7dc4f1
[exchange-back.git]
/
src
/
main
/
java
/
com
/
xcong
/
excoin
/
modules
/
yunding
/
mapper
/
YdProductMapper.java
1
2
3
4
5
6
7
package com.xcong.excoin.modules.yunding.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.yunding.entity.YdProductEntity;
public interface YdProductMapper extends BaseMapper<YdProductEntity> {
}