using System.Collections.Generic; using Neo.Legitimate.Data.Models; using Neo.Legitimate.Data.Models.Ltps; namespace Neo.Legitimate.Applications.Models { public class PurificationChangeIdNumberModel { public string DefaultPrinterName { get; set; } public string ReceiptNumber { get; set; } } }