增加微信锁电量功能

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

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