Helius
2020-11-30 042fca9de7bf017119bb291157db75df2fac21bd
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);
}