临时添加

This commit is contained in:
Zy
2026-04-08 08:56:37 +08:00
parent b87a594d4e
commit dc3080db32
7 changed files with 88 additions and 79 deletions

View File

@@ -60,6 +60,6 @@ export interface FloorsType {
}
// 房间
export interface HouseType {
houseId: number;
houseId: string;
houseNo: string;
}