xiaoyong931011
2020-05-21 2f1b0accd6e985fcb0870b8856e07839a0d69471
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);
}