/** 版本信息模板在安装目录下,可自行修改。 * app_exam_cache.cs * * 功 能: N/A * 类 名: app_exam_cache * * 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 { /// /// app_exam_cache:实体类(属性说明自动提取数据库字段的描述信息) /// [Serializable] public partial class app_exam_cache { public app_exam_cache() {} #region Model private string _id; private string _user_id; private string _exam_code; 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; /// /// /// public string id { set { _id = value; } get { return _id; } } /// /// /// public string user_id { set { _user_id = value; } get { return _user_id; } } /// /// /// public string exam_code { set { _exam_code = value; } get { return _exam_code; } } /// /// /// public string power_unit { set { _power_unit = value; } get { return _power_unit; } } /// /// /// public string user_name { set { _user_name = value; } get { return _user_name; } } /// /// /// public string contact_man { set { _contact_man = value; } get { return _contact_man; } } /// /// /// public string contact_mobile { set { _contact_mobile = value; } get { return _contact_mobile; } } /// /// /// public string user_no { set { _user_no = value; } get { return _user_no; } } /// /// /// public string taiqu_no { set { _taiqu_no = value; } get { return _taiqu_no; } } /// /// /// public string address { set { _address = value; } get { return _address; } } /// /// /// public string id_card { set { _id_card = value; } get { return _id_card; } } /// /// /// public string need_type { set { _need_type = value; } get { return _need_type; } } /// /// /// public string user_type { set { _user_type = value; } get { return _user_type; } } /// /// /// public string power_voltage_client { set { _power_voltage_client = value; } get { return _power_voltage_client; } } /// /// /// public string city_type { set { _city_type = value; } get { return _city_type; } } /// /// /// public string use_power_type { set { _use_power_type = value; } get { return _use_power_type; } } /// /// /// public string temp_power_flag { set { _temp_power_flag = value; } get { return _temp_power_flag; } } /// /// /// public string apply_capacity { set { _apply_capacity = value; } get { return _apply_capacity; } } /// /// /// public string is_start_power { set { _is_start_power = value; } get { return _is_start_power; } } /// /// /// public string verify_capacity { set { _verify_capacity = value; } get { return _verify_capacity; } } /// /// /// public string is_new_point { set { _is_new_point = value; } get { return _is_new_point; } } /// /// /// public string is_config_project { set { _is_config_project = value; } get { return _is_config_project; } } /// /// /// public string has_project_flag { set { _has_project_flag = value; } get { return _has_project_flag; } } /// /// /// public string zhuangong_flag { set { _zhuangong_flag = value; } get { return _zhuangong_flag; } } /// /// /// public string if_jiakong { set { _if_jiakong = value; } get { return _if_jiakong; } } /// /// /// public string fuhe_nature { set { _fuhe_nature = value; } get { return _fuhe_nature; } } /// /// /// public string check_man { set { _check_man = value; } get { return _check_man; } } /// /// /// public string check_date { set { _check_date = value; } get { return _check_date; } } /// /// /// public string is_fee_control { set { _is_fee_control = value; } get { return _is_fee_control; } } /// /// /// public string check_idea { set { _check_idea = value; } get { return _check_idea; } } /// /// /// public string power_type { set { _power_type = value; } get { return _power_type; } } /// /// /// public string power_nature { set { _power_nature = value; } get { return _power_nature; } } /// /// /// public string power_phase { set { _power_phase = value; } get { return _power_phase; } } /// /// /// public string power_voltage_powerplan { set { _power_voltage_powerplan = value; } get { return _power_voltage_powerplan; } } /// /// /// public string in_line_type { set { _in_line_type = value; } get { return _in_line_type; } } /// /// /// public string protect_type { set { _protect_type = value; } get { return _protect_type; } } /// /// /// public string power_capacity { set { _power_capacity = value; } get { return _power_capacity; } } /// /// /// public string station_line_taiqu { set { _station_line_taiqu = value; } get { return _station_line_taiqu; } } /// /// /// public string in_line_no { set { _in_line_no = value; } get { return _in_line_no; } } /// /// /// public string property_split { set { _property_split = value; } get { return _property_split; } } /// /// /// public string measure_name { set { _measure_name = value; } get { return _measure_name; } } /// /// /// public string measure_type { set { _measure_type = value; } get { return _measure_type; } } /// /// /// public string measure_nature { set { _measure_nature = value; } get { return _measure_nature; } } /// /// /// public string measure_way { set { _measure_way = value; } get { return _measure_way; } } /// /// /// public string main_use { set { _main_use = value; } get { return _main_use; } } /// /// /// public string inline_type_measure { set { _inline_type_measure = value; } get { return _inline_type_measure; } } /// /// /// public string voltage_level { set { _voltage_level = value; } get { return _voltage_level; } } /// /// /// public string is_fill_meter { set { _is_fill_meter = value; } get { return _is_fill_meter; } } /// /// /// public string device_type { set { _device_type = value; } get { return _device_type; } } /// /// /// public string measure_capacity { set { _measure_capacity = value; } get { return _measure_capacity; } } /// /// /// public string own_side { set { _own_side = value; } get { return _own_side; } } /// /// /// public string power_factor_type { set { _power_factor_type = value; } get { return _power_factor_type; } } /// /// /// public string shop_attrtype { set { _shop_attrtype = value; } get { return _shop_attrtype; } } /// /// /// public string price_calc_way { set { _price_calc_way = value; } get { return _price_calc_way; } } /// /// /// public string rate_reduce_flag { set { _rate_reduce_flag = value; } get { return _rate_reduce_flag; } } /// /// /// public string exec_price { set { _exec_price = value; } get { return _exec_price; } } /// /// /// public string is_stop_power { set { _is_stop_power = value; } get { return _is_stop_power; } } /// /// /// public string price_type { set { _price_type = value; } get { return _price_type; } } /// /// /// public string fee_compute_type { set { _fee_compute_type = value; } get { return _fee_compute_type; } } /// /// /// public string power_factor_checktype { set { _power_factor_checktype = value; } get { return _power_factor_checktype; } } /// /// /// public string fee_hangye_type { set { _fee_hangye_type = value; } get { return _fee_hangye_type; } } /// /// /// public string fee { set { _fee = value; } get { return _fee; } } /// /// /// public string is_peak_flag { set { _is_peak_flag = value; } get { return _is_peak_flag; } } /// /// /// public string power_factor_stand { set { _power_factor_stand = value; } get { return _power_factor_stand; } } /// /// /// public string accept_type { set { _accept_type = value; } get { return _accept_type; } } /// /// /// public string accept_name { set { _accept_name = value; } get { return _accept_name; } } /// /// /// public string power_count { set { _power_count = value; } get { return _power_count; } } /// /// /// public string have_self_power { set { _have_self_power = value; } get { return _have_self_power; } } /// /// /// public string meter_category { set { _meter_category = value; } get { return _meter_category; } } /// /// /// public string meter_type { set { _meter_type = value; } get { return _meter_type; } } /// /// /// public string active_power_level { set { _active_power_level = value; } get { return _active_power_level; } } /// /// /// public string power_current { set { _power_current = value; } get { return _power_current; } } /// /// /// public string power_voltage_meter { set { _power_voltage_meter = value; } get { return _power_voltage_meter; } } /// /// /// public string inline_type_meter { set { _inline_type_meter = value; } get { return _inline_type_meter; } } /// /// /// public string refer_flag { set { _refer_flag = value; } get { return _refer_flag; } } /// /// /// public string indicator_type { set { _indicator_type = value; } get { return _indicator_type; } } /// /// /// public string transform_plan { set { _transform_plan = value; } get { return _transform_plan; } } /// /// /// public string r1 { set { _r1 = value; } get { return _r1; } } /// /// /// public string r2 { set { _r2 = value; } get { return _r2; } } /// /// /// public string r3 { set { _r3 = value; } get { return _r3; } } /// /// /// public string r4 { set { _r4 = value; } get { return _r4; } } /// /// /// public string r5 { set { _r5 = value; } get { return _r5; } } /// /// /// public string r6 { set { _r6 = value; } get { return _r6; } } /// /// /// public DateTime? create_time { set { _create_time = value; } get { return _create_time; } } #endregion Model } }