This commit is contained in:
2020-03-18 19:56:58 +00:00
parent 6253a838f6
commit c99eed383f
8 changed files with 13 additions and 26 deletions

View File

@@ -1,10 +0,0 @@
namespace AyaNova.Models
{
public partial class PickListResult
{
public int TotalRecordCount { get; set; }
public NameIdItem[] Items { get; set; }
}
}