From 306bde7e1ebdde6403f89a0d13feccf9b1e79d2f Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 20 九月 2024 13:59:31 +0800
Subject: [PATCH] PDA领料出库上传方法修改

---
 Model/应收管理/ClsYS_ReceiveOtherBillSub.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs" "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs"
index 838c827..51a4f39 100644
--- "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs"
+++ "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveOtherBillSub.cs"
@@ -8,5 +8,13 @@
     { 
         public DateTime HEntryCloseDate;//   datetime      --行关闭 (默认为'')		new
         public string HRemark;//         varchar(200)        --备注 
+        public Int64 HProjectMoneyID;//   int	 //费用项目
+        public string HTypeSub;//   varchar(20)     --发票类型
+        public double HMoney;//  dec(18,8) //单据金额
+        public double HTaxRate;//  dec(18,8) //税率
+        public double HSumMoney;//  dec(18,8) //总金额
+        public double HQty;//  dec(18,8) //税率
+        public double HPrice;//  dec(18,8) //总金额
+        public string HSubHremark;//   varchar(20)     -子备注
     }
 }

--
Gitblit v1.9.1