//------------------------------------------------------------------------------
//
// 此代码已从模板生成。
//
// 手动更改此文件可能导致应用程序出现意外的行为。
// 如果重新生成代码,将覆盖对此文件的手动更改。
//
//------------------------------------------------------------------------------
namespace Central.Control.Domain
{
using System;
using System.Collections.Generic;
public partial class COM_CUSCONTACT
{
public int ID { get; set; }
public string NAME { get; set; }
public Nullable SEX { get; set; }
public string PHOME { get; set; }
public string TELNO { get; set; }
public string SECONDPHONE { get; set; }
public string QQ { get; set; }
public string EMAIL { get; set; }
public string WX { get; set; }
public string COMPANY { get; set; }
public string COMPADDRESS { get; set; }
public string ZW { get; set; }
public string ADDRESS { get; set; }
public string PROV { get; set; }
public string CITY { get; set; }
public string REMARK { get; set; }
public int FK_USERID { get; set; }
public System.DateTime CREATETIME { get; set; }
public string FK_TYPE { get; set; }
}
}