增加日志

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

@@ -200,12 +200,13 @@ namespace BLWLogServer.Services
us.HostNumber = UDPPPP.HostNumber;
us.Mac = UDPPPP.Mac;
us.EndPoint = UDPPPP.EndPoint;
us.V = UDPPPP.V;
us.A = UDPPPP.A;
us.P = UDPPPP.P;
us.Energy_Consumption = UDPPPP.Energy_Consumption;
us.Sum_Energy_Consumption = UDPPPP.Sum_Energy_Consumption;
us.IsTakeCard = UDPPPP.IsTakeCard;
//us.V = UDPPPP.V;
//us.A = UDPPPP.A;
//us.P = UDPPPP.P;
//us.Energy_Consumption = UDPPPP.Energy_Consumption;
//us.Sum_Energy_Consumption = UDPPPP.Sum_Energy_Consumption;
us.NengHaoList = UDPPPP.NengHaoList;
//us.IsTakeCard = UDPPPP.IsTakeCard;
us.CreateTime = UDPPPP.CreateTime;
us.ReportTime = DateTime.Parse(UDPPPP.ReportTime);