From 8accda250de2a637336a40e04085e1a0cb556c5c Mon Sep 17 00:00:00 2001 From: cjs <2216046164@qq.com> Date: 星期一, 23 六月 2025 17:30:36 +0800 Subject: [PATCH] 111 --- HH.WCS.Mobox3.NongFuLinZhi/models/LocationExt.cs | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3.NongFuLinZhi/models/LocationExt.cs b/HH.WCS.Mobox3.NongFuLinZhi/models/LocationExt.cs new file mode 100644 index 0000000..6756fa3 --- /dev/null +++ b/HH.WCS.Mobox3.NongFuLinZhi/models/LocationExt.cs @@ -0,0 +1,27 @@ +using HH.WCS.Mobox3.NFLZ.models; +using SqlSugar; +using System; + +namespace HH.WCS.Mobox3.NFLZ { + + [SugarTable("LocationExt")] + public class LocationExt : BaseModel + { + /// <summary> + /// 璐т綅 + /// </summary> + public string S_LOC_CODE { get; set; } + /// <summary> + /// 灞傛暟 + /// </summary> + public int N_LAYER { get; set; } + /// <summary> + /// agv绔欑偣 + /// </summary> + public string S_AGV_SITE { get; set; } + /// <summary> + /// 鏍囪瘑 + /// </summary> + public string S_PICKUP_POINT { get; set; } + } +} -- Gitblit v1.9.1