From 7bd3f5d3a986a45095728e0a9745bdf0d099d77a Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期三, 30 七月 2025 08:36:39 +0800 Subject: [PATCH] 1.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