KKSU
2024-04-29 0a22a881f09abd830fd0c8c7cb094e3ea23796a5
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> {
}