From eef7c568c109f863ee879455b2a002f49acfd996 Mon Sep 17 00:00:00 2001
From: 王 垚 <1402714037@qq.com>
Date: 星期三, 30 十一月 2022 17:08:35 +0800
Subject: [PATCH] 合并

---
 Model/销售管理/ClsXs_SeOrderBillMain.cs |   22 +++++++++++++++++++++-
 1 files changed, 21 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..c909007 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,25 @@
         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;
     }
 }

--
Gitblit v1.9.1