增加微信锁电量功能

This commit is contained in:
2026-03-23 08:48:22 +08:00
parent e46b19016b
commit 1840794f40
10 changed files with 131 additions and 93 deletions

View File

@@ -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
{

View File

@@ -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>