zainali5120
2020-11-15 1047866e4e73890bf64c9b35f1a7043b543d64fe
1
2
3
4
5
6
7
8
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> {
 
}