feat(auth): 人员授权相关功能修改
This commit is contained in:
@@ -9,5 +9,5 @@ import org.dromara.sis.api.domain.RemotePersonAuth;
|
||||
*/
|
||||
public interface RemoteSisAuth {
|
||||
|
||||
Long personAuth(RemotePersonAuth personAuth);
|
||||
Boolean personAuth(RemotePersonAuth personAuth);
|
||||
}
|
||||
|
@@ -37,8 +37,8 @@ public class RemotePersonAuth implements Serializable {
|
||||
|
||||
private Long authGroupId;
|
||||
|
||||
private Date begDate;
|
||||
private Date authBegDate;
|
||||
|
||||
private Date endDate;
|
||||
private Date authEndDate;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user