现在问题处理

This commit is contained in:
2024-09-14 11:58:14 +08:00
parent 2511e4f099
commit 7d44c723e4
24 changed files with 677 additions and 369 deletions

View File

@@ -105,5 +105,9 @@ public partial class WmsElevatorH : BaseEntity<string>
/// 电梯内托数
/// </summary>
public int carry_count { get; set; }
/// <summary>
/// 梯内货位占用情况
/// </summary>
public string? innerpos { get; set; }
}