采购入库代码部分重写,回传bip调整,采购订单接收调整、小件移库到三层货架

This commit is contained in:
2024-09-29 18:10:14 +08:00
parent e6a0066616
commit 6517149d58
9 changed files with 396 additions and 230 deletions

View File

@@ -144,4 +144,13 @@ public partial class WmsPurchaseOrderD : BaseEntity<string>
/// </summary>
public string? production_unit { get; set; }
/// <summary>
/// 规格
/// </summary>
public string? material_specification { get; set; }
/// <summary>
/// 型号
/// </summary>
public string? material_standard { get; set; }
}