From 419c307e6d9e23b8288e234e0520093d1053efe4 Mon Sep 17 00:00:00 2001 From: zyf <1071160500@qq.com> Date: 星期三, 23 四月 2025 17:12:29 +0800 Subject: [PATCH] 巡检检验项目查询新增工序条件 --- MES.Service/Dto/webApi/ErpCAB.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpCAB.cs b/MES.Service/Dto/webApi/ErpCAB.cs index c052532..70efe64 100644 --- a/MES.Service/Dto/webApi/ErpCAB.cs +++ b/MES.Service/Dto/webApi/ErpCAB.cs @@ -20,5 +20,11 @@ public string? FNumerator { get; set; } public string? FDenominator { get; set; } public string ID { get; set; } - public string PID { get; set; } + public string? PID { get; set; } + + public string? FSeq { get; set; } + + public string? FFixScrapQty { get; set; } + + public string? FScrapRate { get; set; } } \ No newline at end of file -- Gitblit v1.9.3