绑定状态

This commit is contained in:
2025-11-28 10:13:26 +08:00
parent 63a9d2f8f9
commit 26d2f05c4e
3 changed files with 13 additions and 5 deletions

View File

@ -123,4 +123,12 @@ public class DeviceQueryCriteria extends BaseEntity {
*/
private Integer onlineStatus;
/**
* 绑定状态
* 0 未绑定
* 1 已绑定
*/
@Schema(title = "绑定状态")
private Integer bindingStatus;
}