feat(auth): 人员授权相关功能修改

This commit is contained in:
2025-07-26 02:37:02 +08:00
parent d43b600e51
commit 3b7635bf1d
23 changed files with 368 additions and 94 deletions

View File

@@ -9,5 +9,5 @@ import org.dromara.sis.api.domain.RemotePersonAuth;
*/
public interface RemoteSisAuth {
Long personAuth(RemotePersonAuth personAuth);
Boolean personAuth(RemotePersonAuth personAuth);
}

View File

@@ -37,8 +37,8 @@ public class RemotePersonAuth implements Serializable {
private Long authGroupId;
private Date begDate;
private Date authBegDate;
private Date endDate;
private Date authEndDate;
}