using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CPRNIMS.Infrastructure.Entities.LocalDb.NonInvent { public class SystemSettings { public string? PONoVatInc { get; set; } public string? PONoVatEx { get; set; } public string? IPONoVatInc { get; set; } public string? IPONoVatEx { get; set; } } }