From 00d2dab9f1367067b27906be93a43949beb43aa7 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 18 九月 2023 15:42:14 +0800
Subject: [PATCH] 1

---
 Model/销售管理/ClsXs_SeOrderBillMain.cs |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git "a/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs" "b/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
index 785b0ae..f013f65 100644
--- "a/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
+++ "b/Model/\351\224\200\345\224\256\347\256\241\347\220\206/ClsXs_SeOrderBillMain.cs"
@@ -8,7 +8,7 @@
     {
         public string HAddress;//     varchar(200)            	--交货地点 
         public Int64 HSSID;//	 int				--结算方式 (Gy_SettleStyle)
-        public Int64 HSellSID;//	int 			--采购方式 (Gy_PoStockStyle)		new
+        public Int64 HSellSID;//	int 			--销售方式 (Gy_SellStyle)		new
         public Int64 HCusID;//      int     			--供应商 (Gy_Supplier)
         public Int64 HCurID;//    int      			--币别 (Gy_Currency)
         public Single HExRate;//    money      			--汇率  (选择完币别带出)
@@ -20,5 +20,34 @@
         public DateTime HSSDate;// 	 datetime			--结算日期					--addnew
         public string HChangeMan;// 	varchar(50)		--变更人(不可编辑,灰色显示类似审核人)				--addnew
         public DateTime HChangeDate;// 	datetime		--变更日期(不可编辑,灰色显示)				--addnew
+
+
+        public Int64 HInterID;
+        public long HYear;
+        public long HPeriod;
+        public string HBillType;
+        public string HBillSubType;
+        public DateTime HDate;
+        public string HBillNo;
+        public int HBillStatus;
+        public string HRemark;
+        public string HChecker;
+        public string HCheckDate;
+        public string HMaker;
+        public string HMakeDate;
+        public string HCloseMan;
+        public string HCloseDate;
+        public Int64 HERPInterID;
+        public string HERPBillType;
+        public Int64 HSALEORGID;
+
+        public Int64 HSALEGROUPID;
+        public Int64 HRECEIVEID;
+        public Int64 HSETTLEID;
+        public Int64 HCHARGEID;
+        public Int64 HHEADLOCID;
+        public Int64 HRECCONTACTID;
+        public Int64 HCORRESPONDORGID;
+        public string HBUSINESSTYPE;
     }
 }

--
Gitblit v1.9.1