forked from dyf/fys-Multi-tenant
设备所属分组
This commit is contained in:
@ -66,8 +66,22 @@ public class DeviceQueryCriteria extends BaseEntity {
|
|||||||
/* app绑定用户id */
|
/* app绑定用户id */
|
||||||
private Long bindingUserId;
|
private Long bindingUserId;
|
||||||
|
|
||||||
|
/**
|
||||||
/* 是否为管理员 */
|
* 是否为管理员
|
||||||
|
*/
|
||||||
|
@Schema(name = "是否为管理员")
|
||||||
private Boolean isAdmin = false;
|
private Boolean isAdmin = false;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设备所属分组
|
||||||
|
*/
|
||||||
|
@Schema(name = "设备所属分组")
|
||||||
|
private Long groupId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 设备地区
|
||||||
|
*/
|
||||||
|
@Schema(name = "设备地区")
|
||||||
|
private String area;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user