From e74254ee375f909c25b9200aa3049153ac7dfce1 Mon Sep 17 00:00:00 2001 From: tq <1916474859@qq,com> Date: Thu, 13 Jun 2024 10:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E4=BD=8D=E4=BF=A1=E6=81=AF,=E5=9C=A8?= =?UTF-8?q?=E4=BD=8D=E7=8A=B6=E6=80=81=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/Dto/Resp/BinInfoResp.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Entity/Dto/Resp/BinInfoResp.cs b/Entity/Dto/Resp/BinInfoResp.cs index 5c2ded5..c6a58de 100644 --- a/Entity/Dto/Resp/BinInfoResp.cs +++ b/Entity/Dto/Resp/BinInfoResp.cs @@ -265,5 +265,10 @@ public partial class BinInfoResp /// Nullable: /// public bool IsAuthed { get; set; } = false; - + /// + /// 在位状态:0-不在位;1-在位;其他-无效 + /// Default: + /// Nullable: + /// + public int Exists { get; set; } } \ No newline at end of file