This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Monitor.Models
{
/// <summary>
/// 电表参数结果
/// </summary>
public class MEMeterParamResult
public string F_EqmCode{ get; set; }
/// 总有功功率
public float F_TotalActivePower { get; set; }
/// 总有功电能
public UInt32 F_TotalActiveEnergy { get; set; }
/// 吸收有功电能二次侧 003FH~0040H
public float F_ShowEnergy { get; set; }
}