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.

283 lines
8.1 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. using Entity.Sugar;
  2. using Entity.ViewModels;
  3. using Newtonsoft.Json;
  4. using System;
  5. using System.Collections.Generic;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Threading.Tasks;
  9. namespace Entity.ShowEasyDtos
  10. {
  11. public class ONSiteBaseInfoDTO
  12. {
  13. public string ServiceID { get; set; }
  14. //服務編號
  15. public string ServiceNo { get; set; }
  16. //服務名稱
  17. public string ServiceName { get; set; }
  18. //費用説明
  19. public string ExpenseDescription { get; set; }
  20. //常見問題
  21. public List<FQADTO> FQAs { get; set; }
  22. //適用展會
  23. public string ExhibitionNames { get; set; }
  24. //訂單確認工作天
  25. public string ConfirmDays { get; set; }
  26. //服務適用地
  27. public string SuitPlaces { get; set; }
  28. //服務領取地
  29. public string ReceivinPlaces { get; set; }
  30. //適用展會ID
  31. public string ExhibitionID { get; set; }
  32. //服務特色 (服務名稱下方的)
  33. public string Features { get; set; }
  34. //服務説明
  35. public string Details { get; set; }
  36. //取消政策
  37. public string CancelPolicy { get; set; }
  38. public int? MinPrice { get; set; }
  39. public string CurrencyID { get; set; }
  40. public string CurrencyName { get; set; }
  41. //public string SupplierID { get; set; }
  42. //public string CurrencyID { get; set; }
  43. //public DateTime? LaunchDateS { get; set; }
  44. //public DateTime? LaunchDateE { get; set; }
  45. //public string PayType { get; set; }
  46. //public string CMode { get; set; }
  47. //public string SuitPlace { get; set; }
  48. //public string CancelPolicy { get; set; }
  49. //public string OrderMemo { get; set; }
  50. //public string SubCategoryID { get; set; }
  51. //public string ExhibitionID { get; set; }
  52. //public string OrderQuestions { get; set; }
  53. }
  54. public class ONSiteBaseListDTO
  55. {
  56. public string ServiceID { get; set; }
  57. //服務編號
  58. public string ServiceNo { get; set; }
  59. //服務名稱
  60. public string ServiceName { get; set; }
  61. //圖片
  62. public string PreviewFile { get; set; }
  63. public int? MinPrice { get; set; }
  64. //適用地區
  65. public string PlaceName { get; set; }
  66. //服務類別名稱
  67. public string ServiceCategoryName { get; set; }
  68. public string LangID { get; set; }
  69. public string CurrencyID { get; set; }
  70. public string CurrencyName { get; set; }
  71. }
  72. public class FQADTO
  73. {
  74. public string Question { get; set; }
  75. public string Answer { get; set; }
  76. }
  77. public class ServiceCategoryDTO
  78. {
  79. /// <summary>
  80. ///
  81. /// </summary>
  82. public string CategoryID { get; set; }
  83. /// <summary>
  84. ///
  85. /// </summary>
  86. public string CategoryName { get; set; }
  87. /// <summary>
  88. ///
  89. /// </summary>
  90. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  91. public List<ServiceCategoryDTO> SubCategoryList = new List<ServiceCategoryDTO>();
  92. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  93. public Dictionary<string, ServiceCategoryDTO> SubCategoryDic = new Dictionary<string, ServiceCategoryDTO>();
  94. }
  95. public class ServiceRegionDTO
  96. {
  97. /// <summary>
  98. ///
  99. /// </summary>
  100. public string RegionID { get; set; }
  101. /// <summary>
  102. ///
  103. /// </summary>
  104. public string RegionName { get; set; }
  105. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  106. public List<ServiceCountryDTO> CountryList = new List<ServiceCountryDTO>();
  107. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  108. public Dictionary<string, ServiceCountryDTO> CountryDic = new Dictionary<string, ServiceCountryDTO>();
  109. }
  110. public class ServiceCountryDTO
  111. {
  112. /// <summary>
  113. ///
  114. /// </summary>
  115. public string CountryID { get; set; }
  116. /// <summary>
  117. ///
  118. /// </summary>
  119. public string CountryName { get; set; }
  120. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  121. public List<CityDTO> CityList = new List<CityDTO>();
  122. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  123. public Dictionary<string, CityDTO> CityDic = new Dictionary<string, CityDTO>();
  124. }
  125. public class ONSiteItemDTO
  126. {
  127. /// <summary>
  128. ///
  129. /// </summary>
  130. public string Guid { get; set; }
  131. public string ItemType { get; set; }
  132. public string ItemName { get; set; }
  133. //文字説明(非堆高機,非卡車)
  134. public string CostRuleText { get; set; }
  135. public string ExpensesMemo { get; set; }
  136. public string EscortFreeCityID { get; set; }
  137. public DateTime? CreateDate { get; set; }
  138. //堆高機費用規則
  139. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  140. public List<ServiceCostRulesDTO> StackerCostRules = new List<ServiceCostRulesDTO>();
  141. //卡車費用規則
  142. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  143. public List<ServiceTruckCostRulesDTO> TruckCostRules = new List<ServiceTruckCostRulesDTO>();
  144. //卡車假日加班費
  145. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  146. public List<ServiceTruckOtherCostDTO> TruckHolidayPay = new List<ServiceTruckOtherCostDTO>();
  147. //卡車車型加價
  148. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  149. public List<ServiceTruckOtherCostDTO> TruckMarkupByModel = new List<ServiceTruckOtherCostDTO>();
  150. //卡車押車費用規則
  151. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  152. public List<ServiceTruckCostRulesDTO> TruckEscortCostRules = new List<ServiceTruckCostRulesDTO>();
  153. //非卡車,堆高機費用規則
  154. [JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
  155. public List<ONSiteOtherCostRulesDTO> OtherCostRules = new List<ONSiteOtherCostRulesDTO>();
  156. }
  157. //堆高機費用規則
  158. public class ServiceCostRulesDTO
  159. {
  160. public int Index { get; set; }
  161. public string Guid { get; set; }
  162. public string Weight_Min { get; set; }
  163. public string Weight_Max { get; set; }
  164. public int? Price { get; set; }
  165. public string PricingMode { get; set; }
  166. public string Memo { get; set; }
  167. public DateTime? CreateDate { get; set; }
  168. }
  169. //卡車費用規則
  170. public class ServiceTruckCostRulesDTO
  171. {
  172. public string TruckID { get; set; }
  173. public string CityID { get; set; }
  174. public int? Price { get; set; }
  175. }
  176. //卡車假日加班費 卡車車型加價
  177. public class ServiceTruckOtherCostDTO
  178. {
  179. public string TruckID { get; set; }
  180. public int? Price { get; set; }
  181. }
  182. //非卡車,堆高機費用規則
  183. public class ONSiteOtherCostRulesDTO
  184. {
  185. public string Guid { get; set; }
  186. public string PricingMode { get; set; }
  187. public int? Price { get; set; }
  188. public int? InterbankPrice { get; set; }
  189. public string Unit_Min { get; set; }
  190. }
  191. public class OrderQuestionDTO
  192. {
  193. public string ServiceID { get; set; }
  194. public int QuestionID { get; set; }
  195. //1:必填 0:非必填
  196. public string RequiredFlag { get; set; }
  197. public string LangID { get; set; }
  198. public string SurveyName { get; set; }
  199. public string AnswerType { get; set; }
  200. public string Answer { get; set; }
  201. }
  202. public class BookingOrderDTO
  203. {
  204. public string LangType { get; set; }
  205. public string ExhibitionID { get; set; }
  206. public string CurrencyID { get; set; }
  207. public string PayType { get; set; }
  208. public string ServiceID { get; set; }
  209. public string TotalPrice { get; set; }
  210. public List<string> BookingItem { get; set; }
  211. public List<string> OrderQuestion { get; set; }
  212. public string ServiceDateS { get; set; }
  213. public string ServiceDateE { get; set; }
  214. }
  215. }