From 5e87fa97a49ffb83924a09cf1c7739ad5a6437df Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-JIE70N9> Date: 星期四, 08 五月 2025 08:36:13 +0800 Subject: [PATCH] agv取货完成方法名称修改 --- Admin.NET/WCS.Application/Entity/WcsStorageLocat.cs | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Admin.NET/WCS.Application/Entity/WcsStorageLocat.cs b/Admin.NET/WCS.Application/Entity/WcsStorageLocat.cs index cebf8ef..ecc7f62 100644 --- a/Admin.NET/WCS.Application/Entity/WcsStorageLocat.cs +++ b/Admin.NET/WCS.Application/Entity/WcsStorageLocat.cs @@ -106,11 +106,28 @@ /// </summary> [SugarColumn(ColumnName = "SkuNo", ColumnDescription = "鐗╂枡鍙�", Length = 32)] public string? SkuNo { get; set; } - + /// <summary> /// 鎵樼洏鍙� /// </summary> [SugarColumn(ColumnName = "PalletNo", ColumnDescription = "鎵樼洏鍙�", Length = 32)] public string? PalletNo { get; set; } - + + /// <summary> + /// 閫氶亾鍙�1 + /// </summary> + [SugarColumn(ColumnName = "AisleOne", ColumnDescription = "閫氶亾鍙�1", Length = 32)] + public string? AisleOne { get; set; } + + /// <summary> + /// 閫氶亾鍙�2 + /// </summary> + [SugarColumn(ColumnName = "AisleTwo", ColumnDescription = "閫氶亾鍙�2", Length = 32)] + public string? AisleTwo { get; set; } + + /// <summary> + /// 鍌ㄤ綅绫诲瀷 1瀛愰�氶亾 0涓婚�氶亾 2 杈撻�佺嚎鍙� + /// </summary> + [SugarColumn(ColumnName = "Make", ColumnDescription = "鍌ㄤ綅绫诲瀷", Length = 32)] + public string? Make { get; set; } } -- Gitblit v1.8.0