增加日志

This commit is contained in:
2026-02-03 08:54:16 +08:00
parent 10bf712006
commit 3de5990573
33 changed files with 865 additions and 43 deletions

View File

@@ -35,6 +35,8 @@ namespace CommonEntity
/// 心跳包
/// </summary>
public static string BLWLog4NodeJs_RCU_Topic = "blwlog4Nodejs-rcu-heartbeat-topic";
public static string BLWLog4NodeJs_RCU_OnOffLine_Topic = "blwlog4Nodejs-rcu-onoffline-topic";
public static string BLWLog4NodeJs_RCU_Action_Topic = "blwlog4Nodejs-rcu-action-topic";
#endregion
@@ -231,7 +233,7 @@ namespace CommonEntity
public string? Version { get; set; }
[Key(5)]
public bool IsTakeCard { get; set; }
public int IsTakeCard { get; set; }
[Key(6)]
public List<NengHao_Repeat> NengHaoList { get; set; }
@@ -294,6 +296,9 @@ namespace CommonEntity
[Key(15)]
public int IsInsertCard { get; set; }
[Key(16)]
public int Bright_G { get; set; }
}
[MessagePackObject()]
@@ -470,11 +475,13 @@ namespace CommonEntity
public string? EndPoint { get; set; }
public string? Version { get; set; }
public bool IsTakeCard { get; set; }
public double V { get; set; }
public double A { get; set; }
public double P { get; set; }
public double Energy_Consumption { get; set; }
public double Sum_Energy_Consumption { get; set; }
public List<NengHao_Repeat> NengHaoList { get; set; }
//public double V { get; set; }
//public double A { get; set; }
//public double P { get; set; }
//public double Energy_Consumption { get; set; }
//public double Sum_Energy_Consumption { get; set; }
public long CreateTime { get; set; }
public DateTime ReportTime { get; set; }