From cd51e7e8180e1d4ebbaf9700ed78a27cd4b99891 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 11 四月 2025 16:08:28 +0800
Subject: [PATCH] 基础资料

---
 StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs |   36 ++++++++++++++++--------------------
 1 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs b/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
index a68e407..257c238 100644
--- a/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/ErpDepots.cs
@@ -4,9 +4,9 @@
 {
     public string Id { get; set; }
     public string? Type { get; set; }
-    public string? FNumber { get; set; }
+    public string? FNumber { get; set; }//缂栫爜
 
-    public string? FName { get; set; }
+    public string? FName { get; set; }//鍚嶇О
 
     /// <summary>
     ///     鎺ュ彛瀛楁璋冩暣锛氭爣鍑嗙増鎺ュ彛鏂板渚涘簲鍟唅d銆佸鎴穒d銆佹暟鎹姸鎬併�佸簱瀛樼姸鎬佺被鍨嬪瓧娈点��
@@ -23,23 +23,19 @@
     ///         public string? FDocumentStatus { get; set; }
     ///         public string? FStockStatusType { get; set; }
     /// </remarks>
-    public string? FSupplierId { get; set; }
+    /// 
+    public string? FAllowMinusQty { get; set; }//鍏佽鍗虫椂搴撳瓨璐熷簱瀛�
+    public string? FPrincipal { get; set; }        //浠撳簱璐熻矗浜�
+    public string? FStockProperty { get; set; }    //浠撳簱灞炴��
+    public string? FSupplierId { get; set; }       //渚涘簲鍟�
+    public string? FCustomerId { get; set; }       //瀹㈡埛
+    public string? FDocumentStatus { get; set; }   //鏁版嵁鐘舵��
+    public string? FForbidStatus { get; set; }     //绂佺敤鐘舵��
+    public string? FGroup { get; set; }            //鍒嗙粍
+    public string? FCreateOrgId { get; set; }      //鍒涘缓缁勭粐
+    public string? FUseOrgId { get; set; }         //浣跨敤缁勭粐
+    public string? FStockStatusType { get; set; }  //搴撳瓨鐘舵�佺被鍨�
+    public string? FZYC { get; set; }  //鐩磋繍浠� 
+    public string? FGYC { get; set; }  //绠℃槗浠�
 
-    public string? FCustomerId { get; set; }
-    public string? FDocumentStatus { get; set; }
-    public string? FStockStatusType { get; set; }
-    public string? FAllowMinusQty { get; set; }
-
-    public string? FPrincipal { get; set; }
-
-    public string? FStockProperty { get; set; }
-
-    public string? FForbidStatus { get; set; }
-
-    public string? FGroup { get; set; }
-
-
-    public string? FCreateOrgId { get; set; }
-
-    public string? FUseOrgId { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3