From d145c38d85c1962e4564d6730695dacfa3116ccf Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期一, 03 十一月 2025 10:46:39 +0800
Subject: [PATCH] 供应商平台,添加新增送货物料信息的保存权限、删除权限,条码档案添加删除权限
---
WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs b/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
index 249ad80..d0d9dcc 100644
--- a/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
+++ b/WebAPI/Models/ClsGy_MaterialBarCodeBillModel.cs
@@ -50,6 +50,9 @@
public string HBarCodeType;
public long HGroupID;
public string HRemark;
+ public string HStatusMan; //鎯犲悍宸ュ彿
+ public string HBarCodeDate; //鏉$爜鏃ユ湡
+ public string HSubjoin; //鏉$爜鏃ユ湡
// public ClsGy_MaterialBarCodeBillModel();
}
}
\ No newline at end of file
--
Gitblit v1.9.1