From 0dc95390f19439f68d45a4341415b3545d94983e Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 10 十二月 2025 15:17:23 +0800
Subject: [PATCH] 采购订单_数据库中明细使用序列化ID区分

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

diff --git a/MES.Service/Dto/webApi/ErpRohinData.cs b/MES.Service/Dto/webApi/ErpRohinData.cs
index aa4bc04..90ef412 100644
--- a/MES.Service/Dto/webApi/ErpRohinData.cs
+++ b/MES.Service/Dto/webApi/ErpRohinData.cs
@@ -2,9 +2,9 @@
 
 public class ErpRohinData
 {
-    public string id { get; set; }
-    public string Eid { get; set; }
-    public string? FBillNo { get; set; }
+    public string? id { get; set; }
+    public string? Eid { get; set; }
+    public string  FBillNo { get; set; }
     public string? FDEMANDBILLNO { get; set; }
     public string? FSEQ { get; set; }
     public string? FMaterialId { get; set; }

--
Gitblit v1.9.3