src/main/java/com/xcong/excoin/modules/member/dao/MemberWalletAgentDao.java
@@ -4,4 +4,7 @@ import com.xcong.excoin.modules.member.entity.MemberWalletAgentEntity; public interface MemberWalletAgentDao extends BaseMapper<MemberWalletAgentEntity> { MemberWalletAgentEntity selectWalletAgentBymIdAndCode(Long memberId, String walletCode); }