KKSU
2024-07-08 1bfe95ae803adee6f824e83d887aaf24d1d07788
1
2
3
4
5
6
7
package cc.mrbird.febs.dapp.mapper;
 
import cc.mrbird.febs.dapp.entity.DappSymbolDailyPriceEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
public interface DappSymbolDailyPriceMapper extends BaseMapper<DappSymbolDailyPriceEntity> {
}