From e3325279b26e33442146532c39cc889429fe891d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期三, 28 二月 2024 12:34:24 +0800
Subject: [PATCH] 关闭:设置主表HCloseType为1

---
 Model/应收管理/ClsYS_ReceiveBackBillMain.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_ReceiveBackBillMain.cs" "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBackBillMain.cs"
index 4910417..10c511c 100644
--- "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBackBillMain.cs"
+++ "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBackBillMain.cs"
@@ -32,5 +32,8 @@
 
         public Int64 HManagerID;    //int       销售主管
         public Int64 HOrgID;        //int       组织
+
+        public double HGiftRate;    //money 赠送比例
+        public double HGiftMoney;   //decimal(18,2) 赠送金额
     }
 }

--
Gitblit v1.9.1