From b6df3c3b0da45b6a70dd8ea152e8ea4293740a64 Mon Sep 17 00:00:00 2001
From: zzr99 <1940172413@qq.com>
Date: 星期三, 16 二月 2022 08:50:16 +0800
Subject: [PATCH] 拆码打印
---
Model/仓库管理/ClsKf_OtherInBillMain.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
index 60c89b4..801d8f3 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
@@ -18,5 +18,8 @@
public string HInnerBillNo;// varchar(50) --内部单据号
public bool HRedBlueFlag;// bit --红蓝单
public string HStockStyle;// varchar(100) //入库类型
+ public Int64 HSTOCKORGID;
+ public Int64 HOWNERID;
+
}
}
--
Gitblit v1.9.1