123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // source: system.proto
- // package声明符,用来防止不同的消息类型有命名冲突
- package v1
- import (
- fmt "fmt"
- proto "github.com/golang/protobuf/proto"
- math "math"
- )
- // Reference imports to suppress errors if they are not otherwise used.
- var _ = proto.Marshal
- var _ = fmt.Errorf
- var _ = math.Inf
- // This is a compile-time assertion to ensure that this generated file
- // is compatible with the proto package it is being compiled against.
- // A compilation error at this line likely means your copy of the
- // proto package needs to be updated.
- const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
- type GardenIdInfo struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- GardenName string `protobuf:"bytes,2,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdInfo) Reset() { *m = GardenIdInfo{} }
- func (m *GardenIdInfo) String() string { return proto.CompactTextString(m) }
- func (*GardenIdInfo) ProtoMessage() {}
- func (*GardenIdInfo) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{0}
- }
- func (m *GardenIdInfo) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdInfo.Unmarshal(m, b)
- }
- func (m *GardenIdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdInfo.Marshal(b, m, deterministic)
- }
- func (m *GardenIdInfo) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdInfo.Merge(m, src)
- }
- func (m *GardenIdInfo) XXX_Size() int {
- return xxx_messageInfo_GardenIdInfo.Size(m)
- }
- func (m *GardenIdInfo) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdInfo.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdInfo proto.InternalMessageInfo
- func (m *GardenIdInfo) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *GardenIdInfo) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- type GardenIdsRequest struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdsRequest) Reset() { *m = GardenIdsRequest{} }
- func (m *GardenIdsRequest) String() string { return proto.CompactTextString(m) }
- func (*GardenIdsRequest) ProtoMessage() {}
- func (*GardenIdsRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{1}
- }
- func (m *GardenIdsRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdsRequest.Unmarshal(m, b)
- }
- func (m *GardenIdsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdsRequest.Marshal(b, m, deterministic)
- }
- func (m *GardenIdsRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdsRequest.Merge(m, src)
- }
- func (m *GardenIdsRequest) XXX_Size() int {
- return xxx_messageInfo_GardenIdsRequest.Size(m)
- }
- func (m *GardenIdsRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdsRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdsRequest proto.InternalMessageInfo
- type GardenIdsReply struct {
- GardenIds []*GardenIdInfo `protobuf:"bytes,1,rep,name=garden_ids,json=gardenIds,proto3" json:"garden_ids"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *GardenIdsReply) Reset() { *m = GardenIdsReply{} }
- func (m *GardenIdsReply) String() string { return proto.CompactTextString(m) }
- func (*GardenIdsReply) ProtoMessage() {}
- func (*GardenIdsReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{2}
- }
- func (m *GardenIdsReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_GardenIdsReply.Unmarshal(m, b)
- }
- func (m *GardenIdsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_GardenIdsReply.Marshal(b, m, deterministic)
- }
- func (m *GardenIdsReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_GardenIdsReply.Merge(m, src)
- }
- func (m *GardenIdsReply) XXX_Size() int {
- return xxx_messageInfo_GardenIdsReply.Size(m)
- }
- func (m *GardenIdsReply) XXX_DiscardUnknown() {
- xxx_messageInfo_GardenIdsReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_GardenIdsReply proto.InternalMessageInfo
- func (m *GardenIdsReply) GetGardenIds() []*GardenIdInfo {
- if m != nil {
- return m.GardenIds
- }
- return nil
- }
- // 短信套餐相关
- type MsgPackageOrderListRequest struct {
- GardenId int64 `protobuf:"varint,1,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Management bool `protobuf:"varint,2,opt,name=management,proto3" json:"management"`
- Page int64 `protobuf:"varint,3,opt,name=page,proto3" json:"page"`
- PageSize int64 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
- Available bool `protobuf:"varint,5,opt,name=available,proto3" json:"available"`
- Status int64 `protobuf:"varint,6,opt,name=status,proto3" json:"status"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *MsgPackageOrderListRequest) Reset() { *m = MsgPackageOrderListRequest{} }
- func (m *MsgPackageOrderListRequest) String() string { return proto.CompactTextString(m) }
- func (*MsgPackageOrderListRequest) ProtoMessage() {}
- func (*MsgPackageOrderListRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{3}
- }
- func (m *MsgPackageOrderListRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_MsgPackageOrderListRequest.Unmarshal(m, b)
- }
- func (m *MsgPackageOrderListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_MsgPackageOrderListRequest.Marshal(b, m, deterministic)
- }
- func (m *MsgPackageOrderListRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_MsgPackageOrderListRequest.Merge(m, src)
- }
- func (m *MsgPackageOrderListRequest) XXX_Size() int {
- return xxx_messageInfo_MsgPackageOrderListRequest.Size(m)
- }
- func (m *MsgPackageOrderListRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_MsgPackageOrderListRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_MsgPackageOrderListRequest proto.InternalMessageInfo
- func (m *MsgPackageOrderListRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *MsgPackageOrderListRequest) GetManagement() bool {
- if m != nil {
- return m.Management
- }
- return false
- }
- func (m *MsgPackageOrderListRequest) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *MsgPackageOrderListRequest) GetPageSize() int64 {
- if m != nil {
- return m.PageSize
- }
- return 0
- }
- func (m *MsgPackageOrderListRequest) GetAvailable() bool {
- if m != nil {
- return m.Available
- }
- return false
- }
- func (m *MsgPackageOrderListRequest) GetStatus() int64 {
- if m != nil {
- return m.Status
- }
- return 0
- }
- type MsgPackageOrderItem struct {
- OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"`
- Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"`
- Comment string `protobuf:"bytes,3,opt,name=comment,proto3" json:"comment"`
- // 套餐短信条数
- MsgCount int64 `protobuf:"varint,4,opt,name=msg_count,json=msgCount,proto3" json:"msg_count"`
- // 订单套餐短信总条数
- MsgTotalCount int64 `protobuf:"varint,5,opt,name=msg_total_count,json=msgTotalCount,proto3" json:"msg_total_count"`
- // 订单套餐短信剩余条数
- MsgAvailableCount int64 `protobuf:"varint,6,opt,name=msg_available_count,json=msgAvailableCount,proto3" json:"msg_available_count"`
- PackageId int64 `protobuf:"varint,7,opt,name=package_id,json=packageId,proto3" json:"package_id"`
- // 订单包含的套餐个数
- PackageCount int64 `protobuf:"varint,8,opt,name=package_count,json=packageCount,proto3" json:"package_count"`
- CreatedAt int64 `protobuf:"varint,9,opt,name=created_at,json=createdAt,proto3" json:"created_at"`
- // 套餐单价
- Price int64 `protobuf:"varint,10,opt,name=price,proto3" json:"price"`
- // 订单总价
- Amount int64 `protobuf:"varint,11,opt,name=amount,proto3" json:"amount"`
- // 1 待审核 2 通过 3 未通过
- Status int32 `protobuf:"varint,12,opt,name=status,proto3" json:"status"`
- GardenName string `protobuf:"bytes,13,opt,name=garden_name,json=gardenName,proto3" json:"garden_name"`
- GardenId int64 `protobuf:"varint,14,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Feedback string `protobuf:"bytes,15,opt,name=feedback,proto3" json:"feedback"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *MsgPackageOrderItem) Reset() { *m = MsgPackageOrderItem{} }
- func (m *MsgPackageOrderItem) String() string { return proto.CompactTextString(m) }
- func (*MsgPackageOrderItem) ProtoMessage() {}
- func (*MsgPackageOrderItem) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{4}
- }
- func (m *MsgPackageOrderItem) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_MsgPackageOrderItem.Unmarshal(m, b)
- }
- func (m *MsgPackageOrderItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_MsgPackageOrderItem.Marshal(b, m, deterministic)
- }
- func (m *MsgPackageOrderItem) XXX_Merge(src proto.Message) {
- xxx_messageInfo_MsgPackageOrderItem.Merge(m, src)
- }
- func (m *MsgPackageOrderItem) XXX_Size() int {
- return xxx_messageInfo_MsgPackageOrderItem.Size(m)
- }
- func (m *MsgPackageOrderItem) XXX_DiscardUnknown() {
- xxx_messageInfo_MsgPackageOrderItem.DiscardUnknown(m)
- }
- var xxx_messageInfo_MsgPackageOrderItem proto.InternalMessageInfo
- func (m *MsgPackageOrderItem) GetOrderId() int64 {
- if m != nil {
- return m.OrderId
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetName() string {
- if m != nil {
- return m.Name
- }
- return ""
- }
- func (m *MsgPackageOrderItem) GetComment() string {
- if m != nil {
- return m.Comment
- }
- return ""
- }
- func (m *MsgPackageOrderItem) GetMsgCount() int64 {
- if m != nil {
- return m.MsgCount
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetMsgTotalCount() int64 {
- if m != nil {
- return m.MsgTotalCount
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetMsgAvailableCount() int64 {
- if m != nil {
- return m.MsgAvailableCount
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetPackageId() int64 {
- if m != nil {
- return m.PackageId
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetPackageCount() int64 {
- if m != nil {
- return m.PackageCount
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetCreatedAt() int64 {
- if m != nil {
- return m.CreatedAt
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetPrice() int64 {
- if m != nil {
- return m.Price
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetAmount() int64 {
- if m != nil {
- return m.Amount
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetStatus() int32 {
- if m != nil {
- return m.Status
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetGardenName() string {
- if m != nil {
- return m.GardenName
- }
- return ""
- }
- func (m *MsgPackageOrderItem) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *MsgPackageOrderItem) GetFeedback() string {
- if m != nil {
- return m.Feedback
- }
- return ""
- }
- type MsgPackageOrderListReply struct {
- Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
- Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"`
- List []*MsgPackageOrderItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *MsgPackageOrderListReply) Reset() { *m = MsgPackageOrderListReply{} }
- func (m *MsgPackageOrderListReply) String() string { return proto.CompactTextString(m) }
- func (*MsgPackageOrderListReply) ProtoMessage() {}
- func (*MsgPackageOrderListReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{5}
- }
- func (m *MsgPackageOrderListReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_MsgPackageOrderListReply.Unmarshal(m, b)
- }
- func (m *MsgPackageOrderListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_MsgPackageOrderListReply.Marshal(b, m, deterministic)
- }
- func (m *MsgPackageOrderListReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_MsgPackageOrderListReply.Merge(m, src)
- }
- func (m *MsgPackageOrderListReply) XXX_Size() int {
- return xxx_messageInfo_MsgPackageOrderListReply.Size(m)
- }
- func (m *MsgPackageOrderListReply) XXX_DiscardUnknown() {
- xxx_messageInfo_MsgPackageOrderListReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_MsgPackageOrderListReply proto.InternalMessageInfo
- func (m *MsgPackageOrderListReply) GetPage() int64 {
- if m != nil {
- return m.Page
- }
- return 0
- }
- func (m *MsgPackageOrderListReply) GetTotal() int64 {
- if m != nil {
- return m.Total
- }
- return 0
- }
- func (m *MsgPackageOrderListReply) GetList() []*MsgPackageOrderItem {
- if m != nil {
- return m.List
- }
- return nil
- }
- type MsgPackageOrderDecreaseRequest struct {
- OrderId int64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id"`
- GardenId int64 `protobuf:"varint,2,opt,name=garden_id,json=gardenId,proto3" json:"garden_id"`
- Count int64 `protobuf:"varint,3,opt,name=count,proto3" json:"count"`
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *MsgPackageOrderDecreaseRequest) Reset() { *m = MsgPackageOrderDecreaseRequest{} }
- func (m *MsgPackageOrderDecreaseRequest) String() string { return proto.CompactTextString(m) }
- func (*MsgPackageOrderDecreaseRequest) ProtoMessage() {}
- func (*MsgPackageOrderDecreaseRequest) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{6}
- }
- func (m *MsgPackageOrderDecreaseRequest) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Unmarshal(m, b)
- }
- func (m *MsgPackageOrderDecreaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Marshal(b, m, deterministic)
- }
- func (m *MsgPackageOrderDecreaseRequest) XXX_Merge(src proto.Message) {
- xxx_messageInfo_MsgPackageOrderDecreaseRequest.Merge(m, src)
- }
- func (m *MsgPackageOrderDecreaseRequest) XXX_Size() int {
- return xxx_messageInfo_MsgPackageOrderDecreaseRequest.Size(m)
- }
- func (m *MsgPackageOrderDecreaseRequest) XXX_DiscardUnknown() {
- xxx_messageInfo_MsgPackageOrderDecreaseRequest.DiscardUnknown(m)
- }
- var xxx_messageInfo_MsgPackageOrderDecreaseRequest proto.InternalMessageInfo
- func (m *MsgPackageOrderDecreaseRequest) GetOrderId() int64 {
- if m != nil {
- return m.OrderId
- }
- return 0
- }
- func (m *MsgPackageOrderDecreaseRequest) GetGardenId() int64 {
- if m != nil {
- return m.GardenId
- }
- return 0
- }
- func (m *MsgPackageOrderDecreaseRequest) GetCount() int64 {
- if m != nil {
- return m.Count
- }
- return 0
- }
- type MsgPackageOrderDecreaseReply struct {
- XXX_NoUnkeyedLiteral struct{} `json:"-"`
- XXX_unrecognized []byte `json:"-"`
- XXX_sizecache int32 `json:"-"`
- }
- func (m *MsgPackageOrderDecreaseReply) Reset() { *m = MsgPackageOrderDecreaseReply{} }
- func (m *MsgPackageOrderDecreaseReply) String() string { return proto.CompactTextString(m) }
- func (*MsgPackageOrderDecreaseReply) ProtoMessage() {}
- func (*MsgPackageOrderDecreaseReply) Descriptor() ([]byte, []int) {
- return fileDescriptor_86a7260ebdc12f47, []int{7}
- }
- func (m *MsgPackageOrderDecreaseReply) XXX_Unmarshal(b []byte) error {
- return xxx_messageInfo_MsgPackageOrderDecreaseReply.Unmarshal(m, b)
- }
- func (m *MsgPackageOrderDecreaseReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
- return xxx_messageInfo_MsgPackageOrderDecreaseReply.Marshal(b, m, deterministic)
- }
- func (m *MsgPackageOrderDecreaseReply) XXX_Merge(src proto.Message) {
- xxx_messageInfo_MsgPackageOrderDecreaseReply.Merge(m, src)
- }
- func (m *MsgPackageOrderDecreaseReply) XXX_Size() int {
- return xxx_messageInfo_MsgPackageOrderDecreaseReply.Size(m)
- }
- func (m *MsgPackageOrderDecreaseReply) XXX_DiscardUnknown() {
- xxx_messageInfo_MsgPackageOrderDecreaseReply.DiscardUnknown(m)
- }
- var xxx_messageInfo_MsgPackageOrderDecreaseReply proto.InternalMessageInfo
- func init() {
- proto.RegisterType((*GardenIdInfo)(nil), "pb_v1.GardenIdInfo")
- proto.RegisterType((*GardenIdsRequest)(nil), "pb_v1.GardenIdsRequest")
- proto.RegisterType((*GardenIdsReply)(nil), "pb_v1.GardenIdsReply")
- proto.RegisterType((*MsgPackageOrderListRequest)(nil), "pb_v1.MsgPackageOrderListRequest")
- proto.RegisterType((*MsgPackageOrderItem)(nil), "pb_v1.MsgPackageOrderItem")
- proto.RegisterType((*MsgPackageOrderListReply)(nil), "pb_v1.MsgPackageOrderListReply")
- proto.RegisterType((*MsgPackageOrderDecreaseRequest)(nil), "pb_v1.MsgPackageOrderDecreaseRequest")
- proto.RegisterType((*MsgPackageOrderDecreaseReply)(nil), "pb_v1.MsgPackageOrderDecreaseReply")
- }
- func init() {
- proto.RegisterFile("system.proto", fileDescriptor_86a7260ebdc12f47)
- }
- var fileDescriptor_86a7260ebdc12f47 = []byte{
- // 555 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xdb, 0x6e, 0xd3, 0x40,
- 0x10, 0x95, 0xeb, 0x38, 0x89, 0x27, 0x49, 0x0b, 0x9b, 0x80, 0x96, 0x50, 0x42, 0x64, 0x24, 0x94,
- 0x17, 0x52, 0xb5, 0x7c, 0x41, 0xa1, 0x12, 0x8a, 0x54, 0x2e, 0x32, 0x3c, 0xf1, 0x12, 0xad, 0xed,
- 0xa9, 0x65, 0xc5, 0x6b, 0x1b, 0xef, 0x26, 0x52, 0xfa, 0x75, 0x7c, 0x05, 0xdf, 0x83, 0x76, 0xd7,
- 0x4e, 0x5d, 0xab, 0xed, 0x53, 0x7c, 0xce, 0x9c, 0x9d, 0x9d, 0x99, 0x3d, 0x13, 0x18, 0x8a, 0xbd,
- 0x90, 0xc8, 0x97, 0x45, 0x99, 0xcb, 0x9c, 0x38, 0x45, 0xb0, 0xde, 0x9d, 0x7b, 0xd7, 0x30, 0xfc,
- 0xc2, 0xca, 0x08, 0xb3, 0x55, 0xb4, 0xca, 0x6e, 0x72, 0xf2, 0x1a, 0xdc, 0x58, 0xe3, 0x75, 0x12,
- 0x51, 0x6b, 0x6e, 0x2d, 0x6c, 0xbf, 0x1f, 0x57, 0x02, 0xf2, 0x16, 0x06, 0x55, 0x30, 0x63, 0x1c,
- 0xe9, 0xd1, 0xdc, 0x5a, 0xb8, 0x3e, 0x18, 0xea, 0x1b, 0xe3, 0xe8, 0x11, 0x78, 0x56, 0x67, 0x13,
- 0x3e, 0xfe, 0xd9, 0xa2, 0x90, 0xde, 0x15, 0x1c, 0x37, 0xb8, 0x22, 0xdd, 0x93, 0x0b, 0x80, 0xc3,
- 0x1d, 0x82, 0x5a, 0x73, 0x7b, 0x31, 0xb8, 0x18, 0x2f, 0x75, 0x3d, 0xcb, 0x66, 0x31, 0xbe, 0x5b,
- 0xdf, 0x2c, 0xbc, 0xbf, 0x16, 0x4c, 0xbf, 0x8a, 0xf8, 0x07, 0x0b, 0x37, 0x2c, 0xc6, 0xef, 0x65,
- 0x84, 0xe5, 0x75, 0x22, 0x64, 0x75, 0xc9, 0xd3, 0x65, 0xcf, 0x00, 0x38, 0xcb, 0x58, 0x8c, 0x1c,
- 0x33, 0xa9, 0xab, 0xee, 0xfb, 0x0d, 0x86, 0x10, 0xe8, 0x14, 0x2c, 0x46, 0x6a, 0xeb, 0x73, 0xfa,
- 0x5b, 0x25, 0x54, 0xbf, 0x6b, 0x91, 0xdc, 0x22, 0xed, 0x98, 0x84, 0x8a, 0xf8, 0x99, 0xdc, 0x22,
- 0x39, 0x05, 0x97, 0xed, 0x58, 0x92, 0xb2, 0x20, 0x45, 0xea, 0xe8, 0x7c, 0x77, 0x04, 0x79, 0x09,
- 0x5d, 0x21, 0x99, 0xdc, 0x0a, 0xda, 0xd5, 0xe7, 0x2a, 0xe4, 0xfd, 0xb3, 0x61, 0xdc, 0x6a, 0x61,
- 0x25, 0x91, 0x93, 0x57, 0xd0, 0xcf, 0x15, 0xb8, 0x2b, 0xbd, 0xa7, 0xf1, 0x2a, 0x52, 0x95, 0x35,
- 0x26, 0xad, 0xbf, 0x09, 0x85, 0x5e, 0x98, 0x73, 0xdd, 0x8a, 0xad, 0xe9, 0x1a, 0xaa, 0x9a, 0xb9,
- 0x88, 0xd7, 0x61, 0xbe, 0xcd, 0x64, 0x5d, 0x33, 0x17, 0xf1, 0x67, 0x85, 0xc9, 0x7b, 0x38, 0x51,
- 0x41, 0x99, 0x4b, 0x96, 0x56, 0x12, 0x47, 0x4b, 0x46, 0x5c, 0xc4, 0xbf, 0x14, 0x6b, 0x74, 0x4b,
- 0x18, 0x2b, 0xdd, 0xa1, 0x9d, 0x4a, 0x6b, 0x5a, 0x79, 0xce, 0x45, 0x7c, 0x59, 0x47, 0x8c, 0xfe,
- 0x0d, 0x40, 0x61, 0x3a, 0x52, 0xf5, 0xf7, 0xb4, 0xcc, 0xad, 0x98, 0x55, 0x44, 0xde, 0xc1, 0xa8,
- 0x0e, 0x9b, 0x44, 0x7d, 0xad, 0x18, 0x56, 0xe4, 0x21, 0x47, 0x58, 0x22, 0x93, 0x18, 0xad, 0x99,
- 0xa4, 0xae, 0xc9, 0x51, 0x31, 0x97, 0x92, 0x4c, 0xc0, 0x29, 0xca, 0x24, 0x44, 0x0a, 0x3a, 0x62,
- 0x80, 0x1a, 0x33, 0xe3, 0x3a, 0xe5, 0xc0, 0x8c, 0xd9, 0xa0, 0xc6, 0xf8, 0x87, 0x73, 0x6b, 0xe1,
- 0xd4, 0xe3, 0x6f, 0x9b, 0x77, 0xd4, 0x36, 0xef, 0x7d, 0x0f, 0x1d, 0xb7, 0x3c, 0x34, 0x85, 0xfe,
- 0x0d, 0x62, 0x14, 0xb0, 0x70, 0x43, 0x4f, 0xf4, 0xd1, 0x03, 0xf6, 0x24, 0xd0, 0x07, 0xad, 0xa9,
- 0xbc, 0x5e, 0x7b, 0xcb, 0x6a, 0x78, 0x6b, 0x02, 0x8e, 0x7e, 0x06, 0xfd, 0xac, 0xb6, 0x6f, 0x00,
- 0x59, 0x42, 0x27, 0x4d, 0x84, 0x7a, 0x54, 0xb5, 0x0f, 0xd3, 0x6a, 0x1f, 0x1e, 0x30, 0x8c, 0xaf,
- 0x75, 0x5e, 0x06, 0xb3, 0x56, 0xf0, 0x0a, 0xd5, 0xcc, 0x04, 0xd6, 0x4b, 0xf1, 0x84, 0xb1, 0xee,
- 0xf5, 0x7a, 0xd4, 0xea, 0x75, 0x02, 0x8e, 0x79, 0x2b, 0xb3, 0x10, 0x06, 0x78, 0x33, 0x38, 0x7d,
- 0xf4, 0xbe, 0x22, 0xdd, 0x7f, 0x7a, 0xf1, 0x7b, 0x5c, 0x94, 0x79, 0x81, 0xa5, 0xdc, 0x7f, 0x90,
- 0x4c, 0x6c, 0xce, 0x8a, 0xe0, 0x6c, 0x77, 0x1e, 0x74, 0xf5, 0xdf, 0xcd, 0xc7, 0xff, 0x01, 0x00,
- 0x00, 0xff, 0xff, 0x96, 0x50, 0xbd, 0x19, 0x7e, 0x04, 0x00, 0x00,
- }
|