增加能耗推送和新的 那个日志数据推送
This commit is contained in:
17
CommonEntity/NengHao_Repeat.cs
Normal file
17
CommonEntity/NengHao_Repeat.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace CommonEntity
|
||||
{
|
||||
public class NengHao_Repeat
|
||||
{
|
||||
public string address { get; set; }
|
||||
public double dianya { get; set; }
|
||||
public double dianliu { get; set; }
|
||||
public double gonglv { get; set; }
|
||||
public double nenghao { get; set; }
|
||||
public double zongnenghao { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user