|
|
|
@ -1,4 +1,6 @@
|
|
|
|
|
namespace Entity.Dto.Resp;
|
|
|
|
|
using HybirdFrameworkCore.Autofac.Attribute;
|
|
|
|
|
|
|
|
|
|
namespace Entity.Dto.Resp;
|
|
|
|
|
|
|
|
|
|
public partial class BinInfoResp
|
|
|
|
|
{
|
|
|
|
@ -271,4 +273,20 @@ public partial class BinInfoResp
|
|
|
|
|
/// Nullable:
|
|
|
|
|
/// </summary>
|
|
|
|
|
public int Exists { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电接口温度探头 1
|
|
|
|
|
/// </summary>
|
|
|
|
|
public Int16 ChargingInterfaceDetectionOneTemp { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电接口温度探头 2
|
|
|
|
|
/// </summary>
|
|
|
|
|
public Int16 ChargingInterfaceDetectionTwoTemp { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电接口温度探头 3
|
|
|
|
|
/// </summary>
|
|
|
|
|
public Int16 ChargingInterfaceDetectionTheTemp { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 充电接口温度探头 4
|
|
|
|
|
/// </summary>
|
|
|
|
|
public Int16 ChargingInterfaceDetectionFourTemp { get; set; }
|
|
|
|
|
}
|