From 464f5a591e5d02fe0873505a119e17a576945ca6 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期五, 19 七月 2024 17:21:44 +0800
Subject: [PATCH] 报工台跳转异常反馈单 弹窗获取 设备编码

---
 Model/仓库管理/ClsKf_MateOutRequestBillMain.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_MateOutRequestBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_MateOutRequestBillMain.cs"
index 8c9560c..8c21ed9 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_MateOutRequestBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_MateOutRequestBillMain.cs"
@@ -14,5 +14,8 @@
         public string HExplanation;//   varchar(200)    	--用途描述
         public string HInnerBillNo;//  varchar(50)     	--内部单据号
         public string HICCard;//  varchar(50)     	--关联卡ID
+
+        public long HMangerID { get; set; }
+        public string HSUPPLYType { get; set; }
     }
 }

--
Gitblit v1.9.1