|
|
|
@ -27,16 +27,17 @@ namespace Khd.Core.Domain.Models
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[Column("warehouse_id")]
|
|
|
|
[Column("warehouse_id")]
|
|
|
|
public long warehouseId { get; set; }
|
|
|
|
public long warehouseId { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// agv的点位编码
|
|
|
|
/// agv的点位编码
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[Column("agv_position_code")]
|
|
|
|
[Column("agv_position_code")]
|
|
|
|
public string agvPositionCode { get; set; }
|
|
|
|
public string agvPositionCode { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 库位编码
|
|
|
|
/// 库位编码
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[Column("location_code")]
|
|
|
|
[Column("location_code")]
|
|
|
|
public string locationCode { get; set; }
|
|
|
|
public string locationCode { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
@ -75,6 +76,12 @@ namespace Khd.Core.Domain.Models
|
|
|
|
[Column("manual_flag")]
|
|
|
|
[Column("manual_flag")]
|
|
|
|
public string manualFlag { get; set; }
|
|
|
|
public string manualFlag { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 返库标识(1是0否);用来标识是否是拆分后返库的库位
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("return_flag")]
|
|
|
|
|
|
|
|
public string returnFlag { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 数量限制
|
|
|
|
/// 数量限制
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
@ -177,30 +184,6 @@ namespace Khd.Core.Domain.Models
|
|
|
|
[Column("location_scrap_type")]
|
|
|
|
[Column("location_scrap_type")]
|
|
|
|
public string locationScrapType { get; set; }
|
|
|
|
public string locationScrapType { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 库位属性
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("location_attr")]
|
|
|
|
|
|
|
|
public string locationAttr { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 周转需求
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("turn_demand")]
|
|
|
|
|
|
|
|
public string turnDemand { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 校验码
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("check_code")]
|
|
|
|
|
|
|
|
public string checkCode { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 工作区
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("work_area")]
|
|
|
|
|
|
|
|
public string workArea { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 体积限制
|
|
|
|
/// 体积限制
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
@ -213,18 +196,6 @@ namespace Khd.Core.Domain.Models
|
|
|
|
[Column("weight_limit")]
|
|
|
|
[Column("weight_limit")]
|
|
|
|
public decimal? weightLimit { get; set; }
|
|
|
|
public decimal? weightLimit { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 箱数限制
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("box_limit")]
|
|
|
|
|
|
|
|
public int? boxLimit { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 托盘限制
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[Column("pallet_limit")]
|
|
|
|
|
|
|
|
public int? palletLimit { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 长度
|
|
|
|
/// 长度
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
|