From 00a72fff219241eb5b0405a066cc859d07cf7735 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期三, 17 九月 2025 10:23:44 +0800
Subject: [PATCH] 1111

---
 Dto/ErpKc.cs |   31 ++++++++++++++++---------------
 1 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/Dto/ErpKc.cs b/Dto/ErpKc.cs
index a784e04..a6845de 100644
--- a/Dto/ErpKc.cs
+++ b/Dto/ErpKc.cs
@@ -1,16 +1,17 @@
-锘縩amespace NewPdaSqlServer.Dto;
-
-public class ErpKc
+锘縩amespace NewPdaSqlServer.Dto
 {
-    public string? FMaterialId { get; set; }
-    public string? FStockId { get; set; }
-    public string? FMtoNo { get; set; }
-    public string? FLot { get; set; }
-    public string? FStockUnitId { get; set; }
-    public string? FBaseUnitId { get; set; }
-    public string? FStockStatusId { get; set; }
-    public string? FBASEQTY { get; set; }
-    public string? FSTOREURNOM { get; set; }
-    public string? FSTOREURNUM { get; set; }
-    public string? FStockOrgId { get; set; }
-}
\ No newline at end of file
+    public class ErpKc
+    {
+        public string? FMaterialId { get; set; }
+        public string? FStockId { get; set; }
+        public string? FMtoNo { get; set; }
+        public string? FLot { get; set; }
+        public string? FStockUnitId { get; set; }
+        public string? FBaseUnitId { get; set; }
+        public string? FStockStatusId { get; set; }
+        public string? FBASEQTY { get; set; }
+        public string? FSTOREURNOM { get; set; }
+        public string? FSTOREURNUM { get; set; }
+        public string? FStockOrgId { get; set; }
+    }
+}

--
Gitblit v1.9.3