外协提升二楼入库、erp包材入库同步、erp重发调拨出库处理、电梯优化

This commit is contained in:
2024-08-28 16:03:35 +08:00
parent 7809aefb9b
commit 68f4b5c5af
16 changed files with 485 additions and 14 deletions

View File

@@ -89,4 +89,33 @@ public partial class WmsPackInstockH : BaseEntity<string>
/// </summary>
public string? incoming_ware { get; set; }
/// <summary>
///
/// </summary>
public string? erp_pk { get; set; }
/// <summary>
///
/// </summary>
public string? erp_bill_code { get; set; }
/// <summary>
/// erp仓库类型
/// </summary>
public string? erp_wh_type { get; set; }
/// <summary>
/// 出库组织id
/// </summary>
public string? outstockorg_id { get; set; }
/// <summary>
/// 出库组织编号
/// </summary>
public string? outstockorg_code { get; set; }
/// <summary>
/// 出库组织名称
/// </summary>
public string? outstockorg_name { get; set; }
}