三楼人工库逻辑等

This commit is contained in:
2024-08-30 14:06:11 +08:00
parent a2514a1354
commit ca4fec4d7d
21 changed files with 500 additions and 314 deletions

View File

@@ -91,7 +91,7 @@
/// <summary>
/// 成品库人工出库区
/// </summary>
public const string REGION_CPManualOutstock_ID = "36539312699413";
public const string REGION_CPManualOutstock_ID = "36543552166677";
/// <summary>
/// 长管出库
/// </summary>

View File

@@ -1,4 +1,6 @@
namespace Tnb.WarehouseMgr.Entities.Dto
using SqlSugar;
namespace Tnb.WarehouseMgr.Entities.Dto
{
/// <summary>
/// 库房业务更新输入参数

View File

@@ -22,7 +22,7 @@
/// <summary>
/// 终点库位
/// </summary>
public string? endlocation_id { get; set; }
public string? endlocation_code { get; set; }
/// <summary>
/// 载具

View File

@@ -134,4 +134,8 @@ public partial class WmsRawmatTransferoutstockH : BaseEntity<string>
/// </summary>
public string? instockorg_code { get; set; }
/// <summary>
/// erp_bill_code
/// </summary>
public string? erp_bill_code { get; set; }
}

View File

@@ -110,7 +110,7 @@ public partial class WmsTransferOrderD : BaseEntity<string>
public string erp_wh_type { get; set; }
/// <summary>
/// erp入库仓库编码
/// erp入库仓库id
/// </summary>
public string? warehouse_instock_code { get; set; }
}

View File

@@ -118,4 +118,10 @@ public partial class WmsTransferOutstockH : BaseEntity<string>
/// bip入库组织id
/// </summary>
public string? instockorg_code { get; set; }
/// <summary>
/// erp_bill_code
/// </summary>
public string? erp_bill_code { get; set; }
}