using System; namespace Mtxfw.Model { /// /// business_info:实体类(属性说明自动提取数据库字段的描述信息) /// [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; /// /// /// public int Id { set { _id = value; } get { return _id; } } /// /// /// public string CompanyId { set { _companyid = value; } get { return _companyid; } } /// /// /// public string CompanyName { set { _companyname = value; } get { return _companyname; } } /// /// /// public string frname { set { _frname = value; } get { return _frname; } } /// /// /// public string fridcard { set { _fridcard = value; } get { return _fridcard; } } /// /// /// public string email { set { _email = value; } get { return _email; } } /// /// /// public string Industry { set { _industry = value; } get { return _industry; } } /// /// /// public string BusinessRange { set { _businessrange = value; } get { return _businessrange; } } /// /// /// public string Province { set { _province = value; } get { return _province; } } /// /// /// public string City { set { _city = value; } get { return _city; } } /// /// /// public string County { set { _county = value; } get { return _county; } } /// /// /// public int IFFill { set { _IFFill = value; } get { return _IFFill; } } /// /// /// public string Agentrading { set { _Agentrading = value; } get { return _Agentrading; } } /// /// /// public string Companyaddress { set { _companyaddress = value; } get { return _companyaddress; } } /// /// /// public string xcoo { set { _xcoo = value; } get { return _xcoo; } } /// /// /// public string ycoo { set { _ycoo = value; } get { return _ycoo; } } /// /// /// public string InternetSite { set { _internetsite = value; } get { return _internetsite; } } /// /// /// public string ContactPhone { set { _contactphone = value; } get { return _contactphone; } } /// /// /// public string ContactPeople { set { _contactpeople = value; } get { return _contactpeople; } } /// /// /// public string Busroutes { set { _Busroutes = value; } get { return _Busroutes; } } /// /// /// public string Introduction { set { _introduction = value; } get { return _introduction; } } /// /// /// public string Introduction2 { set { _introduction2 = value; } get { return _introduction2; } } /// /// /// public string Introduction3 { set { _introduction3 = value; } get { return _introduction3; } } /// /// /// public string Introduction4 { set { _introduction4 = value; } get { return _introduction4; } } /// /// /// public string picture { set { _picture = value; } get { return _picture; } } /// /// /// public DateTime? ApplyTime { set { _applytime = value; } get { return _applytime; } } /// /// /// public string ApplyState { set { _applystate = value; } get { return _applystate; } } /// /// /// public int? ClsID { set { _clsid = value; } get { return _clsid; } } /// /// /// public string ClsnName { set { _clsnname = value; } get { return _clsnname; } } /// /// /// public int? ClsID2 { set { _clsid2 = value; } get { return _clsid2; } } /// /// /// public string ClsnName2 { set { _clsnname2 = value; } get { return _clsnname2; } } /// /// /// public string Discount { set { _Discount = value; } get { return _Discount; } } /// /// /// public string Businesslicense { set { _Businesslicense = value; } get { return _Businesslicense; } } /// /// /// public string TaxRegistration { set { _TaxRegistration = value; } get { return _TaxRegistration; } } /// /// /// public string token_no { set { _token_no = value; } get { return _token_no; } } /// /// /// public string huifu_uid { set { _huifu_uid = value; } get { return _huifu_uid; } } /// /// /// public string token_no0 { set { _token_no0 = value; } get { return _token_no0; } } /// /// /// public string ktoken_no { set { _ktoken_no = value; } get { return _ktoken_no; } } /// /// /// public string khuifu_uid { set { _khuifu_uid = value; } get { return _khuifu_uid; } } /// /// /// public string ktoken_no0 { set { _ktoken_no0 = value; } get { return _ktoken_no0; } } /// /// /// public Double smmoney { set { _smmoney = value; } get { return _smmoney; } } /// /// /// public int UserId { set { _UserId = value; } get { return _UserId; } } /// /// /// public int seef { set { _seef = value; } get { return _seef; } } /// /// /// public int seef0 { set { _seef0 = value; } get { return _seef0; } } /// /// /// public int showpic { set { _showpic = value; } get { return _showpic; } } /// /// /// public int ifedit { set { _ifedit = value; } get { return _ifedit; } } /// /// /// public int ifeditbank { set { _ifeditbank = value; } get { return _ifeditbank; } } /// /// /// public int ifd0 { set { _ifd0 = value; } get { return _ifd0; } } /// /// /// public int paytype { set { _paytype = value; } get { return _paytype; } } /// /// /// public string utype { set { _utype = value; } get { return _utype; } } /// /// /// public int gtype { set { _gtype = value; } get { return _gtype; } } #endregion Model } }