790 lines
20 KiB
C#
790 lines
20 KiB
C#
/** 版本信息模板在安装目录下,可自行修改。
|
|
* app_exam_answer.cs
|
|
*
|
|
* 功 能: N/A
|
|
* 类 名: app_exam_answer
|
|
*
|
|
* Ver 变更日期 负责人 变更内容
|
|
* ───────────────────────────────────
|
|
* V0.01 2024/12/4 17:39:36 N/A 初版
|
|
*
|
|
* Copyright (c) 2012 Maticsoft Corporation. All rights reserved.
|
|
*┌──────────────────────────────────┐
|
|
*│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │
|
|
*│ 版权所有:动软卓越(北京)科技有限公司 │
|
|
*└──────────────────────────────────┘
|
|
*/
|
|
using System;
|
|
namespace Competition.Mysql.Model
|
|
{
|
|
/// <summary>
|
|
/// app_exam_answer:实体类(属性说明自动提取数据库字段的描述信息)
|
|
/// </summary>
|
|
[Serializable]
|
|
public partial class app_exam_answer
|
|
{
|
|
public app_exam_answer()
|
|
{}
|
|
#region Model
|
|
private string _id;
|
|
private string _exam_code;
|
|
private string _exam_name;
|
|
private string _power_unit;
|
|
private string _user_name;
|
|
private string _contact_man;
|
|
private string _contact_mobile;
|
|
private string _user_no;
|
|
private string _taiqu_no;
|
|
private string _address;
|
|
private string _id_card;
|
|
private string _need_type;
|
|
private string _user_type;
|
|
private string _power_voltage_client;
|
|
private string _city_type;
|
|
private string _use_power_type;
|
|
private string _temp_power_flag;
|
|
private string _apply_capacity;
|
|
private string _is_start_power;
|
|
private string _verify_capacity;
|
|
private string _is_new_point;
|
|
private string _is_config_project;
|
|
private string _has_project_flag;
|
|
private string _zhuangong_flag;
|
|
private string _if_jiakong;
|
|
private string _fuhe_nature;
|
|
private string _check_man;
|
|
private string _check_date;
|
|
private string _is_fee_control;
|
|
private string _check_idea;
|
|
private string _power_type;
|
|
private string _power_nature;
|
|
private string _power_phase;
|
|
private string _power_voltage_powerplan;
|
|
private string _in_line_type;
|
|
private string _protect_type;
|
|
private string _power_capacity;
|
|
private string _station_line_taiqu;
|
|
private string _in_line_no;
|
|
private string _property_split;
|
|
private string _measure_name;
|
|
private string _measure_type;
|
|
private string _measure_nature;
|
|
private string _measure_way;
|
|
private string _main_use;
|
|
private string _inline_type_measure;
|
|
private string _voltage_level;
|
|
private string _is_fill_meter;
|
|
private string _device_type;
|
|
private string _measure_capacity;
|
|
private string _own_side;
|
|
private string _power_factor_type;
|
|
private string _shop_attrtype;
|
|
private string _price_calc_way;
|
|
private string _rate_reduce_flag;
|
|
private string _exec_price;
|
|
private string _is_stop_power;
|
|
private string _price_type;
|
|
private string _fee_compute_type;
|
|
private string _power_factor_checktype;
|
|
private string _fee_hangye_type;
|
|
private string _fee;
|
|
private string _is_peak_flag;
|
|
private string _power_factor_stand;
|
|
private string _accept_type;
|
|
private string _accept_name;
|
|
private string _power_count;
|
|
private string _have_self_power;
|
|
private string _meter_category;
|
|
private string _meter_type;
|
|
private string _active_power_level;
|
|
private string _power_current;
|
|
private string _power_voltage_meter;
|
|
private string _inline_type_meter;
|
|
private string _refer_flag;
|
|
private string _indicator_type;
|
|
private string _transform_plan;
|
|
private string _r1;
|
|
private string _r2;
|
|
private string _r3;
|
|
private string _r4;
|
|
private string _r5;
|
|
private string _r6;
|
|
private DateTime? _create_time;
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string id
|
|
{
|
|
set { _id = value; }
|
|
get { return _id; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string exam_code
|
|
{
|
|
set { _exam_code = value; }
|
|
get { return _exam_code; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string exam_name
|
|
{
|
|
set { _exam_name = value; }
|
|
get { return _exam_name; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_unit
|
|
{
|
|
set { _power_unit = value; }
|
|
get { return _power_unit; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string user_name
|
|
{
|
|
set { _user_name = value; }
|
|
get { return _user_name; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string contact_man
|
|
{
|
|
set { _contact_man = value; }
|
|
get { return _contact_man; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string contact_mobile
|
|
{
|
|
set { _contact_mobile = value; }
|
|
get { return _contact_mobile; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string user_no
|
|
{
|
|
set { _user_no = value; }
|
|
get { return _user_no; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string taiqu_no
|
|
{
|
|
set { _taiqu_no = value; }
|
|
get { return _taiqu_no; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string address
|
|
{
|
|
set { _address = value; }
|
|
get { return _address; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string id_card
|
|
{
|
|
set { _id_card = value; }
|
|
get { return _id_card; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string need_type
|
|
{
|
|
set { _need_type = value; }
|
|
get { return _need_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string user_type
|
|
{
|
|
set { _user_type = value; }
|
|
get { return _user_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_voltage_client
|
|
{
|
|
set { _power_voltage_client = value; }
|
|
get { return _power_voltage_client; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string city_type
|
|
{
|
|
set { _city_type = value; }
|
|
get { return _city_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string use_power_type
|
|
{
|
|
set { _use_power_type = value; }
|
|
get { return _use_power_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string temp_power_flag
|
|
{
|
|
set { _temp_power_flag = value; }
|
|
get { return _temp_power_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string apply_capacity
|
|
{
|
|
set { _apply_capacity = value; }
|
|
get { return _apply_capacity; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_start_power
|
|
{
|
|
set { _is_start_power = value; }
|
|
get { return _is_start_power; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string verify_capacity
|
|
{
|
|
set { _verify_capacity = value; }
|
|
get { return _verify_capacity; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_new_point
|
|
{
|
|
set { _is_new_point = value; }
|
|
get { return _is_new_point; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_config_project
|
|
{
|
|
set { _is_config_project = value; }
|
|
get { return _is_config_project; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string has_project_flag
|
|
{
|
|
set { _has_project_flag = value; }
|
|
get { return _has_project_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string zhuangong_flag
|
|
{
|
|
set { _zhuangong_flag = value; }
|
|
get { return _zhuangong_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string if_jiakong
|
|
{
|
|
set { _if_jiakong = value; }
|
|
get { return _if_jiakong; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fuhe_nature
|
|
{
|
|
set { _fuhe_nature = value; }
|
|
get { return _fuhe_nature; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string check_man
|
|
{
|
|
set { _check_man = value; }
|
|
get { return _check_man; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string check_date
|
|
{
|
|
set { _check_date = value; }
|
|
get { return _check_date; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_fee_control
|
|
{
|
|
set { _is_fee_control = value; }
|
|
get { return _is_fee_control; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string check_idea
|
|
{
|
|
set { _check_idea = value; }
|
|
get { return _check_idea; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_type
|
|
{
|
|
set { _power_type = value; }
|
|
get { return _power_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_nature
|
|
{
|
|
set { _power_nature = value; }
|
|
get { return _power_nature; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_phase
|
|
{
|
|
set { _power_phase = value; }
|
|
get { return _power_phase; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_voltage_powerplan
|
|
{
|
|
set { _power_voltage_powerplan = value; }
|
|
get { return _power_voltage_powerplan; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string in_line_type
|
|
{
|
|
set { _in_line_type = value; }
|
|
get { return _in_line_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string protect_type
|
|
{
|
|
set { _protect_type = value; }
|
|
get { return _protect_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_capacity
|
|
{
|
|
set { _power_capacity = value; }
|
|
get { return _power_capacity; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string station_line_taiqu
|
|
{
|
|
set { _station_line_taiqu = value; }
|
|
get { return _station_line_taiqu; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string in_line_no
|
|
{
|
|
set { _in_line_no = value; }
|
|
get { return _in_line_no; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string property_split
|
|
{
|
|
set { _property_split = value; }
|
|
get { return _property_split; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string measure_name
|
|
{
|
|
set { _measure_name = value; }
|
|
get { return _measure_name; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string measure_type
|
|
{
|
|
set { _measure_type = value; }
|
|
get { return _measure_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string measure_nature
|
|
{
|
|
set { _measure_nature = value; }
|
|
get { return _measure_nature; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string measure_way
|
|
{
|
|
set { _measure_way = value; }
|
|
get { return _measure_way; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string main_use
|
|
{
|
|
set { _main_use = value; }
|
|
get { return _main_use; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string inline_type_measure
|
|
{
|
|
set { _inline_type_measure = value; }
|
|
get { return _inline_type_measure; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string voltage_level
|
|
{
|
|
set { _voltage_level = value; }
|
|
get { return _voltage_level; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_fill_meter
|
|
{
|
|
set { _is_fill_meter = value; }
|
|
get { return _is_fill_meter; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string device_type
|
|
{
|
|
set { _device_type = value; }
|
|
get { return _device_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string measure_capacity
|
|
{
|
|
set { _measure_capacity = value; }
|
|
get { return _measure_capacity; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string own_side
|
|
{
|
|
set { _own_side = value; }
|
|
get { return _own_side; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_factor_type
|
|
{
|
|
set { _power_factor_type = value; }
|
|
get { return _power_factor_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string shop_attrtype
|
|
{
|
|
set { _shop_attrtype = value; }
|
|
get { return _shop_attrtype; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string price_calc_way
|
|
{
|
|
set { _price_calc_way = value; }
|
|
get { return _price_calc_way; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string rate_reduce_flag
|
|
{
|
|
set { _rate_reduce_flag = value; }
|
|
get { return _rate_reduce_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string exec_price
|
|
{
|
|
set { _exec_price = value; }
|
|
get { return _exec_price; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_stop_power
|
|
{
|
|
set { _is_stop_power = value; }
|
|
get { return _is_stop_power; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string price_type
|
|
{
|
|
set { _price_type = value; }
|
|
get { return _price_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fee_compute_type
|
|
{
|
|
set { _fee_compute_type = value; }
|
|
get { return _fee_compute_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_factor_checktype
|
|
{
|
|
set { _power_factor_checktype = value; }
|
|
get { return _power_factor_checktype; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fee_hangye_type
|
|
{
|
|
set { _fee_hangye_type = value; }
|
|
get { return _fee_hangye_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string fee
|
|
{
|
|
set { _fee = value; }
|
|
get { return _fee; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string is_peak_flag
|
|
{
|
|
set { _is_peak_flag = value; }
|
|
get { return _is_peak_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_factor_stand
|
|
{
|
|
set { _power_factor_stand = value; }
|
|
get { return _power_factor_stand; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string accept_type
|
|
{
|
|
set { _accept_type = value; }
|
|
get { return _accept_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string accept_name
|
|
{
|
|
set { _accept_name = value; }
|
|
get { return _accept_name; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_count
|
|
{
|
|
set { _power_count = value; }
|
|
get { return _power_count; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string have_self_power
|
|
{
|
|
set { _have_self_power = value; }
|
|
get { return _have_self_power; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string meter_category
|
|
{
|
|
set { _meter_category = value; }
|
|
get { return _meter_category; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string meter_type
|
|
{
|
|
set { _meter_type = value; }
|
|
get { return _meter_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string active_power_level
|
|
{
|
|
set { _active_power_level = value; }
|
|
get { return _active_power_level; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_current
|
|
{
|
|
set { _power_current = value; }
|
|
get { return _power_current; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string power_voltage_meter
|
|
{
|
|
set { _power_voltage_meter = value; }
|
|
get { return _power_voltage_meter; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string inline_type_meter
|
|
{
|
|
set { _inline_type_meter = value; }
|
|
get { return _inline_type_meter; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string refer_flag
|
|
{
|
|
set { _refer_flag = value; }
|
|
get { return _refer_flag; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string indicator_type
|
|
{
|
|
set { _indicator_type = value; }
|
|
get { return _indicator_type; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string transform_plan
|
|
{
|
|
set { _transform_plan = value; }
|
|
get { return _transform_plan; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r1
|
|
{
|
|
set { _r1 = value; }
|
|
get { return _r1; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r2
|
|
{
|
|
set { _r2 = value; }
|
|
get { return _r2; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r3
|
|
{
|
|
set { _r3 = value; }
|
|
get { return _r3; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r4
|
|
{
|
|
set { _r4 = value; }
|
|
get { return _r4; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r5
|
|
{
|
|
set { _r5 = value; }
|
|
get { return _r5; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public string r6
|
|
{
|
|
set { _r6 = value; }
|
|
get { return _r6; }
|
|
}
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public DateTime? create_time
|
|
{
|
|
set { _create_time = value; }
|
|
get { return _create_time; }
|
|
}
|
|
#endregion Model
|
|
|
|
}
|
|
}
|
|
|