using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CallCenterApi.Model
{
///
/// T_Sys_Customer:实体类(属性说明自动提取数据库字段的描述信息)
///
[Serializable]
public partial class T_Sys_Customer
{
public T_Sys_Customer()
{ }
#region Model
private int _f_id;
private string _customer_no;
private string _customer_name;
private string _identify_no;
private string _customer_sex;
private string _customer_birthday;
private string _customer_phone;
private string _customer_mobile;
private string _customer_number;
private string _ambulance_enter;
private string _live_condition;
private string _children_condition;
private string _remarks;
private string _customer_ukey;
private string _spouse_name;
private string _spouse_identifyno;
private string _spouse_sex;
private string _spouse_birthday;
private string _account_address;
private string _customer_address;
private string _post_code;
private string _waiter_name;
private string _customer_belongs;
private string _neighborhood_phone;
private string _machine_no;
private string _owned_property;
private string _property_phone;
private string _police_belongs;
private string _police_phone;
private string _use_status;
private string _charge_kind;
private int? _f_isdelete;
private DateTime? _f_createtime;
private DateTime? _f_updatetime;
private string _icon;
///
///
///
public int F_ID
{
set { _f_id = value; }
get { return _f_id; }
}
///
/// 档案号
///
public string customer_no
{
set { _customer_no = value; }
get { return _customer_no; }
}
///
/// 姓名
///
public string customer_name
{
set { _customer_name = value; }
get { return _customer_name; }
}
///
/// 身份证号
///
public string identify_no
{
set { _identify_no = value; }
get { return _identify_no; }
}
///
/// 性别
///
public string customer_sex
{
set { _customer_sex = value; }
get { return _customer_sex; }
}
///
/// 出生日期
///
public string customer_birthday
{
set { _customer_birthday = value; }
get { return _customer_birthday; }
}
///
/// 一键通
///
public string customer_phone
{
set { _customer_phone = value; }
get { return _customer_phone; }
}
///
/// 联系手机
///
public string customer_mobile
{
set { _customer_mobile = value; }
get { return _customer_mobile; }
}
///
/// 其它电话
///
public string customer_number
{
set { _customer_number = value; }
get { return _customer_number; }
}
///
/// 救护车口
///
public string ambulance_enter
{
set { _ambulance_enter = value; }
get { return _ambulance_enter; }
}
///
/// 居住情况
///
public string live_condition
{
set { _live_condition = value; }
get { return _live_condition; }
}
///
/// 子女情况
///
public string children_condition
{
set { _children_condition = value; }
get { return _children_condition; }
}
///
/// 备注
///
public string remarks
{
set { _remarks = value; }
get { return _remarks; }
}
///
/// 唯一号
///
public string customer_ukey
{
set { _customer_ukey = value; }
get { return _customer_ukey; }
}
///
/// 配偶姓名
///
public string spouse_name
{
set { _spouse_name = value; }
get { return _spouse_name; }
}
///
/// 配偶身份证号
///
public string spouse_identifyNo
{
set { _spouse_identifyno = value; }
get { return _spouse_identifyno; }
}
///
/// 配偶性别
///
public string spouse_sex
{
set { _spouse_sex = value; }
get { return _spouse_sex; }
}
///
/// 配偶生日
///
public string spouse_birthday
{
set { _spouse_birthday = value; }
get { return _spouse_birthday; }
}
///
/// 户口地址
///
public string account_address
{
set { _account_address = value; }
get { return _account_address; }
}
///
/// 现住地
///
public string customer_address
{
set { _customer_address = value; }
get { return _customer_address; }
}
///
/// 现住地邮编
///
public string post_code
{
set { _post_code = value; }
get { return _post_code; }
}
///
/// 助老员
///
public string waiter_name
{
set { _waiter_name = value; }
get { return _waiter_name; }
}
///
/// 区/街道/局委
///
public string customer_belongs
{
set { _customer_belongs = value; }
get { return _customer_belongs; }
}
///
/// 居委电话
///
public string neighborhood_phone
{
set { _neighborhood_phone = value; }
get { return _neighborhood_phone; }
}
///
/// 居委电话
///
public string icon
{
set { _icon = value; }
get { return _icon; }
}
///
/// 机器编号
///
public string machine_no
{
set { _machine_no = value; }
get { return _machine_no; }
}
///
/// 所属物业
///
public string owned_property
{
set { _owned_property = value; }
get { return _owned_property; }
}
///
/// 物业电话
///
public string property_phone
{
set { _property_phone = value; }
get { return _property_phone; }
}
///
/// 警署/派出所
///
public string police_belongs
{
set { _police_belongs = value; }
get { return _police_belongs; }
}
///
/// 警署/派出所电话
///
public string police_phone
{
set { _police_phone = value; }
get { return _police_phone; }
}
///
/// 用户状态
///
public string use_status
{
set { _use_status = value; }
get { return _use_status; }
}
///
/// 收费类别
///
public string charge_kind
{
set { _charge_kind = value; }
get { return _charge_kind; }
}
///
///
///
public int? F_IsDelete
{
set { _f_isdelete = value; }
get { return _f_isdelete; }
}
///
///
///
public DateTime? F_CreateTime
{
set { _f_createtime = value; }
get { return _f_createtime; }
}
///
///
///
public DateTime? F_UpdateTime
{
set { _f_updatetime = value; }
get { return _f_updatetime; }
}
#endregion Model
}
}