This commit is contained in:
2021-01-27 16:44:55 +00:00
parent 7d1bb41246
commit c59cc5969c
8 changed files with 119 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations;
namespace AyaNova.Models
{
//TODO: Need to split this into a personal column order set and a personal filter collection
public class DataListView
{
public long Id { get; set; }