From 766d0cae552e0e549b302a1763d113416346832a Mon Sep 17 00:00:00 2001 From: zxx <Zxx@HanInfo> Date: 星期二, 10 六月 2025 17:21:44 +0800 Subject: [PATCH] jushi --- HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/util/Settings.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/util/Settings.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/util/Settings.cs index b75b64f..0acfd26 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/util/Settings.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.JuShi/util/Settings.cs @@ -188,6 +188,7 @@ public class PriorityLoc { public string Location { get; set; } + public string Name { get; set; } public string PrimaryArea { get; set; } public string SecondaryArea { get; set; } @@ -195,6 +196,7 @@ public class SafeInteraction { public string pointCode { get; set; } + public int code{ get; set; } public string ip { get; set; } public string type { get; set; } public string location { get; set; } -- Gitblit v1.9.1