// 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 mapping { public int id { get; set; } public string wh { get; set; } public string region { get; set; } public string region2 { get; set; } public string bond_duty { get; set; } public int item_no { get; set; } public int rev_sa { get; set; } public int rev_nam { get; set; } public string check { 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; } } }