增加微信锁电量功能
This commit is contained in:
@@ -132,6 +132,11 @@ namespace CommonEntity
|
||||
/// 济南同派 特殊处理
|
||||
/// </summary>
|
||||
public static string JiNan_TongPai_Spec = "jntp_spec";
|
||||
|
||||
/// <summary>
|
||||
/// 微信 锁电量
|
||||
/// </summary>
|
||||
public static string DianLiang = "DL";
|
||||
}
|
||||
public class ChangLiangValue
|
||||
{
|
||||
|
||||
@@ -270,6 +270,11 @@ namespace CommonEntity
|
||||
/// </summary>
|
||||
public int IdentityInfo { get; set; }
|
||||
public int Bright_G { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 微信锁电量
|
||||
/// </summary>
|
||||
public int WeiXinSuo_DianLiang { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user