From 5bec5fc00525c7d44f7351b045d45ab3c401f64a Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周二, 13 5月 2025 17:04:42 +0800
Subject: [PATCH] 库存次序显示
---
HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsPlaces/WmsPlacesExportModel.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsPlaces/WmsPlacesExportModel.cs b/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsPlaces/WmsPlacesExportModel.cs
index c4a8975..10f3285 100644
--- a/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsPlaces/WmsPlacesExportModel.cs
+++ b/HIAWms/server/src/CMS.Plugin.HIAWms.Application.Contracts/Dtos/WmsPlaces/WmsPlacesExportModel.cs
@@ -84,6 +84,12 @@
public YesNoEnum EmptyContainer { get; set; }
/// <summary>
+ /// 鏈�澶у簱瀛橀噺
+ /// </summary>
+ [ExcelColumn(Name = "鏈�澶у簱瀛橀噺", Width = 12)]
+ public int MaxStockNumber { get; set; }
+
+ /// <summary>
/// 鑾峰彇鎴栬缃鐣欐墿灞曞瓧娈�1
/// </summary>
[ExcelColumn(Name = "鎵╁睍瀛楁1", Width = 20)]
--
Gitblit v1.9.3