From 5b95307b0b3d0aa4b72d715052817359855c6dac Mon Sep 17 00:00:00 2001 From: xxe Date: Thu, 22 Sep 2022 10:11:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HKCardOUT/Logic/RemoteModel/StoreInfoResponse.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HKCardOUT/Logic/RemoteModel/StoreInfoResponse.cs b/HKCardOUT/Logic/RemoteModel/StoreInfoResponse.cs index 9159ead..1e5275a 100644 --- a/HKCardOUT/Logic/RemoteModel/StoreInfoResponse.cs +++ b/HKCardOUT/Logic/RemoteModel/StoreInfoResponse.cs @@ -59,6 +59,10 @@ namespace Logic.RemoteModel /// public string GateId { get; set; } /// + /// 地址 + /// + public string Address { get; set; } + /// /// 刷卡间隔时间 /// public int SleepTime { get; set; }