Helius
2020-11-19 ac5051ef7aa0ea4410d32760a200e2dc31ef870e
1
2
3
4
5
6
7
package com.xcong.excoin.modules.member.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xcong.excoin.modules.member.entity.TdFinancialReord;
 
public interface TdFinancialReordDao extends BaseMapper<TdFinancialReord> {
}