15 lines
360 B
C#
15 lines
360 B
C#
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<flat_price_quotation_group> selectedQuotation { get; set; }
|
|
}
|
|
} |