委外订单接口,原材料移库策略调整

This commit is contained in:
2024-07-25 16:18:22 +08:00
parent f07f9da126
commit e92797e449
9 changed files with 455 additions and 6 deletions

View File

@@ -42,12 +42,12 @@ public partial class WmsPurchaseOrderD : BaseEntity<string>
/// <summary>
/// 采购数量
/// </summary>
public string? purchase_quantity { get; set; }
public decimal? purchase_quantity { get; set; }
/// <summary>
/// 实收数量
/// </summary>
public string? actual_quantity { get; set; }
public decimal? actual_quantity { get; set; }
/// <summary>
/// 库存地点ID