You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
417 lines
10 KiB
C#
417 lines
10 KiB
C#
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 = "";
|
|
/// <summary>
|
|
/// 编号
|
|
/// </summary>
|
|
[ModelDB(MDBType = ModelDBOprationType.All, IsPrimary = true)]
|
|
public string GID
|
|
{
|
|
get { return _gid; }
|
|
set { _gid = value; }
|
|
}
|
|
|
|
private string _linkgid = "";
|
|
/// <summary>
|
|
/// 关联客户GID
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string LINKGID
|
|
{
|
|
get { return _linkgid; }
|
|
set { _linkgid = value; }
|
|
}
|
|
|
|
private string _shippername = "";
|
|
/// <summary>
|
|
/// 发货人名称
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERNAME
|
|
{
|
|
get { return _shippername; }
|
|
set { _shippername = value; }
|
|
}
|
|
|
|
private string _shipperaddr1 = "";
|
|
/// <summary>
|
|
/// 发货人地址1
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERADDR1
|
|
{
|
|
get { return _shipperaddr1; }
|
|
set { _shipperaddr1 = value; }
|
|
}
|
|
|
|
private string _shipperaddr2 = "";
|
|
/// <summary>
|
|
/// 发货人地址2
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERADDR2
|
|
{
|
|
get { return _shipperaddr2; }
|
|
set { _shipperaddr2 = value; }
|
|
}
|
|
|
|
private string _shipperaddr3 = "";
|
|
/// <summary>
|
|
/// 发货人地址3
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERADDR3
|
|
{
|
|
get { return _shipperaddr3; }
|
|
set { _shipperaddr3 = value; }
|
|
}
|
|
|
|
private string _shippercity = "";
|
|
/// <summary>
|
|
/// SHIPPERCITY
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERCITY
|
|
{
|
|
get { return _shippercity; }
|
|
set { _shippercity = value; }
|
|
}
|
|
|
|
private string _shipperprovince = "";
|
|
/// <summary>
|
|
/// 发货人省
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERPROVINCE
|
|
{
|
|
get { return _shipperprovince; }
|
|
set { _shipperprovince = value; }
|
|
}
|
|
|
|
private string _shipperpostcode = "";
|
|
/// <summary>
|
|
/// 发货人邮编
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERPOSTCODE
|
|
{
|
|
get { return _shipperpostcode; }
|
|
set { _shipperpostcode = value; }
|
|
}
|
|
|
|
private string _shippercountry = "";
|
|
/// <summary>
|
|
/// 发货人国家
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERCOUNTRY
|
|
{
|
|
get { return _shippercountry; }
|
|
set { _shippercountry = value; }
|
|
}
|
|
|
|
private string _shipperattn = "";
|
|
/// <summary>
|
|
/// 发货人联系人
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERATTN
|
|
{
|
|
get { return _shipperattn; }
|
|
set { _shipperattn = value; }
|
|
}
|
|
|
|
private string _shippertel = "";
|
|
/// <summary>
|
|
/// 发货人联系方式
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string SHIPPERTEL
|
|
{
|
|
get { return _shippertel; }
|
|
set { _shippertel = value; }
|
|
}
|
|
|
|
private string _consigneename = "";
|
|
/// <summary>
|
|
/// 收货人名称
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEENAME
|
|
{
|
|
get { return _consigneename; }
|
|
set { _consigneename = value; }
|
|
}
|
|
|
|
private string _consigneeaddr1 = "";
|
|
/// <summary>
|
|
/// 收货人地址1
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEADDR1
|
|
{
|
|
get { return _consigneeaddr1; }
|
|
set { _consigneeaddr1 = value; }
|
|
}
|
|
|
|
private string _consigneeaddr2 = "";
|
|
/// <summary>
|
|
/// 收货人地址2
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEADDR2
|
|
{
|
|
get { return _consigneeaddr2; }
|
|
set { _consigneeaddr2 = value; }
|
|
}
|
|
|
|
private string _consigneeaddr3 = "";
|
|
/// <summary>
|
|
/// 收货人地址3
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEADDR3
|
|
{
|
|
get { return _consigneeaddr3; }
|
|
set { _consigneeaddr3 = value; }
|
|
}
|
|
|
|
private string _consigneecity = "";
|
|
/// <summary>
|
|
/// 收货人城市
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEECITY
|
|
{
|
|
get { return _consigneecity; }
|
|
set { _consigneecity = value; }
|
|
}
|
|
|
|
private string _consigneeprovince = "";
|
|
/// <summary>
|
|
/// 收货人省
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEPROVINCE
|
|
{
|
|
get { return _consigneeprovince; }
|
|
set { _consigneeprovince = value; }
|
|
}
|
|
|
|
private string _consigneepostcode = "";
|
|
/// <summary>
|
|
/// 收货人邮编
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEPOSTCODE
|
|
{
|
|
get { return _consigneepostcode; }
|
|
set { _consigneepostcode = value; }
|
|
}
|
|
|
|
private string _consigneecountry = "";
|
|
/// <summary>
|
|
/// 收货人国家
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEECOUNTRY
|
|
{
|
|
get { return _consigneecountry; }
|
|
set { _consigneecountry = value; }
|
|
}
|
|
|
|
private string _consigneeattn = "";
|
|
/// <summary>
|
|
/// 收货人联系人
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEEATTN
|
|
{
|
|
get { return _consigneeattn; }
|
|
set { _consigneeattn = value; }
|
|
}
|
|
|
|
private string _consigneetel = "";
|
|
/// <summary>
|
|
/// 收货人联系方式
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CONSIGNEETEL
|
|
{
|
|
get { return _consigneetel; }
|
|
set { _consigneetel = value; }
|
|
}
|
|
|
|
private string _notifypartyname = "";
|
|
/// <summary>
|
|
/// 通知人名称
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYNAME
|
|
{
|
|
get { return _notifypartyname; }
|
|
set { _notifypartyname = value; }
|
|
}
|
|
|
|
private string _notifypartyaddr1 = "";
|
|
/// <summary>
|
|
/// 通知人地址1
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYADDR1
|
|
{
|
|
get { return _notifypartyaddr1; }
|
|
set { _notifypartyaddr1 = value; }
|
|
}
|
|
|
|
private string _notifypartyaddr2 = "";
|
|
/// <summary>
|
|
/// 通知人地址2
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYADDR2
|
|
{
|
|
get { return _notifypartyaddr2; }
|
|
set { _notifypartyaddr2 = value; }
|
|
}
|
|
|
|
private string _notifypartyaddr3 = "";
|
|
/// <summary>
|
|
/// 通知人地址3
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYADDR3
|
|
{
|
|
get { return _notifypartyaddr3; }
|
|
set { _notifypartyaddr3 = value; }
|
|
}
|
|
|
|
private string _notifypartycity = "";
|
|
/// <summary>
|
|
/// 通知人城市
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYCITY
|
|
{
|
|
get { return _notifypartycity; }
|
|
set { _notifypartycity = value; }
|
|
}
|
|
|
|
private string _notifypartyprovince = "";
|
|
/// <summary>
|
|
/// 通知人省
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYPROVINCE
|
|
{
|
|
get { return _notifypartyprovince; }
|
|
set { _notifypartyprovince = value; }
|
|
}
|
|
|
|
private string _notifypartypostcode = "";
|
|
/// <summary>
|
|
/// 通知人邮编
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYPOSTCODE
|
|
{
|
|
get { return _notifypartypostcode; }
|
|
set { _notifypartypostcode = value; }
|
|
}
|
|
|
|
private string _notifypartycountry = "";
|
|
/// <summary>
|
|
/// 通知人国家
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYCOUNTRY
|
|
{
|
|
get { return _notifypartycountry; }
|
|
set { _notifypartycountry = value; }
|
|
}
|
|
|
|
private string _notifypartyattn = "";
|
|
/// <summary>
|
|
/// 通知人联系人
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYATTN
|
|
{
|
|
get { return _notifypartyattn; }
|
|
set { _notifypartyattn = value; }
|
|
}
|
|
|
|
private string _notifypartytel = "";
|
|
/// <summary>
|
|
/// 通知人联系方式
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string NOTIFYPARTYTEL
|
|
{
|
|
get { return _notifypartytel; }
|
|
set { _notifypartytel = value; }
|
|
}
|
|
|
|
private string _corpid = "";
|
|
/// <summary>
|
|
/// 所属公司
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string CORPID
|
|
{
|
|
get { return _corpid; }
|
|
set { _corpid = value; }
|
|
}
|
|
|
|
private string _modifieduser = "";
|
|
/// <summary>
|
|
/// 更改操作人gid
|
|
/// </summary>
|
|
[ModelDB]
|
|
public string MODIFIEDUSER
|
|
{
|
|
get { return _modifieduser; }
|
|
set { _modifieduser = value; }
|
|
}
|
|
|
|
private DateTime _modifiedtime = DateTime.Now;
|
|
/// <summary>
|
|
/// 更改操作时间
|
|
/// </summary>
|
|
[ModelDB]
|
|
public DateTime MODIFIEDTIME
|
|
{
|
|
get { return _modifiedtime; }
|
|
set { _modifiedtime = value; }
|
|
}
|
|
|
|
private string _CustName = "";
|
|
/// <summary>
|
|
/// 客户名称
|
|
/// </summary>
|
|
public string CustName
|
|
{
|
|
get { return _CustName; }
|
|
set { _CustName = value; }
|
|
}
|
|
#endregion
|
|
}
|
|
}
|