313 lines
7.9 KiB
C#
313 lines
7.9 KiB
C#
/** 版本信息模板在安装目录下,可自行修改。
|
|
* electricity_data.cs
|
|
*
|
|
* 功 能: N/A
|
|
* 类 名: electricity_data
|
|
*
|
|
* Ver 变更日期 负责人 变更内容
|
|
* ───────────────────────────────────
|
|
* V0.01 2023/2/27 11:27:20 N/A 初版
|
|
*
|
|
* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
|
|
*┌──────────────────────────────────┐
|
|
*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
|
|
*│ 版权所有:动软卓越(北京)科技有限公司 │
|
|
*└──────────────────────────────────┘
|
|
*/
|
|
using System;
|
|
namespace DataService.Model
|
|
{
|
|
/// <summary>
|
|
/// electricity_data:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class electricity_data
|
|
{
|
|
public electricity_data()
|
|
{}
|
|
#region Model
|
|
private string _electricity_id;
|
|
private decimal? _total_active_power;
|
|
private decimal? _positive_active_power;
|
|
private decimal? _reverse_active_power;
|
|
private string _electricity_meter_working_quadrant;
|
|
private string _combination_reactive_power;
|
|
private string _history_month_electricity;
|
|
private decimal? _total_rate;
|
|
private decimal? _peak_rate;
|
|
private decimal? _flat_valley_rate;
|
|
private int? _step_electricity_price;
|
|
private string _power_factor;
|
|
private string _time_interval;
|
|
private string _step_electricity_price_set;
|
|
private string _measurement_unit;
|
|
private string _amount_unit;
|
|
private string _communication_status;
|
|
private string _inverse_phase_order;
|
|
private string _battery_capacity_alarm;
|
|
private string _each_phase_voltage_prompt;
|
|
private string _each_phase_current_prompt;
|
|
private string _report_police;
|
|
private string _laboratory_status;
|
|
private string _password_lock;
|
|
private string _relay_status;
|
|
private string _electric_energy_direction;
|
|
private DateTime? _acquisition_time;
|
|
private DateTime? _create_time;
|
|
private string _r1;
|
|
private string _r2;
|
|
private string _r3;
|
|
/// <summary>
|
|
/// 主键
|
|
/// </summary>
|
|
public string electricity_id
|
|
{
|
|
set{ _electricity_id=value;}
|
|
get{return _electricity_id;}
|
|
}
|
|
/// <summary>
|
|
/// 总有功功率
|
|
/// </summary>
|
|
public decimal? total_active_power
|
|
{
|
|
set{ _total_active_power=value;}
|
|
get{return _total_active_power;}
|
|
}
|
|
/// <summary>
|
|
/// 正向有功功率
|
|
/// </summary>
|
|
public decimal? positive_active_power
|
|
{
|
|
set{ _positive_active_power=value;}
|
|
get{return _positive_active_power;}
|
|
}
|
|
/// <summary>
|
|
/// 反向有功功率
|
|
/// </summary>
|
|
public decimal? reverse_active_power
|
|
{
|
|
set{ _reverse_active_power=value;}
|
|
get{return _reverse_active_power;}
|
|
}
|
|
/// <summary>
|
|
/// 电表工作象限
|
|
/// </summary>
|
|
public string electricity_meter_working_quadrant
|
|
{
|
|
set{ _electricity_meter_working_quadrant=value;}
|
|
get{return _electricity_meter_working_quadrant;}
|
|
}
|
|
/// <summary>
|
|
/// 无功组合方式
|
|
/// </summary>
|
|
public string combination_reactive_power
|
|
{
|
|
set{ _combination_reactive_power=value;}
|
|
get{return _combination_reactive_power;}
|
|
}
|
|
/// <summary>
|
|
/// 历史月电能
|
|
/// </summary>
|
|
public string history_month_electricity
|
|
{
|
|
set{ _history_month_electricity=value;}
|
|
get{return _history_month_electricity;}
|
|
}
|
|
/// <summary>
|
|
/// 总费率
|
|
/// </summary>
|
|
public decimal? total_rate
|
|
{
|
|
set{ _total_rate=value;}
|
|
get{return _total_rate;}
|
|
}
|
|
/// <summary>
|
|
/// 尖峰费率
|
|
/// </summary>
|
|
public decimal? peak_rate
|
|
{
|
|
set{ _peak_rate=value;}
|
|
get{return _peak_rate;}
|
|
}
|
|
/// <summary>
|
|
/// 平谷费率
|
|
/// </summary>
|
|
public decimal? flat_valley_rate
|
|
{
|
|
set{ _flat_valley_rate=value;}
|
|
get{return _flat_valley_rate;}
|
|
}
|
|
/// <summary>
|
|
/// 阶梯电价
|
|
/// </summary>
|
|
public int? step_electricity_price
|
|
{
|
|
set{ _step_electricity_price=value;}
|
|
get{return _step_electricity_price;}
|
|
}
|
|
/// <summary>
|
|
/// 功率因数
|
|
/// </summary>
|
|
public string power_factor
|
|
{
|
|
set{ _power_factor=value;}
|
|
get{return _power_factor;}
|
|
}
|
|
/// <summary>
|
|
/// 时段
|
|
/// </summary>
|
|
public string time_interval
|
|
{
|
|
set{ _time_interval=value;}
|
|
get{return _time_interval;}
|
|
}
|
|
/// <summary>
|
|
/// 阶梯电价套
|
|
/// </summary>
|
|
public string step_electricity_price_set
|
|
{
|
|
set{ _step_electricity_price_set=value;}
|
|
get{return _step_electricity_price_set;}
|
|
}
|
|
/// <summary>
|
|
/// 计量单位
|
|
/// </summary>
|
|
public string measurement_unit
|
|
{
|
|
set{ _measurement_unit=value;}
|
|
get{return _measurement_unit;}
|
|
}
|
|
/// <summary>
|
|
/// 金额单位
|
|
/// </summary>
|
|
public string amount_unit
|
|
{
|
|
set{ _amount_unit=value;}
|
|
get{return _amount_unit;}
|
|
}
|
|
/// <summary>
|
|
/// 通信状态
|
|
/// </summary>
|
|
public string communication_status
|
|
{
|
|
set{ _communication_status=value;}
|
|
get{return _communication_status;}
|
|
}
|
|
/// <summary>
|
|
/// 逆相序
|
|
/// </summary>
|
|
public string inverse_phase_order
|
|
{
|
|
set{ _inverse_phase_order=value;}
|
|
get{return _inverse_phase_order;}
|
|
}
|
|
/// <summary>
|
|
/// 电池容量报警
|
|
/// </summary>
|
|
public string battery_capacity_alarm
|
|
{
|
|
set{ _battery_capacity_alarm=value;}
|
|
get{return _battery_capacity_alarm;}
|
|
}
|
|
/// <summary>
|
|
/// 各相电压提示
|
|
/// </summary>
|
|
public string each_phase_voltage_prompt
|
|
{
|
|
set{ _each_phase_voltage_prompt=value;}
|
|
get{return _each_phase_voltage_prompt;}
|
|
}
|
|
/// <summary>
|
|
/// 各相电流提示
|
|
/// </summary>
|
|
public string each_phase_current_prompt
|
|
{
|
|
set{ _each_phase_current_prompt=value;}
|
|
get{return _each_phase_current_prompt;}
|
|
}
|
|
/// <summary>
|
|
/// 报警
|
|
/// </summary>
|
|
public string report_police
|
|
{
|
|
set{ _report_police=value;}
|
|
get{return _report_police;}
|
|
}
|
|
/// <summary>
|
|
/// 实验室状态
|
|
/// </summary>
|
|
public string laboratory_status
|
|
{
|
|
set{ _laboratory_status=value;}
|
|
get{return _laboratory_status;}
|
|
}
|
|
/// <summary>
|
|
/// 密码锁定
|
|
/// </summary>
|
|
public string password_lock
|
|
{
|
|
set{ _password_lock=value;}
|
|
get{return _password_lock;}
|
|
}
|
|
/// <summary>
|
|
/// 继电器状态
|
|
/// </summary>
|
|
public string relay_status
|
|
{
|
|
set{ _relay_status=value;}
|
|
get{return _relay_status;}
|
|
}
|
|
/// <summary>
|
|
/// 电能方向
|
|
/// </summary>
|
|
public string electric_energy_direction
|
|
{
|
|
set{ _electric_energy_direction=value;}
|
|
get{return _electric_energy_direction;}
|
|
}
|
|
/// <summary>
|
|
/// 采集时间
|
|
/// </summary>
|
|
public DateTime? acquisition_time
|
|
{
|
|
set{ _acquisition_time=value;}
|
|
get{return _acquisition_time;}
|
|
}
|
|
/// <summary>
|
|
/// 创建时间
|
|
/// </summary>
|
|
public DateTime? create_time
|
|
{
|
|
set{ _create_time=value;}
|
|
get{return _create_time;}
|
|
}
|
|
/// <summary>
|
|
/// 备用1
|
|
/// </summary>
|
|
public string r1
|
|
{
|
|
set{ _r1=value;}
|
|
get{return _r1;}
|
|
}
|
|
/// <summary>
|
|
/// 备用2
|
|
/// </summary>
|
|
public string r2
|
|
{
|
|
set{ _r2=value;}
|
|
get{return _r2;}
|
|
}
|
|
/// <summary>
|
|
/// 备用3
|
|
/// </summary>
|
|
public string r3
|
|
{
|
|
set{ _r3=value;}
|
|
get{return _r3;}
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|