PC原材料调拨出库与PDA签收逻辑完善

This commit is contained in:
2024-08-20 01:26:44 +08:00
parent 06610549b0
commit 29fd420bb2
9 changed files with 248 additions and 24 deletions

View File

@@ -48,5 +48,10 @@ public partial class WmsCarryCode
/// </summary>
[SugarColumn(IsIgnore = true)]
public string carry_code { get; set; }
/// <summary>
/// 签收数量
/// </summary>
[SugarColumn(IsIgnore = true)]
public decimal? sign_qty { get; set; }
}