From c30182c414fc64d770fb6128e0cf9c91cdcf8ad4 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期一, 13 五月 2024 16:20:40 +0800
Subject: [PATCH] 菜单栏排序

---
 Model/仓库管理/ClsKf_ProductInBillMain.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductInBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductInBillMain.cs"
index 8a1e5d1..41aee6d 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductInBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_ProductInBillMain.cs"
@@ -15,6 +15,8 @@
         public Int64 HSecManagerID;//  int   		--验收
         public Int64 HKeeperID;//   int     		--保管员
         public Int64 HDeptID;//     int     		--部门    
+        public Int64 HCurID;//     int     		--币别   
+        public Single HExRate;//    money      			--汇率  (选择完币别带出)
         public string HExplanation;//   varchar(200)    	--摘要
         public string HInnerBillNo;//  varchar(50)     	--内部单据号
         public bool HRedBlueFlag;//  bit    		--红蓝单

--
Gitblit v1.9.1