From dd3461812f84ac4f930d3c51e5b8eba92fea4dab Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期五, 12 九月 2025 15:47:29 +0800 Subject: [PATCH] 1、采购订单日期转换 2、收料通知修改 --- MES.Service/Dto/webApi/ErpRohinData.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs index 91bb37d..eda56a3 100644 --- a/MES.Service/Dto/webApi/ErpRohinData.cs +++ b/MES.Service/Dto/webApi/ErpRohinData.cs @@ -53,5 +53,8 @@ public string? FDEMANDBILLENTRYSEQ { get; set; } public string? SalesOrderId { get; set; } public string? OrderLineId { get; set; } + public string? FSUBREQENTRYID { get; set; } + + } \ No newline at end of file -- Gitblit v1.9.3