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