材料出库单加研究项目

This commit is contained in:
2024-10-09 14:36:09 +08:00
parent fc4fc7ed3f
commit 70f2f1d559
2 changed files with 7 additions and 0 deletions

View File

@@ -97,5 +97,11 @@ public partial class WmsRawmatOutstockH : BaseEntity<string>
/// erp成本域
/// </summary>
public string? erp_org_costregion { get; set; } = "1001A1100000001MNB3H";
/// <summary>
/// erp研发项目id
/// </summary>
public string? erp_project_id { get; set; }
}