增加日志
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user