From 4598e856759f043f203d45a0674626b9e2ff89b8 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期四, 18 九月 2025 10:29:29 +0800
Subject: [PATCH] 组装拆卸

---
 StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs b/StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs
index 1a0703d..e833c91 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/ERPZZCXD.cs
@@ -25,7 +25,7 @@
     public class ERPZZCXMain
     {
         public string? erpid { get; set; }     // ERP 涓昏〃id锛堜富琛ㄧ殑 ERPID锛�
-        public string? bill_no { get; set; }   // 鍗曟嵁缂栫爜
+        public string bill_no { get; set; }   // 鍗曟嵁缂栫爜
         public string? type { get; set; }   //  
         public string? dj_lx { get; set; }       // 鍗曟嵁绫诲瀷
         public string? kc_zz { get; set; }       // 搴撳瓨缁勭粐
@@ -91,5 +91,6 @@
         public string? depot_id { get; set; }  // 浠撳簱
         public string? lot_no { get; set; }    // 鎵瑰彿
         public string? memo { get; set; }      // 澶囨敞
+        public string? yd_id { get; set; }      // 澶囨敞
     }
 }

--
Gitblit v1.9.3