From 03f92b99d7f00b728dccd409863c38d1191a4c60 Mon Sep 17 00:00:00 2001 From: pulg <plg@Haninfo> Date: 星期二, 17 六月 2025 09:39:53 +0800 Subject: [PATCH] 1 --- HH.WCS.ZCQTJ/Entitys/ConfigJsonEntitys.cs | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 45 insertions(+), 0 deletions(-) diff --git a/HH.WCS.ZCQTJ/Entitys/ConfigJsonEntitys.cs b/HH.WCS.ZCQTJ/Entitys/ConfigJsonEntitys.cs index 45aecc7..9db52f9 100644 --- a/HH.WCS.ZCQTJ/Entitys/ConfigJsonEntitys.cs +++ b/HH.WCS.ZCQTJ/Entitys/ConfigJsonEntitys.cs @@ -56,6 +56,34 @@ public string S_Note { get; set; } } + + /// <summary> + /// 鍑哄簱浠诲姟閲忎复鐣岃〃 + /// </summary> + [ST("鍑哄簱浠诲姟閲忎复鐣岃〃")] + public class OutAreaTaskAnyJbEntitys : BaseModel + { + /// <summary> + /// 鍑哄簱鐨勫簱鍖�+ /// </summary> + public string S_AreaCode { get; set; } + + /// <summary> + /// 浠诲姟鏁伴噺 + /// </summary> + public int N_TaskQuantity { get; set; } + + /// <summary> + /// 寮�叧 + /// </summary> + public string S_IsUse { get; set; } + + /// <summary> + /// 澶囨敞 + /// </summary> + public string S_Note { get; set; } + } + /// <summary> /// 鍔熻兘寮�叧琛� /// </summary> @@ -149,6 +177,17 @@ /// </summary> public string LocationCode2 { get; set; } } + public class ConfigValueListTwo + { + /// <summary> + /// 婊¤揣浣�+ /// </summary> + public string LocationCode1 { get; set; } + /// <summary> + /// 绌鸿揣浣�+ /// </summary> + public List<string> LocationCode2 { get; set; } + } /// <summary> /// 澶у睆搴撳尯浠诲姟鏁扮粺璁�@@ -158,4 +197,10 @@ public string AreaCode { get; set; } public string TrayState { get; set; } } + + public class AgvCodeTs + { + public List<string> LocationCode { get; set; } + public List<string> EndAreaCode { get; set; } + } } -- Gitblit v1.9.1