namespace SHJX.Service.Model.CRUDModules { [Table("task_priority")] public class TaskPriority { [Key] public int SerialKey { get; set; } public string Step { get; set; } public int Priority { get; set; } } }