// 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 master_data { public int id { get; set; } public string day { get; set; } public DateTime week { get; set; } public string month { get; set; } public int concat { get; set; } public int created_by { get; set; } public DateTime created_at { get; set; } public int update_by { get; set; } public DateTime updated_at { get; set; } } }