123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 卢松洁
- // * 创建时间= 2015-08-27
- // * 用途= 寄卖行
- // ***************************************************************************
- // Generated from: consignmentLineHandler.proto
- // Note: requires additional types generated from: common.proto
- // Note: requires additional types generated from: item.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 寄卖物品
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AddConsignmentRequest")]
- public partial class AddConsignmentRequest : global::ProtoBuf.IExtensible
- {
- public AddConsignmentRequest() {}
-
-
- private int _c2s_index;
- /// <summary>
- /// 背包中的格子序号
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_index", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_index
- {
- get { return _c2s_index; }
- set { _c2s_index = value; }
- }
-
- private int _c2s_number;
- /// <summary>
- /// 数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_number", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_number
- {
- get { return _c2s_number; }
- set { _c2s_number = value; }
- }
-
- private int _c2s_price;
- /// <summary>
- /// 寄卖总价格(钻石)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_price
- {
- get { return _c2s_price; }
- set { _c2s_price = value; }
- }
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
-
- private int _c2s_isAnonymous;
- /// <summary>
- /// 是否匿名寄卖 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"c2s_isAnonymous", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_isAnonymous
- {
- get { return _c2s_isAnonymous; }
- set { _c2s_isAnonymous = value; }
- }
-
- private string _c2s_id = "";
- /// <summary>
- /// 寄卖的物品ID(重新上架使用)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string c2s_id
- {
- get { return _c2s_id; }
- set { _c2s_id = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AddConsignmentResponse")]
- public partial class AddConsignmentResponse : global::ProtoBuf.IExtensible
- {
- public AddConsignmentResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 下架寄卖物品
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RemoveConsignmentRequest")]
- public partial class RemoveConsignmentRequest : global::ProtoBuf.IExtensible
- {
- public RemoveConsignmentRequest() {}
-
-
- private string _c2s_id;
- /// <summary>
- /// 物品id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_id
- {
- get { return _c2s_id; }
- set { _c2s_id = value; }
- }
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RemoveConsignmentResponse")]
- public partial class RemoveConsignmentResponse : global::ProtoBuf.IExtensible
- {
- public RemoveConsignmentResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 购买寄卖物品
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyConsignmentRequest")]
- public partial class BuyConsignmentRequest : global::ProtoBuf.IExtensible
- {
- public BuyConsignmentRequest() {}
-
-
- private string _c2s_id;
- /// <summary>
- /// 物品id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_id
- {
- get { return _c2s_id; }
- set { _c2s_id = value; }
- }
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
-
- private int _c2s_num = default(int);
- /// <summary>
- /// 物品购买数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"c2s_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int c2s_num
- {
- get { return _c2s_num; }
- set { _c2s_num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuyConsignmentResponse")]
- public partial class BuyConsignmentResponse : global::ProtoBuf.IExtensible
- {
- public BuyConsignmentResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 寄卖列表
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentListRequest")]
- public partial class ConsignmentListRequest : global::ProtoBuf.IExtensible
- {
- public ConsignmentListRequest() {}
-
-
- private int _c2s_pro;
- /// <summary>
- /// 职业枚举(1-苍刃 3-剑仙 5-道灵)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_pro
- {
- get { return _c2s_pro; }
- set { _c2s_pro = value; }
- }
-
- private int _c2s_qcolor;
- /// <summary>
- /// 品质枚举(0-白 1-蓝 2-紫 3-橙 4-红)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_qcolor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_qcolor
- {
- get { return _c2s_qcolor; }
- set { _c2s_qcolor = value; }
- }
-
- private int _c2s_order;
- /// <summary>
- /// 排序枚举
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"c2s_order", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_order
- {
- get { return _c2s_order; }
- set { _c2s_order = value; }
- }
-
- private int _c2s_itemSecondType;
- /// <summary>
- /// 物品2级类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_itemSecondType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_itemSecondType
- {
- get { return _c2s_itemSecondType; }
- set { _c2s_itemSecondType = value; }
- }
-
- private int _c2s_page;
- /// <summary>
- /// 当前页数 1 开始
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"c2s_page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_page
- {
- get { return _c2s_page; }
- set { _c2s_page = value; }
- }
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
-
- private string _c2s_itemType;
- /// <summary>
- /// 物品1级类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"c2s_itemType", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_itemType
- {
- get { return _c2s_itemType; }
- set { _c2s_itemType = value; }
- }
-
- private int _c2s_level;
- /// <summary>
- /// 物品等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"c2s_level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_level
- {
- get { return _c2s_level; }
- set { _c2s_level = value; }
- }
-
- private string _c2s_condition = "";
- /// <summary>
- /// 文本框条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"c2s_condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string c2s_condition
- {
- get { return _c2s_condition; }
- set { _c2s_condition = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentListResponse")]
- public partial class ConsignmentListResponse : global::ProtoBuf.IExtensible
- {
- public ConsignmentListResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private int _s2c_totalPage = default(int);
- /// <summary>
- /// 总页数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_totalPage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_totalPage
- {
- get { return _s2c_totalPage; }
- set { _s2c_totalPage = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
- [global::ProtoBuf.ProtoMember(4, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
- {
- get { return _s2c_data; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 我的寄卖
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MyConsignmentRequest")]
- public partial class MyConsignmentRequest : global::ProtoBuf.IExtensible
- {
- public MyConsignmentRequest() {}
-
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"MyConsignmentResponse")]
- public partial class MyConsignmentResponse : global::ProtoBuf.IExtensible
- {
- public MyConsignmentResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
- {
- get { return _s2c_data; }
- }
-
-
- private int _s2c_can_sell_num = default(int);
- /// <summary>
- /// 可以寄卖的数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_can_sell_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_can_sell_num
- {
- get { return _s2c_can_sell_num; }
- set { _s2c_can_sell_num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 搜索
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SearchConsignmentRequest")]
- public partial class SearchConsignmentRequest : global::ProtoBuf.IExtensible
- {
- public SearchConsignmentRequest() {}
-
-
- private string _c2s_condition;
- /// <summary>
- /// 搜索条件
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_condition", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string c2s_condition
- {
- get { return _c2s_condition; }
- set { _c2s_condition = value; }
- }
-
- private int _c2s_global;
- /// <summary>
- /// 是否全区寄卖行 1 是 0 不是
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_global", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int c2s_global
- {
- get { return _c2s_global; }
- set { _c2s_global = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"SearchConsignmentResponse")]
- public partial class SearchConsignmentResponse : global::ProtoBuf.IExtensible
- {
- public SearchConsignmentResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> _s2c_data = new global::System.Collections.Generic.List<pomelo.item.ConsignmentItem>();
- /// <summary>
- /// 最大100条数据
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.ConsignmentItem> s2c_data
- {
- get { return _s2c_data; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 宣传
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PublicItemRequest")]
- public partial class PublicItemRequest : global::ProtoBuf.IExtensible
- {
- public PublicItemRequest() {}
-
-
- private string _id;
- /// <summary>
- /// 宣传的物品寄卖ID
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"PublicItemResponse")]
- public partial class PublicItemResponse : global::ProtoBuf.IExtensible
- {
- public PublicItemResponse() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_msg = "";
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string s2c_msg
- {
- get { return _s2c_msg; }
- set { _s2c_msg = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ConsignmentRemovePush")]
- public partial class ConsignmentRemovePush : global::ProtoBuf.IExtensible
- {
- public ConsignmentRemovePush() {}
-
-
- private int _s2c_code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_code
- {
- get { return _s2c_code; }
- set { _s2c_code = value; }
- }
-
- private string _s2c_id;
- /// <summary>
- /// 道具唯一id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string s2c_id
- {
- get { return _s2c_id; }
- set { _s2c_id = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|