设备管理

This commit is contained in:
FLL
2025-07-16 17:30:18 +08:00
parent fa30efb031
commit 72ddc3d5f3
5 changed files with 228 additions and 103 deletions

View File

@@ -26,6 +26,16 @@ export interface DeviceLocationVO {
*/
searchValue: string;
/**
* 位置类型
*/
locationObjName: string;
/**
* 搜索值
*/
remark: string;
}
export interface DeviceLocationForm extends BaseEntity {