From 699b04d39a79bd6bb8efae1c6e2d65766c3d12b8 Mon Sep 17 00:00:00 2001
From: black-goat-me <226547893@qq.com>
Date: 星期六, 20 五月 2023 20:27:16 +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