// 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 qlikview_sales { public int id { get; set; } public int item_no { get; set; } public int supersession { get; set; } public string item_description { get; set; } public string item_description_2pack { get; set; } public decimal ytd_volumes { get; set; } public decimal supersession_total { get; set; } public decimal sum_ytd_volumes { get; set; } public decimal variance { get; set; } public decimal summary { 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; } } }