|
|
@ -46,7 +46,8 @@ public class SwapOrderDto
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
|
/// Nullable:True
|
|
|
|
/// Nullable:True
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "车辆进场时间", IsBold = true,Width = 30, Format = "yyyy-MM-dd HH:mm:ss", AutoCenterColumn = true)]
|
|
|
|
[ExporterHeader(DisplayName = "车辆进场时间", IsBold = true, Width = 30, Format = "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
|
|
|
AutoCenterColumn = true)]
|
|
|
|
public DateTime? VehicleEnterTime { get; set; }
|
|
|
|
public DateTime? VehicleEnterTime { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
@ -54,7 +55,8 @@ public class SwapOrderDto
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
|
/// Nullable:True
|
|
|
|
/// Nullable:True
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "车辆离场时间", IsBold = true,Width = 30, Format = "yyyy-MM-dd HH:mm:ss", AutoCenterColumn = true)]
|
|
|
|
[ExporterHeader(DisplayName = "车辆离场时间", IsBold = true, Width = 30, Format = "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
|
|
|
AutoCenterColumn = true)]
|
|
|
|
public DateTime? VehicleLeaveTime { get; set; }
|
|
|
|
public DateTime? VehicleLeaveTime { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
@ -62,7 +64,8 @@ public class SwapOrderDto
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
|
/// Nullable:True
|
|
|
|
/// Nullable:True
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "换电开始时间", IsBold = true,Width = 30, Format = "yyyy-MM-dd HH:mm:ss", AutoCenterColumn = true)]
|
|
|
|
[ExporterHeader(DisplayName = "换电开始时间", IsBold = true, Width = 30, Format = "yyyy-MM-dd HH:mm:ss",
|
|
|
|
|
|
|
|
AutoCenterColumn = true)]
|
|
|
|
public DateTime? SwapBeginTime { get; set; }
|
|
|
|
public DateTime? SwapBeginTime { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
@ -70,18 +73,18 @@ public class SwapOrderDto
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
|
/// Nullable:True
|
|
|
|
/// Nullable:True
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "换电结束时间",Width = 30, Format = "yyyy-MM-dd HH:mm:ss", AutoCenterColumn = true)]
|
|
|
|
[ExporterHeader(DisplayName = "换电结束时间", Width = 30, Format = "yyyy-MM-dd HH:mm:ss", AutoCenterColumn = true)]
|
|
|
|
public DateTime? SwapEndTime { get; set; }
|
|
|
|
public DateTime? SwapEndTime { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:换电结果;0-未知;1-成功;2-失败
|
|
|
|
/// Desc:换电结果;0-未知;1-成功;2-失败
|
|
|
|
/// Default:0
|
|
|
|
/// Default:0
|
|
|
|
/// Nullable:True
|
|
|
|
/// Nullable:True
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "换电结果", IsBold = true)]
|
|
|
|
[ExporterHeader(DisplayName = "换电结果", IsBold = true)]
|
|
|
|
public string SwapResultDisplay
|
|
|
|
public string SwapResultDisplay
|
|
|
|
{
|
|
|
|
{
|
|
|
|
get
|
|
|
|
get
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return SwapResult switch
|
|
|
|
return SwapResult switch
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -92,7 +95,7 @@ public class SwapOrderDto
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:换电结果;0-未知;1-成功;2-失败
|
|
|
|
/// Desc:换电结果;0-未知;1-成功;2-失败
|
|
|
|
/// Default:0
|
|
|
|
/// Default:0
|
|
|
@ -110,7 +113,7 @@ public class SwapOrderDto
|
|
|
|
[ExporterHeader(DisplayName = "失败原因", IsBold = true)]
|
|
|
|
[ExporterHeader(DisplayName = "失败原因", IsBold = true)]
|
|
|
|
public string FailReason { get; set; }
|
|
|
|
public string FailReason { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:上传云平台状态;0-未上传;1-已上传
|
|
|
|
/// Desc:上传云平台状态;0-未上传;1-已上传
|
|
|
|
/// Default:0
|
|
|
|
/// Default:0
|
|
|
@ -129,11 +132,9 @@ public class SwapOrderDto
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// [ExporterHeader(DisplayName = "上传云平台状态", IsBold = true)]
|
|
|
|
|
|
|
|
[ExporterHeader(IsIgnore = true)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public int? CloudReportStatus { get; set; }
|
|
|
|
// [ExporterHeader(DisplayName = "上传云平台状态", IsBold = true)]
|
|
|
|
|
|
|
|
[ExporterHeader(IsIgnore = true)] public int? CloudReportStatus { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
@ -141,7 +142,7 @@ public class SwapOrderDto
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(DisplayName = "云平台订单号", IsBold = true)]
|
|
|
|
[ExporterHeader(DisplayName = "云平台订单号", IsBold = true)]
|
|
|
|
public string? CloudSn { get; set; }
|
|
|
|
public string? CloudSn { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:换电类型:;1自动换电;2手动换电
|
|
|
|
/// Desc:换电类型:;1自动换电;2手动换电
|
|
|
|
/// Default:0
|
|
|
|
/// Default:0
|
|
|
@ -160,6 +161,7 @@ public class SwapOrderDto
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:换电类型:;1自动换电;2手动换电
|
|
|
|
/// Desc:换电类型:;1自动换电;2手动换电
|
|
|
|
/// Default:0
|
|
|
|
/// Default:0
|
|
|
@ -167,9 +169,8 @@ public class SwapOrderDto
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[ExporterHeader(IsIgnore = true)]
|
|
|
|
[ExporterHeader(IsIgnore = true)]
|
|
|
|
public int? SwapWay { get; set; }
|
|
|
|
public int? SwapWay { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:亏电包soc
|
|
|
|
/// Desc:亏电包soc
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
@ -178,6 +179,7 @@ public class SwapOrderDto
|
|
|
|
[ExporterHeader(DisplayName = "亏电包soc", IsBold = true)]
|
|
|
|
[ExporterHeader(DisplayName = "亏电包soc", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
public decimal? DownBatterySoc { get; set; }
|
|
|
|
public decimal? DownBatterySoc { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Desc:亏电包真实soc
|
|
|
|
/// Desc:亏电包真实soc
|
|
|
|
/// Default:
|
|
|
|
/// Default:
|
|
|
@ -195,4 +197,40 @@ public class SwapOrderDto
|
|
|
|
[ExporterHeader(DisplayName = "亏电包上次换电结算时soc", IsBold = true)]
|
|
|
|
[ExporterHeader(DisplayName = "亏电包上次换电结算时soc", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
public decimal? DownBatteryLastSoc { get; set; }
|
|
|
|
public decimal? DownBatteryLastSoc { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Desc:亏电包编码
|
|
|
|
|
|
|
|
/// Default:
|
|
|
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "亏电包编码", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string? DownBatteryNo { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Desc:满电包编码
|
|
|
|
|
|
|
|
/// Default:
|
|
|
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "满电包编码", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public string? UpBatteryNo { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Desc:满电包soc
|
|
|
|
|
|
|
|
/// Default:
|
|
|
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "满电包soc", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public decimal? UpBatterySoc { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// Desc:满电包真实soc
|
|
|
|
|
|
|
|
/// Default:
|
|
|
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[ExporterHeader(DisplayName = "满电包真实soc", IsBold = true)]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public decimal? UpBatteryRealSoc { get; set; }
|
|
|
|
}
|
|
|
|
}
|