From f989e2e3dfb3866b5d9fe271f69c728eb5be242d Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期六, 13 九月 2025 14:58:48 +0800
Subject: [PATCH] 条码生成添加工号,条码日期,流水号获取方式调整;

---
 WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs b/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
index 249ad80..5713504 100644
--- a/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
+++ b/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
@@ -50,6 +50,8 @@
         public string HBarCodeType;
         public long HGroupID;
         public string HRemark;
+        public string HStatusMan; //鎯犲悍宸ュ彿
+        public string HBarCodeDate; //鏉$爜鏃ユ湡       
         // public ClsGy_MaterialBarCodeBillModel();
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1