using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Report.Entity { public class RequestPrint : RequestReportBase { public string Printer { get; set; } public string IsPrintOption { get; set; } } }