namespace YLErp.Web.Models { public class QuotationsExportModel { public string LogoImgUrl { get; set; } public string ErWeiMaImgUrl { get; set; } public DateTime ValueDate { get; set; } public DateTime? EndDate { get; set; } public List selectedQuotation { get; set; } } }