解决出库签收,当前用户空引用bug

This commit is contained in:
alex
2023-09-07 18:17:07 +08:00
parent 94a598d5d6
commit 4582fd8a1c
10 changed files with 182 additions and 57 deletions

View File

@@ -40,5 +40,10 @@ public partial class WmsCarryCode
/// </summary>
[SugarColumn(IsIgnore = true)]
public int check_conclusion { get; set; }
/// <summary>
/// 出库需求量(临时)
/// </summary>
[SugarColumn(IsIgnore = true)]
public decimal pr_qty { get; set; }
}