Helius
2020-10-29 ff9797c9c09024973416191fb08ef6ce046cf5fc
src/main/java/com/xcong/excoin/modules/member/dao/MemberAuthenticationDao.java
@@ -6,5 +6,6 @@
public interface MemberAuthenticationDao extends BaseMapper<MemberAuthenticationEntity> {
   int findMemberbyIdCardNoCount(String idCardNo);
   int findAuthenByMemberId(Long memberId);
}