From 2279afe5ea620aec33b3e1b8fda491a644326f3d Mon Sep 17 00:00:00 2001 From: lxw Date: Fri, 14 Jun 2024 14:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=A0=E5=B0=84=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Entity/DbModel/Station/BinInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entity/DbModel/Station/BinInfo.cs b/Entity/DbModel/Station/BinInfo.cs index 7446bd5..ba0bcf9 100644 --- a/Entity/DbModel/Station/BinInfo.cs +++ b/Entity/DbModel/Station/BinInfo.cs @@ -186,7 +186,7 @@ namespace Entity.DbModel.Station /// /// 电池入仓时间 /// - [SugarColumn(ColumnName = "int_time")] + [SugarColumn(ColumnName = "in_time")] public DateTime? InTime { get; set; } } } \ No newline at end of file