修改一体机登录密码验证

This commit is contained in:
sh
2026-01-10 18:15:22 +08:00
parent 4c6a8f30b0
commit 6e09130823
3 changed files with 13 additions and 1 deletions

View File

@@ -81,4 +81,6 @@ public interface IAppUserService
public MyChart getMyTj(Long userId);
public List<AppUserShow> selectUserApplyList(AppUser appUser);
public AppUser getYtjValidPhone(String phone);
}