Helius
2022-03-02 c1695543fddf317c853ec7923f743ff9d9577f65
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);
}