新增,判断目标库位是否可以放置当前载具

This commit is contained in:
alex
2023-07-18 10:38:44 +08:00
parent c92dbc3397
commit 81f7672980
3 changed files with 46 additions and 9 deletions

View File

@@ -75,6 +75,10 @@ public partial class BasLocation : BaseEntity<string>
/// 修改用户
/// </summary>
public string? modify_id { get; set; }
/// <summary>
/// 载具规格分类Id
/// </summary>
public string carrystd_id { get; set; }
/// <summary>
/// 修改时间