From d9d67e2c013a9f27df3e971508f96550eb2c210e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期三, 12 十一月 2025 18:59:39 +0800
Subject: [PATCH] 小卫三码合一、过站解绑、
---
Model/仓库管理/ClsKf_SellOutBillMain.cs | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillMain.cs"
index cd39367..df0b268 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_SellOutBillMain.cs"
@@ -27,5 +27,23 @@
public bool HDFflag; //是否垫付
public string HLinkMan;// varchar(50) //联系人 new
public string HLinkPhone;// varchar(100) //联系电话 new
+ public Int64 HSTOCKORGID; // int --库存组织
+ public double HCarriage; //运费
+ public string HCheckStatusMan; //核销人
+ public double HExRate; //汇率
+
+ public Int64 HProjectID; //工程项目
+ public Int64 HGroupID; //班组
+ public string HPriceType; //varchar(20) --单价类型(成本价,结算价)
+
+ public Int64 HOrgID; //组织
+ public Int64 HIsTaxRate; //是否含税
+ public Int64 HIsTaxRate_upper; //含税上调10%
+
+ //同步金蝶数据缺失model字段
+ public string HOWNERTYPEID;
+ public Int64 HERPInterID;
+ public string HERPBillType;
+ public string HERPBillNo;
}
}
--
Gitblit v1.9.1