From f4191a19efa99b81158f063a43dc2af591603204 Mon Sep 17 00:00:00 2001 From: yuyou_x <2336760928@qq.com> Date: 星期五, 15 三月 2024 14:08:07 +0800 Subject: [PATCH] 1 --- Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs index aa41732..b0afa5a 100644 --- a/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs +++ b/Wms/Model/ModelVm/BllAsnVm/BoxInfoVm.cs @@ -205,6 +205,20 @@ public string ProductionTime { get; set; } public string ExpirationTime { get; set; } public string StoreTime { get; set; } + public string SupplierLot { get; set; } + + } + + /// <summary> + /// 琛ユ墦鐗╂枡鏍囩Vm + /// </summary> + public class BuDaLabelBoxVm + { + public string BoxNo { get; set; } + public string EndBoxNo { get; set; } + public string BoxNo2 { get; set; } + public string EndBoxNo2 { get; set; } + public string Type { get; set; } } -- Gitblit v1.8.0