三楼人工库逻辑等

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

@@ -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; }
}