TicketBlackCodeView.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. using OASystem.Domain.Entities.Resource;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace OASystem.Domain.ViewModels.Resource
  8. {
  9. public class TicketBlackCodeView:Air_TicketBlackCode
  10. {
  11. public string CreateName { get; set; }
  12. }
  13. public class OA2014_OfficialActivities
  14. {
  15. int id;
  16. public int Id
  17. {
  18. get { return id; }
  19. set { id = value; }
  20. }
  21. int diid;
  22. /// <summary>
  23. /// 团组ID
  24. /// </summary>
  25. public int Diid
  26. {
  27. get { return diid; }
  28. set { diid = value; }
  29. }
  30. int dovid;
  31. /// <summary>
  32. /// DeleOverView数据ID
  33. /// </summary>
  34. public int Dovid
  35. {
  36. get { return dovid; }
  37. set { dovid = value; }
  38. }
  39. int type;
  40. /// <summary>
  41. /// 0带公务 1不带公务 2纯公务
  42. /// 邀请方 1 公务方 0
  43. /// </summary>
  44. public int Type
  45. {
  46. get { return type; }
  47. set { type = value; }
  48. }
  49. string client;
  50. /// <summary>
  51. /// 公务单位
  52. /// </summary>
  53. public string Client
  54. {
  55. get { return client; }
  56. set { client = value; }
  57. }
  58. string date;
  59. /// <summary>
  60. /// 公务日期
  61. /// </summary>
  62. public string Date
  63. {
  64. get { return date; }
  65. set { date = value; }
  66. }
  67. string time;
  68. /// <summary>
  69. /// 精确时间
  70. /// </summary>
  71. public string Time
  72. {
  73. get { return time; }
  74. set { time = value; }
  75. }
  76. string address;
  77. /// <summary>
  78. /// 地址
  79. /// </summary>
  80. public string Address
  81. {
  82. get { return address; }
  83. set { address = value; }
  84. }
  85. string contact;
  86. /// <summary>
  87. /// 联系人
  88. /// </summary>
  89. public string Contact
  90. {
  91. get { return contact; }
  92. set { contact = value; }
  93. }
  94. string job;
  95. /// <summary>
  96. /// 联系人职务
  97. /// </summary>
  98. public string Job
  99. {
  100. get { return job; }
  101. set { job = value; }
  102. }
  103. string tel;
  104. /// <summary>
  105. /// 联系电话
  106. /// </summary>
  107. public string Tel
  108. {
  109. get { return tel; }
  110. set { tel = value; }
  111. }
  112. string form;
  113. /// <summary>
  114. /// 公务形式
  115. /// </summary>
  116. public string Form
  117. {
  118. get { return form; }
  119. set { form = value; }
  120. }
  121. string setting;
  122. /// <summary>
  123. /// 公务方背景
  124. /// </summary>
  125. public string Setting
  126. {
  127. get { return setting; }
  128. set { setting = value; }
  129. }
  130. string dresscode;
  131. /// <summary>
  132. /// 着装要求
  133. /// </summary>
  134. public string Dresscode
  135. {
  136. get { return dresscode; }
  137. set { dresscode = value; }
  138. }
  139. string attendees;
  140. /// <summary>
  141. /// 参会人员
  142. /// </summary>
  143. public string Attendees
  144. {
  145. get { return attendees; }
  146. set { attendees = value; }
  147. }
  148. string isNeedTrans;
  149. /// <summary>
  150. /// 是否需要翻译
  151. /// </summary>
  152. public string IsNeedTrans
  153. {
  154. get { return isNeedTrans; }
  155. set { isNeedTrans = value; }
  156. }
  157. string translators;
  158. /// <summary>
  159. /// 翻译人员
  160. /// </summary>
  161. public string Translators
  162. {
  163. get { return translators; }
  164. set { translators = value; }
  165. }
  166. string language;
  167. /// <summary>
  168. /// 翻译语种
  169. /// </summary>
  170. public string Language
  171. {
  172. get { return language; }
  173. set { language = value; }
  174. }
  175. string trip;
  176. /// <summary>
  177. /// 暂定行程
  178. /// </summary>
  179. public string Trip
  180. {
  181. get { return trip; }
  182. set { trip = value; }
  183. }
  184. int oper;
  185. /// <summary>
  186. /// 操作人员
  187. /// </summary>
  188. public int Oper
  189. {
  190. get { return oper; }
  191. set { oper = value; }
  192. }
  193. string opDate;
  194. /// <summary>
  195. /// 日期
  196. /// </summary>
  197. public string OpDate
  198. {
  199. get { return opDate; }
  200. set { opDate = value; }
  201. }
  202. int isdel;
  203. /// <summary>
  204. /// 删除标识
  205. /// </summary>
  206. public int Isdel
  207. {
  208. get { return isdel; }
  209. set { isdel = value; }
  210. }
  211. /// <summary>
  212. /// 是否报批
  213. /// </summary>
  214. public int IsSubmitApproval { get; set; }
  215. /// <summary>
  216. /// 是否付费
  217. /// </summary>
  218. public int IsPay { get; set; }
  219. }
  220. }