From 49f60ae2d2a6b5bc9623ed41e22c57412852e49c Mon Sep 17 00:00:00 2001
From: chenhaozhe <cgz@hz-kingdee.com>
Date: 星期五, 06 三月 2026 13:27:07 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 Model/仓库管理/ClsKf_SellOutBillMain.cs |   12 ++++++++++++
 1 files changed, 12 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 b6a1213..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"
@@ -32,6 +32,18 @@
         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