From 3b87f36219202b4cec47840bd9f56fdbe53e7d04 Mon Sep 17 00:00:00 2001 From: DESKTOP-9BNTV8O <DESKTOP-9BNTV8O@163.com> Date: 星期二, 11 三月 2025 20:49:17 +0800 Subject: [PATCH] 初版提交 --- Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs | 73 ++++++++++++++++++++++++++++++++++-- 1 files changed, 69 insertions(+), 4 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs b/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs index 39c0c30..a915313 100644 --- a/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs +++ b/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs @@ -73,7 +73,25 @@ /// </summary> [SugarColumn(ColumnName = "LineNo", ColumnDescription = "浜х嚎", Length = 20)] public string? LineNo { get; set; } - + + /// <summary> + /// 閬撳彿 + /// </summary> + [SugarColumn(ColumnName = "LineDao", ColumnDescription = "閬撳彿", Length = 3)] + public string? LineDao { get; set; } + + /// <summary> + /// 鐮佸灈宸ヤ綅 + /// </summary> + [SugarColumn(ColumnName = "PORT", ColumnDescription = "鐮佸灈宸ヤ綅", Length = 30)] + public string? PORT { get; set; } + + /// <summary> + /// 鏄惁鍒嗛亾 + /// </summary> + [SugarColumn(ColumnName = "Aflag", ColumnDescription = "鏄惁鍒嗛亾", Length = 3)] + public string? Aflag { get; set; } + /// <summary> /// 鐗╂枡瑙勬牸 /// </summary> @@ -97,7 +115,13 @@ /// </summary> [SugarColumn(ColumnName = "StoreTime", ColumnDescription = "瀛樺偍鏈熻嚦")] public DateTime? StoreTime { get; set; } - + + /// <summary> + /// 鎶芥鏍囪 + /// </summary> + [SugarColumn(ColumnName = "InsPectMark", ColumnDescription = "鎶芥鏍囪", Length = 3)] + public string? InsPectMark { get; set; } + /// <summary> /// 闆剁鏍囪 /// </summary> @@ -115,11 +139,52 @@ /// </summary> [SugarColumn(ColumnName = "BoxNo2", ColumnDescription = "鐩掔爜", Length = 30)] public string? BoxNo2 { get; set; } - + + /// <summary> + /// 鏀爜 + /// </summary> + [SugarColumn(ColumnName = "BoxNo3", ColumnDescription = "鏀爜", Length = 30)] + public string? BoxNo3 { get; set; } + /// <summary> /// 鍖呰绾у埆 /// </summary> [SugarColumn(ColumnName = "Level", ColumnDescription = "鍖呰绾у埆", Length = 3)] public string? Level { get; set; } - + + /// <summary> + /// 鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "Qty", ColumnDescription = "鏁伴噺", Length = 3)] + public decimal? Qty { get; set; } + + /// <summary> + /// 鏁寸鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "FullQty", ColumnDescription = "鏁寸鏁伴噺", Length = 3)] + public decimal? FullQty { get; set; } + + /// <summary> + /// 缁撴壒鏍囪瘑 1锛氱粨鎵圭瀛� 鍏朵粬锛氭甯哥 + /// </summary> + [SugarColumn(ColumnName = "EndLotFlag", ColumnDescription = "缁撴壒鏍囪瘑", Length = 3)] + public string? EndLotFlag { get; set; } + + /// <summary> + /// 鎬讳欢鏁� + /// </summary> + [SugarColumn(ColumnName = "QtyCount", ColumnDescription = "鎬讳欢鏁�")] + public int? QtyCount { get; set; } + + /// <summary> + /// 绗嚑浠� + /// </summary> + [SugarColumn(ColumnName = "QtyOrd", ColumnDescription = "绗嚑浠�")] + public int? QtyOrd { get; set; } + + /// <summary> + /// 鐘舵�� + /// </summary> + [SugarColumn(ColumnName = "Status", ColumnDescription = "鐘舵��", Length = 3)] + public string? Status { get; set; } } -- Gitblit v1.8.0