This commit is contained in:
2021-08-17 22:14:24 +00:00
parent b84fe5ca74
commit da940cdba0
9 changed files with 16 additions and 16 deletions

View File

@@ -2841,8 +2841,8 @@ namespace AyaNova.Util
Notes = $"itemnotes - {y} ",
TechNotes = $"technotes - {y}",
RequestDate = woDate.AddMinutes(y),
WorkorderItemPriorityId = Fake.Random.Long(1, 5),//there are 5 different sample priorities
WorkorderItemStatusId = Fake.Random.Long(1, 3)//there are 3 different sample woitem status
WorkOrderItemPriorityId = Fake.Random.Long(1, 5),//there are 5 different sample priorities
WorkOrderItemStatusId = Fake.Random.Long(1, 3)//there are 3 different sample woitem status
};
//UNITS