479 lines
12 KiB
C#
479 lines
12 KiB
C#
using System;
|
||
namespace Mtxfw.Model
|
||
{
|
||
/// <summary>
|
||
/// business_info:实体类(属性说明自动提取数据库字段的描述信息)
|
||
/// </summary>
|
||
[Serializable]
|
||
public partial class business_info
|
||
{
|
||
public business_info()
|
||
{ }
|
||
#region Model
|
||
private int _id;
|
||
private string _companyid;//商家账户
|
||
private string _companyname;//商家名称
|
||
private string _frname;//法人姓名
|
||
private string _fridcard;//法人身份证
|
||
private string _email;//修改
|
||
private string _industry;//行业
|
||
private string _businessrange;//服务内容
|
||
private string _province;
|
||
private string _city;
|
||
private string _county;
|
||
private int _IFFill;//是否手动填写街道或乡镇0否1是
|
||
private string _Agentrading;//代理所在街道或乡镇
|
||
private string _companyaddress;
|
||
private string _xcoo;//地图x坐标
|
||
private string _ycoo;//地图y坐标
|
||
private string _internetsite;//商家网址
|
||
private string _contactphone;//联系电话
|
||
private string _contactpeople;//联系人
|
||
|
||
private string _Busroutes;//信用代码
|
||
private string _introduction;
|
||
private string _introduction2;
|
||
private string _introduction3;
|
||
private string _introduction4;
|
||
|
||
private string _picture;
|
||
private DateTime? _applytime;
|
||
private string _applystate;
|
||
private int? _clsid;
|
||
private string _clsnname;
|
||
private int? _clsid2;
|
||
private string _clsnname2;
|
||
private string _Discount;//预订折扣
|
||
private string _Businesslicense;//营业执照
|
||
private string _TaxRegistration;//生产许可证
|
||
private string _token_no;//取现卡序列号
|
||
private string _huifu_uid;//汇付用户ID
|
||
private string _token_no0;//汇付用户取现卡序列号
|
||
private string _ktoken_no;//银花优选取现卡序列号
|
||
private string _khuifu_uid;//银花优选汇付用户ID
|
||
private string _ktoken_no0;//银花优选汇付用户取现卡序列号
|
||
private Double _smmoney;//扫码总额
|
||
private int _UserId;//会员ID
|
||
private int _seef;//是否已审核,0否1是
|
||
private int _seef0;//是否已审核,0否1是
|
||
private int _showpic;//是否不显示预览图片,0否1是
|
||
private int _ifedit;//是否充许修改资料,0否1是
|
||
private int _ifeditbank;//是否充许修改银行资料,0否1是
|
||
private int _ifd0;//是否已开通D0,0否1是
|
||
private int _paytype;//支付方式,0汇聚1汇付2
|
||
private string _utype;//0线下商家1公司2线上商家3修改线下商家资料
|
||
private int _gtype;
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int Id
|
||
{
|
||
set { _id = value; }
|
||
get { return _id; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string CompanyId
|
||
{
|
||
set { _companyid = value; }
|
||
get { return _companyid; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string CompanyName
|
||
{
|
||
set { _companyname = value; }
|
||
get { return _companyname; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string frname
|
||
{
|
||
set { _frname = value; }
|
||
get { return _frname; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string fridcard
|
||
{
|
||
set { _fridcard = value; }
|
||
get { return _fridcard; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string email
|
||
{
|
||
set { _email = value; }
|
||
get { return _email; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Industry
|
||
{
|
||
set { _industry = value; }
|
||
get { return _industry; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string BusinessRange
|
||
{
|
||
set { _businessrange = value; }
|
||
get { return _businessrange; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Province
|
||
{
|
||
set { _province = value; }
|
||
get { return _province; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string City
|
||
{
|
||
set { _city = value; }
|
||
get { return _city; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string County
|
||
{
|
||
set { _county = value; }
|
||
get { return _county; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int IFFill
|
||
{
|
||
set { _IFFill = value; }
|
||
get { return _IFFill; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Agentrading
|
||
{
|
||
set { _Agentrading = value; }
|
||
get { return _Agentrading; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Companyaddress
|
||
{
|
||
set { _companyaddress = value; }
|
||
get { return _companyaddress; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string xcoo
|
||
{
|
||
set { _xcoo = value; }
|
||
get { return _xcoo; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ycoo
|
||
{
|
||
set { _ycoo = value; }
|
||
get { return _ycoo; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string InternetSite
|
||
{
|
||
set { _internetsite = value; }
|
||
get { return _internetsite; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ContactPhone
|
||
{
|
||
set { _contactphone = value; }
|
||
get { return _contactphone; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ContactPeople
|
||
{
|
||
set { _contactpeople = value; }
|
||
get { return _contactpeople; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Busroutes
|
||
{
|
||
set { _Busroutes = value; }
|
||
get { return _Busroutes; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Introduction
|
||
{
|
||
set { _introduction = value; }
|
||
get { return _introduction; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Introduction2
|
||
{
|
||
set { _introduction2 = value; }
|
||
get { return _introduction2; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Introduction3
|
||
{
|
||
set { _introduction3 = value; }
|
||
get { return _introduction3; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Introduction4
|
||
{
|
||
set { _introduction4 = value; }
|
||
get { return _introduction4; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string picture
|
||
{
|
||
set { _picture = value; }
|
||
get { return _picture; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public DateTime? ApplyTime
|
||
{
|
||
set { _applytime = value; }
|
||
get { return _applytime; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ApplyState
|
||
{
|
||
set { _applystate = value; }
|
||
get { return _applystate; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int? ClsID
|
||
{
|
||
set { _clsid = value; }
|
||
get { return _clsid; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ClsnName
|
||
{
|
||
set { _clsnname = value; }
|
||
get { return _clsnname; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int? ClsID2
|
||
{
|
||
set { _clsid2 = value; }
|
||
get { return _clsid2; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ClsnName2
|
||
{
|
||
set { _clsnname2 = value; }
|
||
get { return _clsnname2; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Discount
|
||
{
|
||
set { _Discount = value; }
|
||
get { return _Discount; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string Businesslicense
|
||
{
|
||
set { _Businesslicense = value; }
|
||
get { return _Businesslicense; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string TaxRegistration
|
||
{
|
||
set { _TaxRegistration = value; }
|
||
get { return _TaxRegistration; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string token_no
|
||
{
|
||
set { _token_no = value; }
|
||
get { return _token_no; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string huifu_uid
|
||
{
|
||
set { _huifu_uid = value; }
|
||
get { return _huifu_uid; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string token_no0
|
||
{
|
||
set { _token_no0 = value; }
|
||
get { return _token_no0; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ktoken_no
|
||
{
|
||
set { _ktoken_no = value; }
|
||
get { return _ktoken_no; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string khuifu_uid
|
||
{
|
||
set { _khuifu_uid = value; }
|
||
get { return _khuifu_uid; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string ktoken_no0
|
||
{
|
||
set { _ktoken_no0 = value; }
|
||
get { return _ktoken_no0; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public Double smmoney
|
||
{
|
||
set { _smmoney = value; }
|
||
get { return _smmoney; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int UserId
|
||
{
|
||
set { _UserId = value; }
|
||
get { return _UserId; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int seef
|
||
{
|
||
set { _seef = value; }
|
||
get { return _seef; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int seef0
|
||
{
|
||
set { _seef0 = value; }
|
||
get { return _seef0; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int showpic
|
||
{
|
||
set { _showpic = value; }
|
||
get { return _showpic; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int ifedit
|
||
{
|
||
set { _ifedit = value; }
|
||
get { return _ifedit; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int ifeditbank
|
||
{
|
||
set { _ifeditbank = value; }
|
||
get { return _ifeditbank; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int ifd0
|
||
{
|
||
set { _ifd0 = value; }
|
||
get { return _ifd0; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int paytype
|
||
{
|
||
set { _paytype = value; }
|
||
get { return _paytype; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public string utype
|
||
{
|
||
set { _utype = value; }
|
||
get { return _utype; }
|
||
}
|
||
/// <summary>
|
||
///
|
||
/// </summary>
|
||
public int gtype
|
||
{
|
||
set { _gtype = value; }
|
||
get { return _gtype; }
|
||
}
|
||
#endregion Model
|
||
|
||
}
|
||
}
|
||
|