From 1c7d84d153f22148c7c8dbf80aa646edb0c53648 Mon Sep 17 00:00:00 2001
From: 刘磊 <1161824510@qq.com>
Date: 星期四, 18 十二月 2025 09:24:57 +0800
Subject: [PATCH] 同步

---
 项目代码/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_AssemblyOrderInfo.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/dt_OrderInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_AssemblyOrderInfo.cs"
similarity index 96%
rename from "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/dt_OrderInfo.cs"
rename to "\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_AssemblyOrderInfo.cs"
index 966ef7a..d35cf39 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/dt_OrderInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSServer/WIDESEA_Model/Models/Inbound/Dt_AssemblyOrderInfo.cs"
@@ -9,8 +9,8 @@
 
 namespace WIDESEA_Model.Models
 {
-    [SugarTable(nameof(dt_OrderInfo), "鎬昏宸ュ崟淇℃伅")]
-    public class dt_OrderInfo: BaseEntity
+    [SugarTable(nameof(Dt_AssemblyOrderInfo), "鎬昏宸ュ崟淇℃伅")]
+    public class Dt_AssemblyOrderInfo : BaseEntity
     {
         /// <summary>
         /// 涓婚敭
@@ -36,7 +36,7 @@
         [SugarColumn(IsNullable = true, ColumnDescription = "鐢熶骇妯″紡")]
         public string splitStrategy { get; set; }
 
-        public string data { get; set; }
+        //public string data { get; set; }
 
         /// <summary>
         /// 璁㈠崟鍙�

--
Gitblit v1.9.3