You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
1020 B

  1. 
  2. using Entity.Sugar;
  3. namespace Entity.ViewModels
  4. {
  5. public class View_SAL_BookingOnline : SETB_SAL_BookingOnline
  6. {
  7. public string MemberName { get; set; }
  8. public string MemberEmail { get; set; }
  9. public string SupplierID { get; set; }
  10. public string SupplierName { get; set; }
  11. public string ServiceName { get; set; }
  12. public string ServicePictrue { get; set; }
  13. public string BookingDateFormat { get; set; }
  14. public string ServiceDateSFormat { get; set; }
  15. public string ServiceDateEFormat { get; set; }
  16. public View_PDT_ONSiteBaseInfo OnSiteService { get; set; }
  17. public SETB_SAL_Payment Payment = new SETB_SAL_Payment();
  18. public SETB_CMS_Member Member = new SETB_CMS_Member();
  19. public string ExhibitionName { get; set; }
  20. public string CurrencyName { get; set; }
  21. public string PaymentRemittance { get; set; }
  22. //工作確認天數
  23. public string ConfirmDays { get; set; }
  24. }
  25. }