// This file has been auto generated by EF Core Power Tools. #nullable disable using System; using System.Collections.Generic; namespace Pos.Api.Database.Models; public partial class Employee { public int Id { get; set; } public string Name { get; set; } public sbyte IsArchived { get; set; } }