This commit is contained in:
2020-12-29 01:02:08 +00:00
parent de9d096ed3
commit fc6527b027
3 changed files with 186 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ namespace AyaNova.Biz
MemorySize = 14,//this is so client can convert what would normally be an Integer type to human readable file / ram size value
TimeSpan=15,
PhoneNumber=16,//this is so client can dial directly,
Roles = 17//for grid display (users),
Roles = 17,//for grid display (users),
Percentage = 18
}
}