From 1b119fe381db6d0b45a372f6dc13826efe7e49b8 Mon Sep 17 00:00:00 2001 From: lxw Date: Fri, 14 Jun 2024 10:13:24 +0800 Subject: [PATCH] =?UTF-8?q?entity=20=E5=A2=9E=E5=8A=A0=E5=85=A5=E4=BB=93?= =?UTF-8?q?=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/DbModel/Station/BinInfo.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Entity/DbModel/Station/BinInfo.cs b/Entity/DbModel/Station/BinInfo.cs index 1bf4505..7446bd5 100644 --- a/Entity/DbModel/Station/BinInfo.cs +++ b/Entity/DbModel/Station/BinInfo.cs @@ -182,5 +182,11 @@ namespace Entity.DbModel.Station /// [SugarColumn(ColumnName = "can_charge_flag")] public int CanChargeFlag { get; set; } + + /// + /// 电池入仓时间 + /// + [SugarColumn(ColumnName = "int_time")] + public DateTime? InTime { get; set; } } -} +} \ No newline at end of file