From b9c1dc7c715628c2bb550999d937ca5cfe87b070 Mon Sep 17 00:00:00 2001
From: smartwyy <645583145@qq.com>
Date: Wed, 29 May 2024 21:41:26 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2=E5=AD=97?=
=?UTF-8?q?=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Entity/Dto/Resp/BinInfoResp.cs | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/Entity/Dto/Resp/BinInfoResp.cs b/Entity/Dto/Resp/BinInfoResp.cs
index dbc7115..2f57a2d 100644
--- a/Entity/Dto/Resp/BinInfoResp.cs
+++ b/Entity/Dto/Resp/BinInfoResp.cs
@@ -159,9 +159,27 @@ public partial class BinInfoResp
/// Nullable:True
///
public DateTime? UpdatedTime { get; set; }
+
///
/// 功率
///
public float power { get; set; }
+
+ ///
+ /// 缓存仓标记 0:不是 1:是
+ ///
+ public int CacheBinFlag { get; set; }
+
+
+ ///
+ /// 换电禁用标志 0:不可换电 1:可以换电
+ ///
+ public int CanSwapFlag { get; set; }
+
+
+ ///
+ /// 充电禁用标志 0:不可充电 1:可以充电
+ ///
+ public int CanChargeFlag { get; set; }
}
\ No newline at end of file