wzy
2020-12-10 068b277fe6e9fb588adf5118799db9198e1d5249
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> {
}