1
0
forked from dyf/dyf-vue-ui

删除有关所属客户字段

This commit is contained in:
fengerli
2025-12-09 11:47:32 +08:00
parent 30079ec854
commit eb8e4e1c69
4 changed files with 37 additions and 29 deletions

View File

@ -6,6 +6,7 @@ export interface deviceQuery extends PageQuery {
deviceStatus: string;
bluetoothName?: string; // 蓝牙名称查询字段
onlineStatus?: string;
bindingStatus?:string
}
export interface deviceForm {
@ -38,6 +39,7 @@ export interface deviceVO {
customerId?: string | number;
typeName?: string;
bluetoothName?: string; // 蓝牙名称字段
}
export interface deviceTypeOption {