44 lines
1.5 KiB
C#
44 lines
1.5 KiB
C#
using NPOI.Util;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Competition.Mysql.Other
|
|
{
|
|
public class add_client_collect
|
|
{
|
|
public add_client_collectData data { get; set; }
|
|
public string business_photo { get; set; }
|
|
public string house_photo { get; set; }
|
|
public string sfz_front { get; set; }
|
|
public string sfz_back { get; set; }
|
|
public string apply_book { get; set; }
|
|
public string operator_idcard { get; set; }
|
|
public string zj1 { get; set; }
|
|
public string zj2 { get; set;}
|
|
|
|
}
|
|
public class add_client_collectData
|
|
{
|
|
public string user_name { get; set; }
|
|
public string id_card { get; set;}
|
|
public string hangye_type { get; set; }
|
|
public string power_voltage { get; set; }
|
|
public string power_type { get; set; }
|
|
public string power_unit { get; set; }
|
|
public string city_type { get; set; }
|
|
public string load_type { get; set; }
|
|
public string is_high_energy { get; set; }
|
|
public string marketization_attribute { get; set; }
|
|
public string temporary_electricity_sign { get; set; }
|
|
public string is_enterprise { get; set; }
|
|
public string is_town_range { get; set; }
|
|
public string is_fee_control { get; set; }
|
|
public string is_surrogate_telegram { get; set; }
|
|
public string is_coal_user { get; set; }
|
|
public string is_delisted_subscriber { get; set; }
|
|
}
|
|
}
|