This commit is contained in:
2023-06-25 17:22:05 +08:00
parent 3fd3a09888
commit caeae9127f
51 changed files with 235 additions and 632 deletions

View File

@ -10,8 +10,7 @@ import java.lang.annotation.*;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface DataScope
{
public @interface DataScope {
/**
* 部门表的别名
*/

View File

@ -11,7 +11,6 @@ import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.Objects;
/**
* 退出处理器

View File

@ -24,8 +24,8 @@ public interface OnlineUserService {
/**
* 删除(强退)
*
* @param username 登录账号
* @param deviceSn 设备号
* @param username 登录账号
* @param deviceSn 设备号
* @param deleteOwn 是否是删除自己
*/
void deleteOne(String username, String deviceSn, Boolean deleteOwn);
@ -66,7 +66,7 @@ public interface OnlineUserService {
/**
* 分页查询列表
*
* @param pageNum pageNum
* @param pageNum pageNum
* @param pageSize pageSize
* @param username username
* @return list