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

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-alpha.120";
public const string VersionString = "8.0.0-alpha.121";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc
}//eons

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