bug修复

This commit is contained in:
2024-06-07 17:30:47 +08:00
parent 3549274b72
commit 51bfc0d99c
56 changed files with 357 additions and 315 deletions

View File

@@ -92,5 +92,9 @@ public partial class WmsElevatorH : BaseEntity<string>
/// 当前电梯所在楼层
/// </summary>
public int current_floor { get; set; }
/// <summary>
/// 电梯占用状态
/// </summary>
public int is_use { get; set; }
}