解决出库签收,当前用户空引用bug
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user