更新载具绑定,修改载具更换

This commit is contained in:
FanLian
2023-06-16 11:24:52 +08:00
parent 539ed048f0
commit 17ab663e10
3 changed files with 22 additions and 19 deletions

View File

@@ -24,6 +24,11 @@ public partial class WmsCarrybindH : BaseEntity<string>
/// </summary>
public string? org_id { get; set; }
/// <summary>
/// 所属组织ID
/// </summary>
public string? carry_id { get; set; }
/// <summary>
/// 载具编号
/// </summary>