三楼人工库逻辑等

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

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