_consignmentLineHandler.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. //
  5. // Changes to this file may cause incorrect behavior and will be lost if
  6. // the code is regenerated.
  7. // </auto-generated>
  8. //------------------------------------------------------------------------------
  9. // ***************************************************************************
  10. // * 作者= 卢松洁
  11. // * 创建时间= 2015-08-27
  12. // * 用途= 寄卖行
  13. // ***************************************************************************
  14. // Generated from: consignmentLineHandler.proto
  15. // Note: requires additional types generated from: common.proto
  16. // Note: requires additional types generated from: item.proto
  17. namespace pomelo.area
  18. {
  19. //---------------------------------------------------------------------------------------
  20. /// <summary>
  21. /// 寄卖物品
  22. /// </summary>
  23. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AddConsignmentRequest")]
  24. public partial class AddConsignmentRequest : global::ProtoBuf.IExtensible
  25. {
  26. public AddConsignmentRequest() {}
  27. private int _c2s_index;
  28. /// <summary>
  29. /// 背包中的格子序号
  30. /// </summary>
  31. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  32. public int c2s_index
  33. {
  34. get { return _c2s_index; }
  35. set { _c2s_index = value; }
  36. }
  37. private int _c2s_number;
  38. /// <summary>
  39. /// 数量
  40. /// </summary>
  41. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_number", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  42. public int c2s_number
  43. {
  44. get { return _c2s_number; }
  45. set { _c2s_number = value; }
  46. }
  47. private int _c2s_price;
  48. /// <summary>
  49. /// 寄卖总价格(钻石)
  50. /// </summary>
  51. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  52. public int c2s_price
  53. {
  54. get { return _c2s_price; }
  55. set { _c2s_price = value; }
  56. }
  57. private int _c2s_global;
  58. /// <summary>
  59. /// 是否全区寄卖行 1 是 0 不是
  60. /// </summary>
  61. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  62. public int c2s_global
  63. {
  64. get { return _c2s_global; }
  65. set { _c2s_global = value; }
  66. }
  67. private int _c2s_isAnonymous;
  68. /// <summary>
  69. /// 是否匿名寄卖 1 是 0 不是
  70. /// </summary>
  71. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"c2s_isAnonymous", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  72. public int c2s_isAnonymous
  73. {
  74. get { return _c2s_isAnonymous; }
  75. set { _c2s_isAnonymous = value; }
  76. }
  77. private string _c2s_id = "";
  78. /// <summary>
  79. /// 寄卖的物品ID(重新上架使用)
  80. /// </summary>
  81. [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  82. [global::System.ComponentModel.DefaultValue("")]
  83. public string c2s_id
  84. {
  85. get { return _c2s_id; }
  86. set { _c2s_id = value; }
  87. }
  88. private global::ProtoBuf.IExtension extensionObject;
  89. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  90. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  91. }
  92. //---------------------------------------------------------------------------------------
  93. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AddConsignmentResponse")]
  94. public partial class AddConsignmentResponse : global::ProtoBuf.IExtensible
  95. {
  96. public AddConsignmentResponse() {}
  97. private int _s2c_code;
  98. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  99. public int s2c_code
  100. {
  101. get { return _s2c_code; }
  102. set { _s2c_code = value; }
  103. }
  104. private string _s2c_msg = "";
  105. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  106. [global::System.ComponentModel.DefaultValue("")]
  107. public string s2c_msg
  108. {
  109. get { return _s2c_msg; }
  110. set { _s2c_msg = value; }
  111. }
  112. private global::ProtoBuf.IExtension extensionObject;
  113. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  114. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  115. }
  116. //---------------------------------------------------------------------------------------
  117. /// <summary>
  118. /// 下架寄卖物品
  119. /// </summary>
  120. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RemoveConsignmentRequest")]
  121. public partial class RemoveConsignmentRequest : global::ProtoBuf.IExtensible
  122. {
  123. public RemoveConsignmentRequest() {}
  124. private string _c2s_id;
  125. /// <summary>
  126. /// 物品id
  127. /// </summary>
  128. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  129. public string c2s_id
  130. {
  131. get { return _c2s_id; }
  132. set { _c2s_id = value; }
  133. }
  134. private int _c2s_global;
  135. /// <summary>
  136. /// 是否全区寄卖行 1 是 0 不是
  137. /// </summary>
  138. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  139. public int c2s_global
  140. {
  141. get { return _c2s_global; }
  142. set { _c2s_global = value; }
  143. }
  144. private global::ProtoBuf.IExtension extensionObject;
  145. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  146. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  147. }
  148. //---------------------------------------------------------------------------------------
  149. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RemoveConsignmentResponse")]
  150. public partial class RemoveConsignmentResponse : global::ProtoBuf.IExtensible
  151. {
  152. public RemoveConsignmentResponse() {}
  153. private int _s2c_code;
  154. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  155. public int s2c_code
  156. {
  157. get { return _s2c_code; }
  158. set { _s2c_code = value; }
  159. }
  160. private string _s2c_msg = "";
  161. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  162. [global::System.ComponentModel.DefaultValue("")]
  163. public string s2c_msg
  164. {
  165. get { return _s2c_msg; }
  166. set { _s2c_msg = value; }
  167. }
  168. private global::ProtoBuf.IExtension extensionObject;
  169. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  170. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  171. }
  172. //---------------------------------------------------------------------------------------
  173. /// <summary>
  174. /// 购买寄卖物品
  175. /// </summary>
  176. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyConsignmentRequest")]
  177. public partial class BuyConsignmentRequest : global::ProtoBuf.IExtensible
  178. {
  179. public BuyConsignmentRequest() {}
  180. private string _c2s_id;
  181. /// <summary>
  182. /// 物品id
  183. /// </summary>
  184. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  185. public string c2s_id
  186. {
  187. get { return _c2s_id; }
  188. set { _c2s_id = value; }
  189. }
  190. private int _c2s_global;
  191. /// <summary>
  192. /// 是否全区寄卖行 1 是 0 不是
  193. /// </summary>
  194. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  195. public int c2s_global
  196. {
  197. get { return _c2s_global; }
  198. set { _c2s_global = value; }
  199. }
  200. private int _c2s_num = default(int);
  201. /// <summary>
  202. /// 物品购买数量
  203. /// </summary>
  204. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  205. [global::System.ComponentModel.DefaultValue(default(int))]
  206. public int c2s_num
  207. {
  208. get { return _c2s_num; }
  209. set { _c2s_num = value; }
  210. }
  211. private global::ProtoBuf.IExtension extensionObject;
  212. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  213. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  214. }
  215. //---------------------------------------------------------------------------------------
  216. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyConsignmentResponse")]
  217. public partial class BuyConsignmentResponse : global::ProtoBuf.IExtensible
  218. {
  219. public BuyConsignmentResponse() {}
  220. private int _s2c_code;
  221. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  222. public int s2c_code
  223. {
  224. get { return _s2c_code; }
  225. set { _s2c_code = value; }
  226. }
  227. private string _s2c_msg = "";
  228. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  229. [global::System.ComponentModel.DefaultValue("")]
  230. public string s2c_msg
  231. {
  232. get { return _s2c_msg; }
  233. set { _s2c_msg = value; }
  234. }
  235. private global::ProtoBuf.IExtension extensionObject;
  236. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  237. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  238. }
  239. //---------------------------------------------------------------------------------------
  240. /// <summary>
  241. /// 寄卖列表
  242. /// </summary>
  243. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentListRequest")]
  244. public partial class ConsignmentListRequest : global::ProtoBuf.IExtensible
  245. {
  246. public ConsignmentListRequest() {}
  247. private int _c2s_pro;
  248. /// <summary>
  249. /// 职业枚举(1-苍刃 3-剑仙 5-道灵)
  250. /// </summary>
  251. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  252. public int c2s_pro
  253. {
  254. get { return _c2s_pro; }
  255. set { _c2s_pro = value; }
  256. }
  257. private int _c2s_qcolor;
  258. /// <summary>
  259. /// 品质枚举(0-白 1-蓝 2-紫 3-橙 4-红)
  260. /// </summary>
  261. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_qcolor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  262. public int c2s_qcolor
  263. {
  264. get { return _c2s_qcolor; }
  265. set { _c2s_qcolor = value; }
  266. }
  267. private int _c2s_order;
  268. /// <summary>
  269. /// 排序枚举
  270. /// </summary>
  271. [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_order", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  272. public int c2s_order
  273. {
  274. get { return _c2s_order; }
  275. set { _c2s_order = value; }
  276. }
  277. private int _c2s_itemSecondType;
  278. /// <summary>
  279. /// 物品2级类型
  280. /// </summary>
  281. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_itemSecondType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  282. public int c2s_itemSecondType
  283. {
  284. get { return _c2s_itemSecondType; }
  285. set { _c2s_itemSecondType = value; }
  286. }
  287. private int _c2s_page;
  288. /// <summary>
  289. /// 当前页数 1 开始
  290. /// </summary>
  291. [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"c2s_page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  292. public int c2s_page
  293. {
  294. get { return _c2s_page; }
  295. set { _c2s_page = value; }
  296. }
  297. private int _c2s_global;
  298. /// <summary>
  299. /// 是否全区寄卖行 1 是 0 不是
  300. /// </summary>
  301. [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  302. public int c2s_global
  303. {
  304. get { return _c2s_global; }
  305. set { _c2s_global = value; }
  306. }
  307. private string _c2s_itemType;
  308. /// <summary>
  309. /// 物品1级类型
  310. /// </summary>
  311. [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"c2s_itemType", DataFormat = global::ProtoBuf.DataFormat.Default)]
  312. public string c2s_itemType
  313. {
  314. get { return _c2s_itemType; }
  315. set { _c2s_itemType = value; }
  316. }
  317. private int _c2s_level;
  318. /// <summary>
  319. /// 物品等级
  320. /// </summary>
  321. [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"c2s_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  322. public int c2s_level
  323. {
  324. get { return _c2s_level; }
  325. set { _c2s_level = value; }
  326. }
  327. private string _c2s_condition = "";
  328. /// <summary>
  329. /// 文本框条件
  330. /// </summary>
  331. [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"c2s_condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
  332. [global::System.ComponentModel.DefaultValue("")]
  333. public string c2s_condition
  334. {
  335. get { return _c2s_condition; }
  336. set { _c2s_condition = value; }
  337. }
  338. private global::ProtoBuf.IExtension extensionObject;
  339. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  340. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  341. }
  342. //---------------------------------------------------------------------------------------
  343. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentListResponse")]
  344. public partial class ConsignmentListResponse : global::ProtoBuf.IExtensible
  345. {
  346. public ConsignmentListResponse() {}
  347. private int _s2c_code;
  348. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  349. public int s2c_code
  350. {
  351. get { return _s2c_code; }
  352. set { _s2c_code = value; }
  353. }
  354. private string _s2c_msg = "";
  355. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  356. [global::System.ComponentModel.DefaultValue("")]
  357. public string s2c_msg
  358. {
  359. get { return _s2c_msg; }
  360. set { _s2c_msg = value; }
  361. }
  362. private int _s2c_totalPage = default(int);
  363. /// <summary>
  364. /// 总页数
  365. /// </summary>
  366. [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_totalPage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  367. [global::System.ComponentModel.DefaultValue(default(int))]
  368. public int s2c_totalPage
  369. {
  370. get { return _s2c_totalPage; }
  371. set { _s2c_totalPage = value; }
  372. }
  373. private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
  374. [global::ProtoBuf.ProtoMember(4, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  375. public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
  376. {
  377. get { return _s2c_data; }
  378. }
  379. private global::ProtoBuf.IExtension extensionObject;
  380. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  381. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  382. }
  383. //---------------------------------------------------------------------------------------
  384. /// <summary>
  385. /// 我的寄卖
  386. /// </summary>
  387. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MyConsignmentRequest")]
  388. public partial class MyConsignmentRequest : global::ProtoBuf.IExtensible
  389. {
  390. public MyConsignmentRequest() {}
  391. private int _c2s_global;
  392. /// <summary>
  393. /// 是否全区寄卖行 1 是 0 不是
  394. /// </summary>
  395. [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  396. public int c2s_global
  397. {
  398. get { return _c2s_global; }
  399. set { _c2s_global = value; }
  400. }
  401. private global::ProtoBuf.IExtension extensionObject;
  402. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  403. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  404. }
  405. //---------------------------------------------------------------------------------------
  406. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MyConsignmentResponse")]
  407. public partial class MyConsignmentResponse : global::ProtoBuf.IExtensible
  408. {
  409. public MyConsignmentResponse() {}
  410. private int _s2c_code;
  411. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  412. public int s2c_code
  413. {
  414. get { return _s2c_code; }
  415. set { _s2c_code = value; }
  416. }
  417. private string _s2c_msg = "";
  418. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  419. [global::System.ComponentModel.DefaultValue("")]
  420. public string s2c_msg
  421. {
  422. get { return _s2c_msg; }
  423. set { _s2c_msg = value; }
  424. }
  425. private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
  426. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  427. public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
  428. {
  429. get { return _s2c_data; }
  430. }
  431. private int _s2c_can_sell_num = default(int);
  432. /// <summary>
  433. /// 可以寄卖的数量
  434. /// </summary>
  435. [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_can_sell_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  436. [global::System.ComponentModel.DefaultValue(default(int))]
  437. public int s2c_can_sell_num
  438. {
  439. get { return _s2c_can_sell_num; }
  440. set { _s2c_can_sell_num = value; }
  441. }
  442. private global::ProtoBuf.IExtension extensionObject;
  443. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  444. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  445. }
  446. //---------------------------------------------------------------------------------------
  447. /// <summary>
  448. /// 搜索
  449. /// </summary>
  450. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SearchConsignmentRequest")]
  451. public partial class SearchConsignmentRequest : global::ProtoBuf.IExtensible
  452. {
  453. public SearchConsignmentRequest() {}
  454. private string _c2s_condition;
  455. /// <summary>
  456. /// 搜索条件
  457. /// </summary>
  458. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
  459. public string c2s_condition
  460. {
  461. get { return _c2s_condition; }
  462. set { _c2s_condition = value; }
  463. }
  464. private int _c2s_global;
  465. /// <summary>
  466. /// 是否全区寄卖行 1 是 0 不是
  467. /// </summary>
  468. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  469. public int c2s_global
  470. {
  471. get { return _c2s_global; }
  472. set { _c2s_global = value; }
  473. }
  474. private global::ProtoBuf.IExtension extensionObject;
  475. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  476. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  477. }
  478. //---------------------------------------------------------------------------------------
  479. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SearchConsignmentResponse")]
  480. public partial class SearchConsignmentResponse : global::ProtoBuf.IExtensible
  481. {
  482. public SearchConsignmentResponse() {}
  483. private int _s2c_code;
  484. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  485. public int s2c_code
  486. {
  487. get { return _s2c_code; }
  488. set { _s2c_code = value; }
  489. }
  490. private string _s2c_msg = "";
  491. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  492. [global::System.ComponentModel.DefaultValue("")]
  493. public string s2c_msg
  494. {
  495. get { return _s2c_msg; }
  496. set { _s2c_msg = value; }
  497. }
  498. private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
  499. /// <summary>
  500. /// 最大100条数据
  501. /// </summary>
  502. [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
  503. public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
  504. {
  505. get { return _s2c_data; }
  506. }
  507. private global::ProtoBuf.IExtension extensionObject;
  508. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  509. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  510. }
  511. //---------------------------------------------------------------------------------------
  512. /// <summary>
  513. /// 宣传
  514. /// </summary>
  515. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PublicItemRequest")]
  516. public partial class PublicItemRequest : global::ProtoBuf.IExtensible
  517. {
  518. public PublicItemRequest() {}
  519. private string _id;
  520. /// <summary>
  521. /// 宣传的物品寄卖ID
  522. /// </summary>
  523. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  524. public string id
  525. {
  526. get { return _id; }
  527. set { _id = value; }
  528. }
  529. private global::ProtoBuf.IExtension extensionObject;
  530. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  531. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  532. }
  533. //---------------------------------------------------------------------------------------
  534. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PublicItemResponse")]
  535. public partial class PublicItemResponse : global::ProtoBuf.IExtensible
  536. {
  537. public PublicItemResponse() {}
  538. private int _s2c_code;
  539. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  540. public int s2c_code
  541. {
  542. get { return _s2c_code; }
  543. set { _s2c_code = value; }
  544. }
  545. private string _s2c_msg = "";
  546. [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
  547. [global::System.ComponentModel.DefaultValue("")]
  548. public string s2c_msg
  549. {
  550. get { return _s2c_msg; }
  551. set { _s2c_msg = value; }
  552. }
  553. private global::ProtoBuf.IExtension extensionObject;
  554. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  555. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  556. }
  557. //---------------------------------------------------------------------------------------
  558. [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentRemovePush")]
  559. public partial class ConsignmentRemovePush : global::ProtoBuf.IExtensible
  560. {
  561. public ConsignmentRemovePush() {}
  562. private int _s2c_code;
  563. [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
  564. public int s2c_code
  565. {
  566. get { return _s2c_code; }
  567. set { _s2c_code = value; }
  568. }
  569. private string _s2c_id;
  570. /// <summary>
  571. /// 道具唯一id
  572. /// </summary>
  573. [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
  574. public string s2c_id
  575. {
  576. get { return _s2c_id; }
  577. set { _s2c_id = value; }
  578. }
  579. private global::ProtoBuf.IExtension extensionObject;
  580. global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
  581. { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
  582. }
  583. }