This commit is contained in:
yang.lee
2023-11-07 18:02:19 +08:00
parent ac01098baa
commit 59933a17cd

View File

@@ -10,6 +10,5 @@ namespace Tnb.WarehouseMgr.Entities.Entity.Constraints
{
public string bill_id { get; set; }
public string material_name { get; set; }
public string material_id { get; set; }
}
}