|
|
|
@ -9,129 +9,27 @@ namespace DS.WMS.Core.TaskInteraction.Entity
|
|
|
|
|
public class BusinessTaskMailReceiver
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 任务邮件配置ID
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(IsPrimaryKey = true)]
|
|
|
|
|
public long TaskMailId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否船公司
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否船公司", DefaultValue = "0")]
|
|
|
|
|
public bool IsCarrier { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否订舱公司
|
|
|
|
|
/// ID
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否订舱公司", DefaultValue = "0")]
|
|
|
|
|
public bool IsBooking { get; set; }
|
|
|
|
|
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
|
|
|
|
public long Id { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否场站
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否场站", DefaultValue = "0")]
|
|
|
|
|
public bool IsYard { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否车队
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否车队", DefaultValue = "0")]
|
|
|
|
|
public bool IsTruck { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否委托单位
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否委托单位", DefaultValue = "0")]
|
|
|
|
|
public bool IsController { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否报关行
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否报关行", DefaultValue = "0")]
|
|
|
|
|
//public bool IsCustom { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否代理(国外)
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否代理(国外)", DefaultValue = "0")]
|
|
|
|
|
//public bool IsAgent { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否代理(国内)
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否代理(国内)", DefaultValue = "0")]
|
|
|
|
|
//public bool IsAgentCn { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否快递公司
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否快递公司", DefaultValue = "0")]
|
|
|
|
|
//public bool IsExpress { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否航空公司
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否航空公司", DefaultValue = "0")]
|
|
|
|
|
//public bool IsAirLines { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否发货人
|
|
|
|
|
/// 任务邮件配置ID
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否发货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsShipper { get; set; }
|
|
|
|
|
[SugarColumn(IsPrimaryKey = true)]
|
|
|
|
|
public long TaskMailId { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否收货人
|
|
|
|
|
/// 属性值
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否收货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsConsignee { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否通知人
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否通知人", DefaultValue = "0")]
|
|
|
|
|
//public bool IsNotifyParty { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否仓库
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否仓库", DefaultValue = "0")]
|
|
|
|
|
//public bool IsWareHouse { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否保险公司
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否保险公司", DefaultValue = "0")]
|
|
|
|
|
//public bool IsInsurer { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否租箱公司
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否租箱公司", DefaultValue = "0")]
|
|
|
|
|
//public bool IsLeasing { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否贸易代理
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否贸易代理", DefaultValue = "0")]
|
|
|
|
|
//public bool IsTradingAgency { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否船代
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否船代", DefaultValue = "0")]
|
|
|
|
|
//public bool IsShipAgency { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否经营单位
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否经营单位", DefaultValue = "0")]
|
|
|
|
|
//public bool IsEnterprise { get; set; }
|
|
|
|
|
[SugarColumn(ColumnDescription = "属性值", Length = 50, IsNullable = false)]
|
|
|
|
|
public string Value { get; set; }
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否国内发货人
|
|
|
|
|
/// 属性名称
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否国内发货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsShipperCn { get; set; }
|
|
|
|
|
[SugarColumn(ColumnDescription = "属性名称", Length = 50, IsNullable = true)]
|
|
|
|
|
public string? Name { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|