From 8a829f00d0582a32c7bef960cab5c6fd855c5ea5 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期四, 31 十月 2024 11:05:23 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
Model/仓库管理/ClsKf_SellOutBillMain.cs | 5 +++++
1 files changed, 5 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 e79bdc7..aa1a698 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"
@@ -30,6 +30,11 @@
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; //组织
}
--
Gitblit v1.9.1