From cb3c9098f3ed921918162a31b82bf3009383b917 Mon Sep 17 00:00:00 2001 From: wbc <2597324127@qq.com> Date: 星期三, 11 十二月 2024 14:39:39 +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