From dc9963e91239b3115d5efa04bd9c45c98569e63e Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期二, 24 九月 2024 22:35:48 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API
---
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