// 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 stock_balance { public int id { get; set; } public int code { get; set; } public int item_no { get; set; } public string description { get; set; } public string format { get; set; } public int unit { get; set; } public int atp { get; set; } public int supersession { get; set; } public int sum_atp { get; set; } public int tracker { get; set; } public int variance { 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; } } }