This commit is contained in:
2024-08-26 10:44:39 +08:00
parent e2c3615e08
commit ab2bddbb88
3 changed files with 29 additions and 2 deletions

View File

@@ -104,4 +104,8 @@ public partial class WmsRawmatTransferoutstockD : BaseEntity<string>
/// </summary>
public string erp_wh_type { get; set; }
/// <summary>
/// 入库仓库
/// </summary>
public string? warehouse_instock_code { get; set; }
}