添加根据身份证,查询个人信息,用于注册用

This commit is contained in:
sh
2026-04-21 18:52:27 +08:00
parent b635e47ee6
commit 616110b19f
5 changed files with 31 additions and 0 deletions

View File

@@ -54,4 +54,6 @@ public interface AppUserMapper extends BaseMapper<AppUser>
void batchUpdateDifferUser(List<AppUser> list);
void batchAddUser(List<AppUser> list);
AppUser getAppUserBase(@Param("idCard") String idCard);
}