From 411ebc3c0a2b457bc5eb61443c549b6142a60ff6 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 19 四月 2025 08:16:13 +0800 Subject: [PATCH] 1.采购入库取消检验结果校验 2.新增ipqc查询 --- entity/Base/ItemDetailModel.cs | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/entity/Base/ItemDetailModel.cs b/entity/Base/ItemDetailModel.cs index d31e62c..423cbb1 100644 --- a/entity/Base/ItemDetailModel.cs +++ b/entity/Base/ItemDetailModel.cs @@ -16,6 +16,7 @@ public decimal? DSQty { get; set; } // 寰呮壂鏁伴噺 public decimal? RQty { get; set; } // 璋冨叆宸叉壂鏁伴噺 public string Pid { get; set; } // 鍏宠仈瀛楁 - public string FMaterialId { get; set; } // 鏉愭枡 ID + public string FMaterialId { get; set; } // 鏉愭枡 + public string DAA001 { get; set; } // 鏉愭枡 ID public string Id { get; set; } // 涓婚敭 ID } \ No newline at end of file -- Gitblit v1.9.3