|
|
|
@ -148,11 +148,11 @@ namespace Entity.DbModel.Station
|
|
|
|
|
[SugarColumn(ColumnName = "cloud_sn")]
|
|
|
|
|
public string? CloudSn { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:换电类型:;0手动换电;1自动换电
|
|
|
|
|
/// Desc:换电类型:;1自动换电;2手动换电
|
|
|
|
|
/// Default:0
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnName = "swap_type")]
|
|
|
|
|
public int? SwapModel { get; set; }
|
|
|
|
|
[SugarColumn(ColumnName = "swap_way")]
|
|
|
|
|
public int? SwapWay { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|