// This file has been auto generated by EF Core Power Tools. #nullable disable using System; using System.Collections.Generic; namespace PRSA.DAL.DB { public partial class settings { public int id { get; set; } public string key_name { get; set; } public string value { get; set; } public int created_by { get; set; } public DateTime created_at { get; set; } public int updated_by { get; set; } public DateTime updated_at { get; set; } } }