using System; using System.Collections.Generic; #nullable disable namespace Monitor.Models { public partial class TEgEmeterTotalEnergyValue { public long FId { get; set; } public string FEmeterNo { get; set; } public float FTotalValue { get; set; } public DateTime? FTime { get; set; } } }