From e015414db93b6cf18489bedcd473e07eef409aea Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 06 六月 2024 15:31:22 +0800
Subject: [PATCH] 1
---
Model/应收管理/ClsYS_ReceiveOtherBillSub.cs | 3 +++
1 files changed, 3 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 f3cb8c6..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"
@@ -13,5 +13,8 @@
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