From 612f93dba4a45edea9d0300a1977e66fe7ce355f Mon Sep 17 00:00:00 2001
From: yxj <1qaz@123>
Date: 星期五, 26 八月 2022 16:41:15 +0800
Subject: [PATCH] WEBAPI采购入库上传方法增加递入组织、制单人

---
 Model/仓库管理/ClsKf_POStockInBillMain.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_POStockInBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_POStockInBillMain.cs"
index b110741..6dd14b0 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_POStockInBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_POStockInBillMain.cs"
@@ -19,5 +19,9 @@
         public bool HRedBlueFlag;//  bit    		--红蓝单
 
         public Int64 HBillerID;//   int        		--制单人ID
+        public Int64 HSTOCKORGID;       //      int     --库存组织
+        public Int64 HOWNERID;          //      int     --货主
+        public DateTime HArrivalDate;   //              --到货时间
+        public Int64 HSPID;             //      int     --仓位
     }
 }

--
Gitblit v1.9.1