mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-14 07:24:50 +01:00
recv packet and protos
This commit is contained in:
229
BLHX.Server.Common/Proto/p30_pb.cs
Normal file
229
BLHX.Server.Common/Proto/p30_pb.cs
Normal file
@@ -0,0 +1,229 @@
|
||||
// <auto-generated>
|
||||
// This file was generated by a tool; you should avoid making direct changes.
|
||||
// Consider using 'partial classes' to extend these types
|
||||
// Input: p30_pb.proto
|
||||
// </auto-generated>
|
||||
|
||||
#region Designer generated code
|
||||
#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||
namespace BHXY.Server.Common.Proto.p30
|
||||
{
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"attachment")]
|
||||
public partial class Attachment : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
||||
public uint Type { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"number", IsRequired = true)]
|
||||
public uint Number { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"cs_30002")]
|
||||
public partial class Cs30002 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"type", IsRequired = true)]
|
||||
public uint Type { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"split_id")]
|
||||
public uint SplitId
|
||||
{
|
||||
get => __pbn__SplitId.GetValueOrDefault();
|
||||
set => __pbn__SplitId = value;
|
||||
}
|
||||
public bool ShouldSerializeSplitId() => __pbn__SplitId != null;
|
||||
public void ResetSplitId() => __pbn__SplitId = null;
|
||||
private uint? __pbn__SplitId;
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"cs_30004")]
|
||||
public partial class Cs30004 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id")]
|
||||
public global::System.Collections.Generic.List<uint> Ids { get; set; } = new global::System.Collections.Generic.List<uint>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"cs_30006")]
|
||||
public partial class Cs30006 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"cs_30008")]
|
||||
public partial class Cs30008 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"cs_30010")]
|
||||
public partial class Cs30010 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"flag", IsRequired = true)]
|
||||
public uint Flag { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"mail_detail")]
|
||||
public partial class MailDetail : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"content", IsRequired = true)]
|
||||
public string Content { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"attachment_list")]
|
||||
public global::System.Collections.Generic.List<Attachment> AttachmentLists { get; set; } = new global::System.Collections.Generic.List<Attachment>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"mail_sigle")]
|
||||
public partial class MailSigle : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id", IsRequired = true)]
|
||||
public uint Id { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(2, Name = @"date", IsRequired = true)]
|
||||
public uint Date { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"title", IsRequired = true)]
|
||||
public string Title { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(4, Name = @"attach_flag", IsRequired = true)]
|
||||
public uint AttachFlag { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(5, Name = @"read_flag", IsRequired = true)]
|
||||
public uint ReadFlag { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(6, Name = @"attachment_list")]
|
||||
public global::System.Collections.Generic.List<Attachment> AttachmentLists { get; set; } = new global::System.Collections.Generic.List<Attachment>();
|
||||
|
||||
[global::ProtoBuf.ProtoMember(7, Name = @"imp_flag", IsRequired = true)]
|
||||
public uint ImpFlag { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30001")]
|
||||
public partial class Sc30001 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"unread_number", IsRequired = true)]
|
||||
public uint UnreadNumber { get; set; }
|
||||
|
||||
[global::ProtoBuf.ProtoMember(3, Name = @"total_number", IsRequired = true)]
|
||||
public uint TotalNumber { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30003")]
|
||||
public partial class Sc30003 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"mail_list")]
|
||||
public global::System.Collections.Generic.List<MailSigle> MailLists { get; set; } = new global::System.Collections.Generic.List<MailSigle>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30005")]
|
||||
public partial class Sc30005 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"attachment_list")]
|
||||
public global::System.Collections.Generic.List<Attachment> AttachmentLists { get; set; } = new global::System.Collections.Generic.List<Attachment>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30007")]
|
||||
public partial class Sc30007 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"id_list")]
|
||||
public global::System.Collections.Generic.List<uint> IdLists { get; set; } = new global::System.Collections.Generic.List<uint>();
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30009")]
|
||||
public partial class Sc30009 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"detail_info", IsRequired = true)]
|
||||
public MailDetail DetailInfo { get; set; }
|
||||
|
||||
}
|
||||
|
||||
[global::ProtoBuf.ProtoContract(Name = @"sc_30011")]
|
||||
public partial class Sc30011 : global::ProtoBuf.IExtensible
|
||||
{
|
||||
private global::ProtoBuf.IExtension __pbn__extensionData;
|
||||
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
|
||||
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
|
||||
|
||||
[global::ProtoBuf.ProtoMember(1, Name = @"result", IsRequired = true)]
|
||||
public uint Result { get; set; }
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192
|
||||
#endregion
|
||||
Reference in New Issue
Block a user