|
|
|
@ -74,17 +74,17 @@ namespace DS.WMS.Core.Op.Entity.TaskInteraction
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否航空公司", DefaultValue = "0")]
|
|
|
|
|
//public bool IsAirLines { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否发货人
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否发货人", DefaultValue = "0")]
|
|
|
|
|
//public bool IsShipper { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否发货人
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否发货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsShipper { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否收货人
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否收货人", DefaultValue = "0")]
|
|
|
|
|
//public bool IsConsignee { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否收货人
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否收货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsConsignee { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否通知人
|
|
|
|
@ -98,12 +98,6 @@ namespace DS.WMS.Core.Op.Entity.TaskInteraction
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否仓库", DefaultValue = "0")]
|
|
|
|
|
//public bool IsWareHouse { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否码头
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否码头", DefaultValue = "0")]
|
|
|
|
|
//public bool IsWharf { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否保险公司
|
|
|
|
|
///// </summary>
|
|
|
|
@ -134,10 +128,10 @@ namespace DS.WMS.Core.Op.Entity.TaskInteraction
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否经营单位", DefaultValue = "0")]
|
|
|
|
|
//public bool IsEnterprise { get; set; }
|
|
|
|
|
|
|
|
|
|
///// <summary>
|
|
|
|
|
///// Desc:是否国内发货人
|
|
|
|
|
///// </summary>
|
|
|
|
|
//[SugarColumn(ColumnDescription = "是否国内发货人", DefaultValue = "0")]
|
|
|
|
|
//public bool IsShipperCn { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Desc:是否国内发货人
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnDescription = "是否国内发货人", DefaultValue = "0")]
|
|
|
|
|
public bool IsShipperCn { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|