This commit is contained in:
2024-10-10 12:02:16 +08:00
parent a4ce415b62
commit 8a5ff0ebe6
4 changed files with 17 additions and 6 deletions

View File

@@ -103,5 +103,8 @@ public partial class WmsRawmatOutstockH : BaseEntity<string>
/// </summary>
public string? erp_project_id { get; set; }
/// <summary>
/// erp领料员 存的天益用户表的id 需关联erp_extend_field 取
/// </summary>
public string? erp_cbizid { get; set; }
}