From 934ae71326d4e364fcb224c4ba78f36139a469ce Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 07 十一月 2023 11:05:27 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-API

---
 Model/应收管理/ClsYS_ReceiveBillMain.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_ReceiveBillMain.cs" "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBillMain.cs"
index fd2a38a..ab3a66c 100644
--- "a/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBillMain.cs"
+++ "b/Model/\345\272\224\346\224\266\347\256\241\347\220\206/ClsYS_ReceiveBillMain.cs"
@@ -29,5 +29,8 @@
         public Single HRelSumMoney;//	dec(18,8)		//折扣后金额(可编辑)		--addnew
         public Single HSumMoneyBB;//  dec(18,8) 			//表头金额本位币(可编辑)	--addnew
         public Single HRelSumMoneyBB;//	dec(18,8)		//折扣后金额本位币(可编辑)	--
+
+        public Int64 HManagerID;    //int   销售主管
+        public Int64 HOrgID;        //int   组织
     }
 }

--
Gitblit v1.9.1