From e4690fca932b352927af3d186ed2a4767f017e79 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期日, 17 八月 2025 15:02:37 +0800
Subject: [PATCH] 修改问题
---
Admin.NET/WCS.Application/Service/WcsBoxInfo/Dto/WcsBoxInfoDto.cs | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 55 insertions(+), 0 deletions(-)
diff --git a/Admin.NET/WCS.Application/Service/WcsBoxInfo/Dto/WcsBoxInfoDto.cs b/Admin.NET/WCS.Application/Service/WcsBoxInfo/Dto/WcsBoxInfoDto.cs
index 34660b4..9f7b12f 100644
--- a/Admin.NET/WCS.Application/Service/WcsBoxInfo/Dto/WcsBoxInfoDto.cs
+++ b/Admin.NET/WCS.Application/Service/WcsBoxInfo/Dto/WcsBoxInfoDto.cs
@@ -67,6 +67,21 @@
public string? LineNo { get; set; }
/// <summary>
+ /// 閬撳彿
+ /// </summary>
+ public string? LineDao { get; set; }
+
+ /// <summary>
+ /// 鐮佸灈宸ヤ綅
+ /// </summary>
+ public string? PORT { get; set; }
+
+ /// <summary>
+ /// 鏄惁鍒嗛亾
+ /// </summary>
+ public string? Aflag { get; set; }
+
+ /// <summary>
/// 鐗╂枡瑙勬牸
/// </summary>
public string? Standard { get; set; }
@@ -87,6 +102,11 @@
public DateTime? StoreTime { get; set; }
/// <summary>
+ /// 鎶芥鏍囪
+ /// </summary>
+ public string? InsPectMark { get; set; }
+
+ /// <summary>
/// 闆剁鏍囪
/// </summary>
public string? BitBoxMark { get; set; }
@@ -102,11 +122,46 @@
public string? BoxNo2 { get; set; }
/// <summary>
+ /// 鏀爜
+ /// </summary>
+ public string? BoxNo3 { get; set; }
+
+ /// <summary>
/// 鍖呰绾у埆
/// </summary>
public string? Level { get; set; }
/// <summary>
+ /// 鏁伴噺
+ /// </summary>
+ public decimal? Qty { get; set; }
+
+ /// <summary>
+ /// 鏁寸鏁伴噺
+ /// </summary>
+ public decimal? FullQty { get; set; }
+
+ /// <summary>
+ /// 缁撴壒鏍囪瘑
+ /// </summary>
+ public string? EndLotFlag { get; set; }
+
+ /// <summary>
+ /// 鎬讳欢鏁�
+ /// </summary>
+ public int? QtyCount { get; set; }
+
+ /// <summary>
+ /// 绗嚑浠�
+ /// </summary>
+ public int? QtyOrd { get; set; }
+
+ /// <summary>
+ /// 鐘舵��
+ /// </summary>
+ public string? Status { get; set; }
+
+ /// <summary>
/// 鍒涘缓鏃堕棿
/// </summary>
public DateTime? CreateTime { get; set; }
--
Gitblit v1.8.0