This commit is contained in:
10
server/AyaNova/models/dto/PickListResult.cs
Normal file
10
server/AyaNova/models/dto/PickListResult.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace AyaNova.Models
|
||||
{
|
||||
|
||||
public partial class PickListResult
|
||||
{
|
||||
public int TotalRecordCount { get; set; }
|
||||
public NameIdItem[] Items { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user