From 164f2cf0a8d85a2ebd2955f8f322d5f6bb4d3857 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 23 12月 2024 09:23:58 +0800 Subject: [PATCH] 22 --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs index 18bd9ef..b688a95 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs @@ -34,7 +34,13 @@ /// 浜哄伐寮哄埗浠诲姟宸插垱寤� /// </summary> [Description("浜哄伐寮哄埗浠诲姟宸插垱寤�")] - 浜哄伐寮哄埗浠诲姟宸插垱寤� = 5 + 浜哄伐寮哄埗浠诲姟宸插垱寤� = 5, + + /// <summary> + /// 浜哄伐榻愬寘鍑哄簱浠诲姟宸插垱寤� + /// </summary> + [Description("浜哄伐榻愬寘鍑哄簱浠诲姟宸插垱寤�")] + 浜哄伐榻愬寘鍑哄簱浠诲姟宸插垱寤� = 6 } -- Gitblit v1.9.3