外协提升二楼入库、erp包材入库同步、erp重发调拨出库处理、电梯优化

This commit is contained in:
2024-08-28 16:03:35 +08:00
parent 7809aefb9b
commit 68f4b5c5af
16 changed files with 485 additions and 14 deletions

View File

@@ -133,4 +133,10 @@ public partial class WmsRawmatTransferinstockD : BaseEntity<string>
/// 已绑定数量
/// </summary>
public decimal? bind_qty { get; set; }
/// <summary>
/// 物料名称
/// </summary>
public string? matname { get; set; }
}