Merge remote-tracking branch 'origin/master'
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -25,6 +25,8 @@ public class RemoteResidentPersonVo implements Serializable {
|
||||
|
||||
private Long gender;
|
||||
|
||||
private String phone;
|
||||
|
||||
private String idCard;
|
||||
|
||||
private Long authGroupId;
|
||||
|
@@ -2,6 +2,8 @@ package org.dromara.sis.api;
|
||||
|
||||
import org.dromara.sis.api.domain.RemotePersonAuth;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
/**
|
||||
* @author lsm
|
||||
* @apiNote RemoteSisAuth
|
||||
@@ -10,4 +12,8 @@ import org.dromara.sis.api.domain.RemotePersonAuth;
|
||||
public interface RemoteSisAuth {
|
||||
|
||||
Boolean personAuth(RemotePersonAuth personAuth);
|
||||
|
||||
Boolean updatePersonAuth(RemotePersonAuth personAuth);
|
||||
|
||||
Boolean deletePersonAuth(Collection<Long> personId, Collection<Long> e8Ids);
|
||||
}
|
||||
|
@@ -27,6 +27,8 @@ public class RemotePersonAuth implements Serializable {
|
||||
|
||||
private String email;
|
||||
|
||||
private Long e8Id;
|
||||
|
||||
private Integer cardType = 1;
|
||||
|
||||
private String idCardNumber;
|
||||
|
Reference in New Issue
Block a user