电梯控制bug处理 包材出库逻辑变更
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
/// </summary>
|
||||
public const string WMS_PRETASK_H_ENCODE = "PreTaskGen";
|
||||
/// <summary>
|
||||
/// 包材出库流水号
|
||||
/// </summary>
|
||||
public const string WMS_PACKOUTSTOCK_H_ENCODE = "WMSPACKOUTSTOCK";
|
||||
/// <summary>
|
||||
/// 采购收料物料流水号
|
||||
/// </summary>
|
||||
public const string WMS_PURCHASE_MAT_ENCODE = "PurchaseMat";
|
||||
|
||||
@@ -114,4 +114,31 @@ public partial class WmsPackOutstockD : BaseEntity<string>
|
||||
/// </summary>
|
||||
public string? qc_res { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 载具id
|
||||
/// </summary>
|
||||
public string? carry_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 载具编码
|
||||
/// </summary>
|
||||
public string? carry_code { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 起点id
|
||||
/// </summary>
|
||||
public string? startlocation_id { get; set; }
|
||||
/// <summary>
|
||||
/// 起点编码
|
||||
/// </summary>
|
||||
public string? startlocation_code { get; set; }
|
||||
/// <summary>
|
||||
/// 终点id
|
||||
/// </summary>
|
||||
public string? endlocation_id { get; set; }
|
||||
/// <summary>
|
||||
/// 终点编码
|
||||
/// </summary>
|
||||
public string? endlocation_code { get; set; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user