From 3b434cdc16b71dbc981b364d41a7337fa3f4d43c Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期六, 23 八月 2025 13:10:41 +0800
Subject: [PATCH] 新增页面用户名显示
---
Wms/WMS.Entity/SysEntity/SysPallets.cs | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/Wms/WMS.Entity/SysEntity/SysPallets.cs b/Wms/WMS.Entity/SysEntity/SysPallets.cs
index 3d4e1e2..ed76bcc 100644
--- a/Wms/WMS.Entity/SysEntity/SysPallets.cs
+++ b/Wms/WMS.Entity/SysEntity/SysPallets.cs
@@ -25,6 +25,14 @@
/// </summary>
public string Type {get;set;}
+
+ /// <summary>
+ /// 瑙勬牸
+ /// Default:
+ /// Nullable:True
+ /// </summary>
+ public string Standard { get; set; }
+
/// <summary>
/// 鐘舵�� 0锛氭湭浣跨敤 1锛氫娇鐢ㄤ腑
/// Default:
--
Gitblit v1.8.0