From 25184cadd4011856d95e76f1d79b37ce51a3e548 Mon Sep 17 00:00:00 2001 From: chengsc <Demo@DESKTOP-CPA90BF> Date: 星期三, 30 十月 2024 11:34:12 +0800 Subject: [PATCH] 修改问题 --- Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 52 insertions(+), 3 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs b/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs index 39c0c30..7d2b76e 100644 --- a/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs +++ b/Admin.NET/WCS.Application/Entity/WcsBoxInfo.cs @@ -73,7 +73,27 @@ /// </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> @@ -115,11 +135,40 @@ /// </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 = "鏁伴噺")] + public decimal? Qty { get; set; } + + /// <summary> + /// 鏁寸鏁伴噺 + /// </summary> + [SugarColumn(ColumnName = "FullQty", ColumnDescription = "鏁寸鏁伴噺")] + public decimal? FullQty { get; set; } + + /// <summary> + /// 缁撴壒鏍囪瘑 1:缁撴壒绠卞瓙 鍏朵粬锛氭甯哥 + /// </summary> + [SugarColumn(ColumnName = "EndLotFlag", ColumnDescription = "缁撴壒鏍囪瘑", Length = 3)] + public string? EndLotFlag { get; set; } + + + + + + } -- Gitblit v1.8.0