From 17e8b649951cd9dbfa7ad77173f5830a678de313 Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周六, 30 11月 2024 17:26:24 +0800 Subject: [PATCH] add --- LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs | 15 ++++++++++++++- 1 files changed, 14 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 d4e2743..1546829 100644 --- a/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs +++ b/LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Enum/ReportCenter/StockStatusEnum.cs @@ -15,7 +15,20 @@ /// 宸插喕缁� /// </summary> [Description("宸插喕缁�")] - 宸插喕缁� = 2 + 宸插喕缁� = 2, + + + /// <summary> + /// 榻愬寘寰呭嚭搴� + /// </summary> + [Description("榻愬寘寰呭嚭搴�")] + 榻愬寘寰呭嚭搴� = 3, + + /// <summary> + /// 浜哄伐寮哄埗寰呭嚭搴� + /// </summary> + [Description("浜哄伐寮哄埗寰呭嚭搴�")] + 浜哄伐寮哄埗寰呭嚭搴� = 4 } -- Gitblit v1.9.3