using System; using System.Collections.Generic; namespace GZTW.Pecklist.Models { public partial class ListData { public long Id { get; set; } public string TheList { get; set; } } }