From d111f8edae7823e0cc700b3e090b828ac2116ed9 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 16 七月 2025 21:26:33 +0800 Subject: [PATCH] Add MesLaboratory API functionality --- MES.Service/Dto/webApi/ErpRohIn.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpRohIn.cs b/MES.Service/Dto/webApi/ErpRohIn.cs index 18f6dd5..2657728 100644 --- a/MES.Service/Dto/webApi/ErpRohIn.cs +++ b/MES.Service/Dto/webApi/ErpRohIn.cs @@ -50,4 +50,5 @@ public string? FPREARRIVALDATE { get; set; } public string? FRECEIVEORGID { get; set; } public string? F_XIFG_PrintTimes_qtr { get; set; } + public string? F_XIFG_Text_zzjxqd { get; set; } } \ No newline at end of file -- Gitblit v1.9.3