using System; using System.Data; using System.Collections; using System.Collections.Generic; using HcUtility.Core; using Newtonsoft.Json; namespace DSWeb.MvcShipping.Models.MsCodeAfrEdi { [JsonObject] public class MsCodeAfrEdi : ModelObjectBillHead { public MsCodeAfrEdi() { TableName = "code_afr_edi"; } #region 实体类 private string _gid = ""; /// /// 编号 /// [ModelDB(MDBType = ModelDBOprationType.All, IsPrimary = true)] public string GID { get { return _gid; } set { _gid = value; } } private string _linkgid = ""; /// /// 关联客户GID /// [ModelDB] public string LINKGID { get { return _linkgid; } set { _linkgid = value; } } private string _shippername = ""; /// /// 发货人名称 /// [ModelDB] public string SHIPPERNAME { get { return _shippername; } set { _shippername = value; } } private string _shipperaddr1 = ""; /// /// 发货人地址1 /// [ModelDB] public string SHIPPERADDR1 { get { return _shipperaddr1; } set { _shipperaddr1 = value; } } private string _shipperaddr2 = ""; /// /// 发货人地址2 /// [ModelDB] public string SHIPPERADDR2 { get { return _shipperaddr2; } set { _shipperaddr2 = value; } } private string _shipperaddr3 = ""; /// /// 发货人地址3 /// [ModelDB] public string SHIPPERADDR3 { get { return _shipperaddr3; } set { _shipperaddr3 = value; } } private string _shippercity = ""; /// /// SHIPPERCITY /// [ModelDB] public string SHIPPERCITY { get { return _shippercity; } set { _shippercity = value; } } private string _shipperprovince = ""; /// /// 发货人省 /// [ModelDB] public string SHIPPERPROVINCE { get { return _shipperprovince; } set { _shipperprovince = value; } } private string _shipperpostcode = ""; /// /// 发货人邮编 /// [ModelDB] public string SHIPPERPOSTCODE { get { return _shipperpostcode; } set { _shipperpostcode = value; } } private string _shippercountry = ""; /// /// 发货人国家 /// [ModelDB] public string SHIPPERCOUNTRY { get { return _shippercountry; } set { _shippercountry = value; } } private string _shipperattn = ""; /// /// 发货人联系人 /// [ModelDB] public string SHIPPERATTN { get { return _shipperattn; } set { _shipperattn = value; } } private string _shippertel = ""; /// /// 发货人联系方式 /// [ModelDB] public string SHIPPERTEL { get { return _shippertel; } set { _shippertel = value; } } private string _consigneename = ""; /// /// 收货人名称 /// [ModelDB] public string CONSIGNEENAME { get { return _consigneename; } set { _consigneename = value; } } private string _consigneeaddr1 = ""; /// /// 收货人地址1 /// [ModelDB] public string CONSIGNEEADDR1 { get { return _consigneeaddr1; } set { _consigneeaddr1 = value; } } private string _consigneeaddr2 = ""; /// /// 收货人地址2 /// [ModelDB] public string CONSIGNEEADDR2 { get { return _consigneeaddr2; } set { _consigneeaddr2 = value; } } private string _consigneeaddr3 = ""; /// /// 收货人地址3 /// [ModelDB] public string CONSIGNEEADDR3 { get { return _consigneeaddr3; } set { _consigneeaddr3 = value; } } private string _consigneecity = ""; /// /// 收货人城市 /// [ModelDB] public string CONSIGNEECITY { get { return _consigneecity; } set { _consigneecity = value; } } private string _consigneeprovince = ""; /// /// 收货人省 /// [ModelDB] public string CONSIGNEEPROVINCE { get { return _consigneeprovince; } set { _consigneeprovince = value; } } private string _consigneepostcode = ""; /// /// 收货人邮编 /// [ModelDB] public string CONSIGNEEPOSTCODE { get { return _consigneepostcode; } set { _consigneepostcode = value; } } private string _consigneecountry = ""; /// /// 收货人国家 /// [ModelDB] public string CONSIGNEECOUNTRY { get { return _consigneecountry; } set { _consigneecountry = value; } } private string _consigneeattn = ""; /// /// 收货人联系人 /// [ModelDB] public string CONSIGNEEATTN { get { return _consigneeattn; } set { _consigneeattn = value; } } private string _consigneetel = ""; /// /// 收货人联系方式 /// [ModelDB] public string CONSIGNEETEL { get { return _consigneetel; } set { _consigneetel = value; } } private string _notifypartyname = ""; /// /// 通知人名称 /// [ModelDB] public string NOTIFYPARTYNAME { get { return _notifypartyname; } set { _notifypartyname = value; } } private string _notifypartyaddr1 = ""; /// /// 通知人地址1 /// [ModelDB] public string NOTIFYPARTYADDR1 { get { return _notifypartyaddr1; } set { _notifypartyaddr1 = value; } } private string _notifypartyaddr2 = ""; /// /// 通知人地址2 /// [ModelDB] public string NOTIFYPARTYADDR2 { get { return _notifypartyaddr2; } set { _notifypartyaddr2 = value; } } private string _notifypartyaddr3 = ""; /// /// 通知人地址3 /// [ModelDB] public string NOTIFYPARTYADDR3 { get { return _notifypartyaddr3; } set { _notifypartyaddr3 = value; } } private string _notifypartycity = ""; /// /// 通知人城市 /// [ModelDB] public string NOTIFYPARTYCITY { get { return _notifypartycity; } set { _notifypartycity = value; } } private string _notifypartyprovince = ""; /// /// 通知人省 /// [ModelDB] public string NOTIFYPARTYPROVINCE { get { return _notifypartyprovince; } set { _notifypartyprovince = value; } } private string _notifypartypostcode = ""; /// /// 通知人邮编 /// [ModelDB] public string NOTIFYPARTYPOSTCODE { get { return _notifypartypostcode; } set { _notifypartypostcode = value; } } private string _notifypartycountry = ""; /// /// 通知人国家 /// [ModelDB] public string NOTIFYPARTYCOUNTRY { get { return _notifypartycountry; } set { _notifypartycountry = value; } } private string _notifypartyattn = ""; /// /// 通知人联系人 /// [ModelDB] public string NOTIFYPARTYATTN { get { return _notifypartyattn; } set { _notifypartyattn = value; } } private string _notifypartytel = ""; /// /// 通知人联系方式 /// [ModelDB] public string NOTIFYPARTYTEL { get { return _notifypartytel; } set { _notifypartytel = value; } } private string _corpid = ""; /// /// 所属公司 /// [ModelDB] public string CORPID { get { return _corpid; } set { _corpid = value; } } private string _modifieduser = ""; /// /// 更改操作人gid /// [ModelDB] public string MODIFIEDUSER { get { return _modifieduser; } set { _modifieduser = value; } } private DateTime _modifiedtime = DateTime.Now; /// /// 更改操作时间 /// [ModelDB] public DateTime MODIFIEDTIME { get { return _modifiedtime; } set { _modifiedtime = value; } } private string _CustName = ""; /// /// 客户名称 /// public string CustName { get { return _CustName; } set { _CustName = value; } } #endregion } }