From 6581234907def80093c3e9b4cdbc864714ed3f59 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 05 八月 2025 08:49:52 +0800
Subject: [PATCH] 1、首检生成检验项目时报请重试优化(字段长度限制所导致)

---
 MES.Service/Dto/webApi/ErpRohinData.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index 796d177..7011f63 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -61,4 +61,5 @@
     public string? FdemandbillnoLine { get; set; }
     public string? ElectricalProductModel { get; set; }
     public string? ElectricalProductName { get; set; }
+    public string? F_XIFG_Text_zzjxqd { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3