From 1a09e10891586f227bec656d92ad27382f0412a2 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期一, 18 八月 2025 15:14:12 +0800
Subject: [PATCH] 直接调拨申请单

---
 StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
index fdd5138..0819536 100644
--- a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
+++ b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
@@ -211,5 +211,43 @@
         ///</summary>
         [SugarColumn(ColumnName = "ERPID")]
         public string? Erpid { get; set; }
+
+        /// <summary>
+        ///  璋冨嚭搴撳瓨缁勭粐
+        ///</summary>
+        [SugarColumn(ColumnName = "DC_KC")]
+        public string? DcKc { get; set; }
+        /// <summary>
+        ///  璋冨叆搴撳瓨缁勭粐
+        ///</summary>
+        [SugarColumn(ColumnName = "DR_KC")]
+        public string? DrKc { get; set; }
+
+
+        /// <summary>
+        ///  璋冨叆璐т富
+        ///</summary>
+        [SugarColumn(ColumnName = "DR_HZ")]
+        public string? DrHz { get; set; }
+        /// <summary>
+        ///  璋冨叆浠撳簱
+        ///</summary>
+        [SugarColumn(ColumnName = "DR_CK")]
+        public string? DrCk { get; set; }
+        /// <summary>
+        ///  璋冨嚭閮ㄩ棬
+        ///</summary>
+        [SugarColumn(ColumnName = "DC_BM")]
+        public string? DcBm { get; set; }
+        /// <summary>
+        ///  璋冨叆閮ㄩ棬
+        ///</summary>
+        [SugarColumn(ColumnName = "DR_BM")]
+        public string? DrBm { get; set; }
+        /// <summary>
+        ///  MES绫诲瀷
+        ///</summary>
+        [SugarColumn(ColumnName = "TYPE2")]
+        public string? Type2 { get; set; }
     }
 }

--
Gitblit v1.9.3