绑定状态
This commit is contained in:
@ -123,4 +123,12 @@ public class DeviceQueryCriteria extends BaseEntity {
|
||||
*/
|
||||
private Integer onlineStatus;
|
||||
|
||||
/**
|
||||
* 绑定状态
|
||||
* 0 未绑定
|
||||
* 1 已绑定
|
||||
*/
|
||||
@Schema(title = "绑定状态")
|
||||
private Integer bindingStatus;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user