入库回退后反写入库单

This commit is contained in:
18942506660
2024-08-01 10:20:52 +08:00
parent 0fe5c20eff
commit a93a1585f0
7 changed files with 55 additions and 2 deletions

View File

@@ -42,7 +42,10 @@ namespace WMS.Web.Domain.Entitys
/// 箱ID
/// </summary>
public int BoxId { get; set; }
/// <summary>
/// 是否解绑
/// </summary>
public bool? UnBind { get; set; } = false;
/// <summary>
/// 对应金蝶的明细ID
/// </summary>