// Code generated by protoc-gen-go. DO NOT EDIT. // source: common.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 SystemPermissionAddRequest struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 组件路径 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 小程序组件路径 AppletePath string `protobuf:"bytes,4,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` // 1 已发布 2 未发布 Enable int32 `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionAddRequest) Reset() { *m = SystemPermissionAddRequest{} } func (m *SystemPermissionAddRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionAddRequest) ProtoMessage() {} func (*SystemPermissionAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{0} } func (m *SystemPermissionAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionAddRequest.Unmarshal(m, b) } func (m *SystemPermissionAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionAddRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionAddRequest.Merge(m, src) } func (m *SystemPermissionAddRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionAddRequest.Size(m) } func (m *SystemPermissionAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionAddRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionAddRequest proto.InternalMessageInfo func (m *SystemPermissionAddRequest) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *SystemPermissionAddRequest) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemPermissionAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionAddRequest) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *SystemPermissionAddRequest) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionAddRequest) GetEnable() int32 { if m != nil { return m.Enable } return 0 } type SystemPermissionAddReply struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionAddReply) Reset() { *m = SystemPermissionAddReply{} } func (m *SystemPermissionAddReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionAddReply) ProtoMessage() {} func (*SystemPermissionAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{1} } func (m *SystemPermissionAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionAddReply.Unmarshal(m, b) } func (m *SystemPermissionAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionAddReply.Marshal(b, m, deterministic) } func (m *SystemPermissionAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionAddReply.Merge(m, src) } func (m *SystemPermissionAddReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionAddReply.Size(m) } func (m *SystemPermissionAddReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionAddReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionAddReply proto.InternalMessageInfo func (m *SystemPermissionAddReply) GetCode() string { if m != nil { return m.Code } return "" } type SystemPermissionUpdateRequest struct { // 组件路径 Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` // 小程序组件路径 AppletePath string `protobuf:"bytes,3,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 路由 Router string `protobuf:"bytes,4,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,5,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionUpdateRequest) Reset() { *m = SystemPermissionUpdateRequest{} } func (m *SystemPermissionUpdateRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionUpdateRequest) ProtoMessage() {} func (*SystemPermissionUpdateRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{2} } func (m *SystemPermissionUpdateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionUpdateRequest.Unmarshal(m, b) } func (m *SystemPermissionUpdateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionUpdateRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionUpdateRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionUpdateRequest.Merge(m, src) } func (m *SystemPermissionUpdateRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionUpdateRequest.Size(m) } func (m *SystemPermissionUpdateRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionUpdateRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionUpdateRequest proto.InternalMessageInfo func (m *SystemPermissionUpdateRequest) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemPermissionUpdateRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionUpdateRequest) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *SystemPermissionUpdateRequest) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionUpdateRequest) GetCode() string { if m != nil { return m.Code } return "" } type SystemPermissionUpdateReply struct { Origin *SystemPermissionUpdateRequest `protobuf:"bytes,1,opt,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionUpdateReply) Reset() { *m = SystemPermissionUpdateReply{} } func (m *SystemPermissionUpdateReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionUpdateReply) ProtoMessage() {} func (*SystemPermissionUpdateReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{3} } func (m *SystemPermissionUpdateReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionUpdateReply.Unmarshal(m, b) } func (m *SystemPermissionUpdateReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionUpdateReply.Marshal(b, m, deterministic) } func (m *SystemPermissionUpdateReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionUpdateReply.Merge(m, src) } func (m *SystemPermissionUpdateReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionUpdateReply.Size(m) } func (m *SystemPermissionUpdateReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionUpdateReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionUpdateReply proto.InternalMessageInfo func (m *SystemPermissionUpdateReply) GetOrigin() *SystemPermissionUpdateRequest { if m != nil { return m.Origin } return nil } type SystemPermissionDelRequest struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionDelRequest) Reset() { *m = SystemPermissionDelRequest{} } func (m *SystemPermissionDelRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionDelRequest) ProtoMessage() {} func (*SystemPermissionDelRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{4} } func (m *SystemPermissionDelRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionDelRequest.Unmarshal(m, b) } func (m *SystemPermissionDelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionDelRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionDelRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionDelRequest.Merge(m, src) } func (m *SystemPermissionDelRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionDelRequest.Size(m) } func (m *SystemPermissionDelRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionDelRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionDelRequest proto.InternalMessageInfo func (m *SystemPermissionDelRequest) GetCode() string { if m != nil { return m.Code } return "" } type SystemPermissionDelReply struct { Origin []*SystemPermissionUpdateRequest `protobuf:"bytes,1,rep,name=origin,proto3" json:"origin"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionDelReply) Reset() { *m = SystemPermissionDelReply{} } func (m *SystemPermissionDelReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionDelReply) ProtoMessage() {} func (*SystemPermissionDelReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{5} } func (m *SystemPermissionDelReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionDelReply.Unmarshal(m, b) } func (m *SystemPermissionDelReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionDelReply.Marshal(b, m, deterministic) } func (m *SystemPermissionDelReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionDelReply.Merge(m, src) } func (m *SystemPermissionDelReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionDelReply.Size(m) } func (m *SystemPermissionDelReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionDelReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionDelReply proto.InternalMessageInfo func (m *SystemPermissionDelReply) GetOrigin() []*SystemPermissionUpdateRequest { if m != nil { return m.Origin } return nil } type SystemPermissionListRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionListRequest) Reset() { *m = SystemPermissionListRequest{} } func (m *SystemPermissionListRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionListRequest) ProtoMessage() {} func (*SystemPermissionListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{6} } func (m *SystemPermissionListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionListRequest.Unmarshal(m, b) } func (m *SystemPermissionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionListRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionListRequest.Merge(m, src) } func (m *SystemPermissionListRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionListRequest.Size(m) } func (m *SystemPermissionListRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionListRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionListRequest proto.InternalMessageInfo type SystemPermissionItem struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 组件路径 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 小程序组件路径 AppletePath string `protobuf:"bytes,4,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` // 1 已发布 2 未发布 Enable int32 `protobuf:"varint,7,opt,name=enable,proto3" json:"enable"` CreatedAt int64 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at"` EnableAt int64 `protobuf:"varint,9,opt,name=enable_at,json=enableAt,proto3" json:"enable_at"` Level int64 `protobuf:"varint,10,opt,name=level,proto3" json:"level"` Childs []*SystemPermissionItem `protobuf:"bytes,11,rep,name=childs,proto3" json:"childs"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionItem) Reset() { *m = SystemPermissionItem{} } func (m *SystemPermissionItem) String() string { return proto.CompactTextString(m) } func (*SystemPermissionItem) ProtoMessage() {} func (*SystemPermissionItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{7} } func (m *SystemPermissionItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionItem.Unmarshal(m, b) } func (m *SystemPermissionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionItem.Marshal(b, m, deterministic) } func (m *SystemPermissionItem) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionItem.Merge(m, src) } func (m *SystemPermissionItem) XXX_Size() int { return xxx_messageInfo_SystemPermissionItem.Size(m) } func (m *SystemPermissionItem) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionItem.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionItem proto.InternalMessageInfo func (m *SystemPermissionItem) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *SystemPermissionItem) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemPermissionItem) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionItem) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *SystemPermissionItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionItem) GetCode() string { if m != nil { return m.Code } return "" } func (m *SystemPermissionItem) GetEnable() int32 { if m != nil { return m.Enable } return 0 } func (m *SystemPermissionItem) GetCreatedAt() int64 { if m != nil { return m.CreatedAt } return 0 } func (m *SystemPermissionItem) GetEnableAt() int64 { if m != nil { return m.EnableAt } return 0 } func (m *SystemPermissionItem) GetLevel() int64 { if m != nil { return m.Level } return 0 } func (m *SystemPermissionItem) GetChilds() []*SystemPermissionItem { if m != nil { return m.Childs } return nil } type SystemPermissionListReply struct { List []*SystemPermissionItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionListReply) Reset() { *m = SystemPermissionListReply{} } func (m *SystemPermissionListReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionListReply) ProtoMessage() {} func (*SystemPermissionListReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{8} } func (m *SystemPermissionListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionListReply.Unmarshal(m, b) } func (m *SystemPermissionListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionListReply.Marshal(b, m, deterministic) } func (m *SystemPermissionListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionListReply.Merge(m, src) } func (m *SystemPermissionListReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionListReply.Size(m) } func (m *SystemPermissionListReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionListReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionListReply proto.InternalMessageInfo func (m *SystemPermissionListReply) GetList() []*SystemPermissionItem { if m != nil { return m.List } return nil } type SystemPermissionNotTreeItem struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 组件路径 Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 小程序组件路径 AppletePath string `protobuf:"bytes,4,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` // 1 已发布 2 未发布 Enable int32 `protobuf:"varint,7,opt,name=enable,proto3" json:"enable"` CreatedAt int64 `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at"` EnableAt int64 `protobuf:"varint,9,opt,name=enable_at,json=enableAt,proto3" json:"enable_at"` Level int64 `protobuf:"varint,10,opt,name=level,proto3" json:"level"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionNotTreeItem) Reset() { *m = SystemPermissionNotTreeItem{} } func (m *SystemPermissionNotTreeItem) String() string { return proto.CompactTextString(m) } func (*SystemPermissionNotTreeItem) ProtoMessage() {} func (*SystemPermissionNotTreeItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{9} } func (m *SystemPermissionNotTreeItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionNotTreeItem.Unmarshal(m, b) } func (m *SystemPermissionNotTreeItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionNotTreeItem.Marshal(b, m, deterministic) } func (m *SystemPermissionNotTreeItem) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionNotTreeItem.Merge(m, src) } func (m *SystemPermissionNotTreeItem) XXX_Size() int { return xxx_messageInfo_SystemPermissionNotTreeItem.Size(m) } func (m *SystemPermissionNotTreeItem) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionNotTreeItem.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionNotTreeItem proto.InternalMessageInfo func (m *SystemPermissionNotTreeItem) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *SystemPermissionNotTreeItem) GetPath() string { if m != nil { return m.Path } return "" } func (m *SystemPermissionNotTreeItem) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionNotTreeItem) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *SystemPermissionNotTreeItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionNotTreeItem) GetCode() string { if m != nil { return m.Code } return "" } func (m *SystemPermissionNotTreeItem) GetEnable() int32 { if m != nil { return m.Enable } return 0 } func (m *SystemPermissionNotTreeItem) GetCreatedAt() int64 { if m != nil { return m.CreatedAt } return 0 } func (m *SystemPermissionNotTreeItem) GetEnableAt() int64 { if m != nil { return m.EnableAt } return 0 } func (m *SystemPermissionNotTreeItem) GetLevel() int64 { if m != nil { return m.Level } return 0 } // 平铺权限列表 type SystemPermissionsNotTreeRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionsNotTreeRequest) Reset() { *m = SystemPermissionsNotTreeRequest{} } func (m *SystemPermissionsNotTreeRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionsNotTreeRequest) ProtoMessage() {} func (*SystemPermissionsNotTreeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{10} } func (m *SystemPermissionsNotTreeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionsNotTreeRequest.Unmarshal(m, b) } func (m *SystemPermissionsNotTreeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionsNotTreeRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionsNotTreeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionsNotTreeRequest.Merge(m, src) } func (m *SystemPermissionsNotTreeRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionsNotTreeRequest.Size(m) } func (m *SystemPermissionsNotTreeRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionsNotTreeRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionsNotTreeRequest proto.InternalMessageInfo type SystemPermissionsNotTreeReply struct { List []*SystemPermissionNotTreeItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionsNotTreeReply) Reset() { *m = SystemPermissionsNotTreeReply{} } func (m *SystemPermissionsNotTreeReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionsNotTreeReply) ProtoMessage() {} func (*SystemPermissionsNotTreeReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{11} } func (m *SystemPermissionsNotTreeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionsNotTreeReply.Unmarshal(m, b) } func (m *SystemPermissionsNotTreeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionsNotTreeReply.Marshal(b, m, deterministic) } func (m *SystemPermissionsNotTreeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionsNotTreeReply.Merge(m, src) } func (m *SystemPermissionsNotTreeReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionsNotTreeReply.Size(m) } func (m *SystemPermissionsNotTreeReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionsNotTreeReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionsNotTreeReply proto.InternalMessageInfo func (m *SystemPermissionsNotTreeReply) GetList() []*SystemPermissionNotTreeItem { if m != nil { return m.List } return nil } type ProvinceCityAreaRequest struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvinceCityAreaRequest) Reset() { *m = ProvinceCityAreaRequest{} } func (m *ProvinceCityAreaRequest) String() string { return proto.CompactTextString(m) } func (*ProvinceCityAreaRequest) ProtoMessage() {} func (*ProvinceCityAreaRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{12} } func (m *ProvinceCityAreaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvinceCityAreaRequest.Unmarshal(m, b) } func (m *ProvinceCityAreaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvinceCityAreaRequest.Marshal(b, m, deterministic) } func (m *ProvinceCityAreaRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvinceCityAreaRequest.Merge(m, src) } func (m *ProvinceCityAreaRequest) XXX_Size() int { return xxx_messageInfo_ProvinceCityAreaRequest.Size(m) } func (m *ProvinceCityAreaRequest) XXX_DiscardUnknown() { xxx_messageInfo_ProvinceCityAreaRequest.DiscardUnknown(m) } var xxx_messageInfo_ProvinceCityAreaRequest proto.InternalMessageInfo type ProvinceData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvinceData) Reset() { *m = ProvinceData{} } func (m *ProvinceData) String() string { return proto.CompactTextString(m) } func (*ProvinceData) ProtoMessage() {} func (*ProvinceData) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{13} } func (m *ProvinceData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvinceData.Unmarshal(m, b) } func (m *ProvinceData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvinceData.Marshal(b, m, deterministic) } func (m *ProvinceData) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvinceData.Merge(m, src) } func (m *ProvinceData) XXX_Size() int { return xxx_messageInfo_ProvinceData.Size(m) } func (m *ProvinceData) XXX_DiscardUnknown() { xxx_messageInfo_ProvinceData.DiscardUnknown(m) } var xxx_messageInfo_ProvinceData proto.InternalMessageInfo func (m *ProvinceData) GetCode() string { if m != nil { return m.Code } return "" } func (m *ProvinceData) GetName() string { if m != nil { return m.Name } return "" } type CityData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityData) Reset() { *m = CityData{} } func (m *CityData) String() string { return proto.CompactTextString(m) } func (*CityData) ProtoMessage() {} func (*CityData) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{14} } func (m *CityData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityData.Unmarshal(m, b) } func (m *CityData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityData.Marshal(b, m, deterministic) } func (m *CityData) XXX_Merge(src proto.Message) { xxx_messageInfo_CityData.Merge(m, src) } func (m *CityData) XXX_Size() int { return xxx_messageInfo_CityData.Size(m) } func (m *CityData) XXX_DiscardUnknown() { xxx_messageInfo_CityData.DiscardUnknown(m) } var xxx_messageInfo_CityData proto.InternalMessageInfo func (m *CityData) GetCode() string { if m != nil { return m.Code } return "" } func (m *CityData) GetName() string { if m != nil { return m.Name } return "" } func (m *CityData) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } type AreaData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` ProvinceCode string `protobuf:"bytes,3,opt,name=province_code,json=provinceCode,proto3" json:"province_code"` CityCode string `protobuf:"bytes,4,opt,name=city_code,json=cityCode,proto3" json:"city_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *AreaData) Reset() { *m = AreaData{} } func (m *AreaData) String() string { return proto.CompactTextString(m) } func (*AreaData) ProtoMessage() {} func (*AreaData) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{15} } func (m *AreaData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AreaData.Unmarshal(m, b) } func (m *AreaData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_AreaData.Marshal(b, m, deterministic) } func (m *AreaData) XXX_Merge(src proto.Message) { xxx_messageInfo_AreaData.Merge(m, src) } func (m *AreaData) XXX_Size() int { return xxx_messageInfo_AreaData.Size(m) } func (m *AreaData) XXX_DiscardUnknown() { xxx_messageInfo_AreaData.DiscardUnknown(m) } var xxx_messageInfo_AreaData proto.InternalMessageInfo func (m *AreaData) GetCode() string { if m != nil { return m.Code } return "" } func (m *AreaData) GetName() string { if m != nil { return m.Name } return "" } func (m *AreaData) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *AreaData) GetCityCode() string { if m != nil { return m.CityCode } return "" } type ProvinceCityAreaReply struct { ProvinceList []*ProvinceData `protobuf:"bytes,1,rep,name=province_list,json=provinceList,proto3" json:"province_list"` CityList []*CityData `protobuf:"bytes,2,rep,name=city_list,json=cityList,proto3" json:"city_list"` AreaList []*AreaData `protobuf:"bytes,3,rep,name=area_list,json=areaList,proto3" json:"area_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ProvinceCityAreaReply) Reset() { *m = ProvinceCityAreaReply{} } func (m *ProvinceCityAreaReply) String() string { return proto.CompactTextString(m) } func (*ProvinceCityAreaReply) ProtoMessage() {} func (*ProvinceCityAreaReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{16} } func (m *ProvinceCityAreaReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProvinceCityAreaReply.Unmarshal(m, b) } func (m *ProvinceCityAreaReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ProvinceCityAreaReply.Marshal(b, m, deterministic) } func (m *ProvinceCityAreaReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ProvinceCityAreaReply.Merge(m, src) } func (m *ProvinceCityAreaReply) XXX_Size() int { return xxx_messageInfo_ProvinceCityAreaReply.Size(m) } func (m *ProvinceCityAreaReply) XXX_DiscardUnknown() { xxx_messageInfo_ProvinceCityAreaReply.DiscardUnknown(m) } var xxx_messageInfo_ProvinceCityAreaReply proto.InternalMessageInfo func (m *ProvinceCityAreaReply) GetProvinceList() []*ProvinceData { if m != nil { return m.ProvinceList } return nil } func (m *ProvinceCityAreaReply) GetCityList() []*CityData { if m != nil { return m.CityList } return nil } func (m *ProvinceCityAreaReply) GetAreaList() []*AreaData { if m != nil { return m.AreaList } return nil } type StreetCommitteeRequest struct { AreaCode string `protobuf:"bytes,1,opt,name=area_code,json=areaCode,proto3" json:"area_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StreetCommitteeRequest) Reset() { *m = StreetCommitteeRequest{} } func (m *StreetCommitteeRequest) String() string { return proto.CompactTextString(m) } func (*StreetCommitteeRequest) ProtoMessage() {} func (*StreetCommitteeRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{17} } func (m *StreetCommitteeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreetCommitteeRequest.Unmarshal(m, b) } func (m *StreetCommitteeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StreetCommitteeRequest.Marshal(b, m, deterministic) } func (m *StreetCommitteeRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_StreetCommitteeRequest.Merge(m, src) } func (m *StreetCommitteeRequest) XXX_Size() int { return xxx_messageInfo_StreetCommitteeRequest.Size(m) } func (m *StreetCommitteeRequest) XXX_DiscardUnknown() { xxx_messageInfo_StreetCommitteeRequest.DiscardUnknown(m) } var xxx_messageInfo_StreetCommitteeRequest proto.InternalMessageInfo func (m *StreetCommitteeRequest) GetAreaCode() string { if m != nil { return m.AreaCode } return "" } type StreetData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StreetData) Reset() { *m = StreetData{} } func (m *StreetData) String() string { return proto.CompactTextString(m) } func (*StreetData) ProtoMessage() {} func (*StreetData) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{18} } func (m *StreetData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreetData.Unmarshal(m, b) } func (m *StreetData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StreetData.Marshal(b, m, deterministic) } func (m *StreetData) XXX_Merge(src proto.Message) { xxx_messageInfo_StreetData.Merge(m, src) } func (m *StreetData) XXX_Size() int { return xxx_messageInfo_StreetData.Size(m) } func (m *StreetData) XXX_DiscardUnknown() { xxx_messageInfo_StreetData.DiscardUnknown(m) } var xxx_messageInfo_StreetData proto.InternalMessageInfo func (m *StreetData) GetCode() string { if m != nil { return m.Code } return "" } func (m *StreetData) GetName() string { if m != nil { return m.Name } return "" } type CommitteeData struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name"` StreetCode string `protobuf:"bytes,3,opt,name=street_code,json=streetCode,proto3" json:"street_code"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CommitteeData) Reset() { *m = CommitteeData{} } func (m *CommitteeData) String() string { return proto.CompactTextString(m) } func (*CommitteeData) ProtoMessage() {} func (*CommitteeData) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{19} } func (m *CommitteeData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommitteeData.Unmarshal(m, b) } func (m *CommitteeData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CommitteeData.Marshal(b, m, deterministic) } func (m *CommitteeData) XXX_Merge(src proto.Message) { xxx_messageInfo_CommitteeData.Merge(m, src) } func (m *CommitteeData) XXX_Size() int { return xxx_messageInfo_CommitteeData.Size(m) } func (m *CommitteeData) XXX_DiscardUnknown() { xxx_messageInfo_CommitteeData.DiscardUnknown(m) } var xxx_messageInfo_CommitteeData proto.InternalMessageInfo func (m *CommitteeData) GetCode() string { if m != nil { return m.Code } return "" } func (m *CommitteeData) GetName() string { if m != nil { return m.Name } return "" } func (m *CommitteeData) GetStreetCode() string { if m != nil { return m.StreetCode } return "" } type StreetCommitteeReply struct { StreetList []*StreetData `protobuf:"bytes,1,rep,name=street_list,json=streetList,proto3" json:"street_list"` CommitteeList []*CommitteeData `protobuf:"bytes,2,rep,name=committee_list,json=committeeList,proto3" json:"committee_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StreetCommitteeReply) Reset() { *m = StreetCommitteeReply{} } func (m *StreetCommitteeReply) String() string { return proto.CompactTextString(m) } func (*StreetCommitteeReply) ProtoMessage() {} func (*StreetCommitteeReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{20} } func (m *StreetCommitteeReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreetCommitteeReply.Unmarshal(m, b) } func (m *StreetCommitteeReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StreetCommitteeReply.Marshal(b, m, deterministic) } func (m *StreetCommitteeReply) XXX_Merge(src proto.Message) { xxx_messageInfo_StreetCommitteeReply.Merge(m, src) } func (m *StreetCommitteeReply) XXX_Size() int { return xxx_messageInfo_StreetCommitteeReply.Size(m) } func (m *StreetCommitteeReply) XXX_DiscardUnknown() { xxx_messageInfo_StreetCommitteeReply.DiscardUnknown(m) } var xxx_messageInfo_StreetCommitteeReply proto.InternalMessageInfo func (m *StreetCommitteeReply) GetStreetList() []*StreetData { if m != nil { return m.StreetList } return nil } func (m *StreetCommitteeReply) GetCommitteeList() []*CommitteeData { if m != nil { return m.CommitteeList } return nil } type OssObjAddRequest struct { InList []string `protobuf:"bytes,1,rep,name=in_list,json=inList,proto3" json:"in_list"` OutList []string `protobuf:"bytes,2,rep,name=out_list,json=outList,proto3" json:"out_list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjAddRequest) Reset() { *m = OssObjAddRequest{} } func (m *OssObjAddRequest) String() string { return proto.CompactTextString(m) } func (*OssObjAddRequest) ProtoMessage() {} func (*OssObjAddRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{21} } func (m *OssObjAddRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjAddRequest.Unmarshal(m, b) } func (m *OssObjAddRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjAddRequest.Marshal(b, m, deterministic) } func (m *OssObjAddRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjAddRequest.Merge(m, src) } func (m *OssObjAddRequest) XXX_Size() int { return xxx_messageInfo_OssObjAddRequest.Size(m) } func (m *OssObjAddRequest) XXX_DiscardUnknown() { xxx_messageInfo_OssObjAddRequest.DiscardUnknown(m) } var xxx_messageInfo_OssObjAddRequest proto.InternalMessageInfo func (m *OssObjAddRequest) GetInList() []string { if m != nil { return m.InList } return nil } func (m *OssObjAddRequest) GetOutList() []string { if m != nil { return m.OutList } return nil } type OssObjAddReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjAddReply) Reset() { *m = OssObjAddReply{} } func (m *OssObjAddReply) String() string { return proto.CompactTextString(m) } func (*OssObjAddReply) ProtoMessage() {} func (*OssObjAddReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{22} } func (m *OssObjAddReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjAddReply.Unmarshal(m, b) } func (m *OssObjAddReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjAddReply.Marshal(b, m, deterministic) } func (m *OssObjAddReply) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjAddReply.Merge(m, src) } func (m *OssObjAddReply) XXX_Size() int { return xxx_messageInfo_OssObjAddReply.Size(m) } func (m *OssObjAddReply) XXX_DiscardUnknown() { xxx_messageInfo_OssObjAddReply.DiscardUnknown(m) } var xxx_messageInfo_OssObjAddReply proto.InternalMessageInfo type OssObjDelNotExistRequest struct { ObjUrl string `protobuf:"bytes,1,opt,name=obj_url,json=objUrl,proto3" json:"obj_url"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjDelNotExistRequest) Reset() { *m = OssObjDelNotExistRequest{} } func (m *OssObjDelNotExistRequest) String() string { return proto.CompactTextString(m) } func (*OssObjDelNotExistRequest) ProtoMessage() {} func (*OssObjDelNotExistRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{23} } func (m *OssObjDelNotExistRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjDelNotExistRequest.Unmarshal(m, b) } func (m *OssObjDelNotExistRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjDelNotExistRequest.Marshal(b, m, deterministic) } func (m *OssObjDelNotExistRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjDelNotExistRequest.Merge(m, src) } func (m *OssObjDelNotExistRequest) XXX_Size() int { return xxx_messageInfo_OssObjDelNotExistRequest.Size(m) } func (m *OssObjDelNotExistRequest) XXX_DiscardUnknown() { xxx_messageInfo_OssObjDelNotExistRequest.DiscardUnknown(m) } var xxx_messageInfo_OssObjDelNotExistRequest proto.InternalMessageInfo func (m *OssObjDelNotExistRequest) GetObjUrl() string { if m != nil { return m.ObjUrl } return "" } type OssObjDelNotExistReply struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OssObjDelNotExistReply) Reset() { *m = OssObjDelNotExistReply{} } func (m *OssObjDelNotExistReply) String() string { return proto.CompactTextString(m) } func (*OssObjDelNotExistReply) ProtoMessage() {} func (*OssObjDelNotExistReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{24} } func (m *OssObjDelNotExistReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OssObjDelNotExistReply.Unmarshal(m, b) } func (m *OssObjDelNotExistReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OssObjDelNotExistReply.Marshal(b, m, deterministic) } func (m *OssObjDelNotExistReply) XXX_Merge(src proto.Message) { xxx_messageInfo_OssObjDelNotExistReply.Merge(m, src) } func (m *OssObjDelNotExistReply) XXX_Size() int { return xxx_messageInfo_OssObjDelNotExistReply.Size(m) } func (m *OssObjDelNotExistReply) XXX_DiscardUnknown() { xxx_messageInfo_OssObjDelNotExistReply.DiscardUnknown(m) } var xxx_messageInfo_OssObjDelNotExistReply proto.InternalMessageInfo type ApplicationListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Enable int32 `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"` PackageId int64 `protobuf:"varint,4,opt,name=package_id,json=packageId,proto3" json:"package_id"` ExcludeIds []int64 `protobuf:"varint,5,rep,packed,name=exclude_ids,json=excludeIds,proto3" json:"exclude_ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationListRequest) Reset() { *m = ApplicationListRequest{} } func (m *ApplicationListRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationListRequest) ProtoMessage() {} func (*ApplicationListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{25} } func (m *ApplicationListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationListRequest.Unmarshal(m, b) } func (m *ApplicationListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationListRequest.Marshal(b, m, deterministic) } func (m *ApplicationListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationListRequest.Merge(m, src) } func (m *ApplicationListRequest) XXX_Size() int { return xxx_messageInfo_ApplicationListRequest.Size(m) } func (m *ApplicationListRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationListRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationListRequest proto.InternalMessageInfo func (m *ApplicationListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ApplicationListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *ApplicationListRequest) GetEnable() int32 { if m != nil { return m.Enable } return 0 } func (m *ApplicationListRequest) GetPackageId() int64 { if m != nil { return m.PackageId } return 0 } func (m *ApplicationListRequest) GetExcludeIds() []int64 { if m != nil { return m.ExcludeIds } return nil } type ApplicationItem struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"` Price int64 `protobuf:"varint,5,opt,name=price,proto3" json:"price"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationItem) Reset() { *m = ApplicationItem{} } func (m *ApplicationItem) String() string { return proto.CompactTextString(m) } func (*ApplicationItem) ProtoMessage() {} func (*ApplicationItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{26} } func (m *ApplicationItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationItem.Unmarshal(m, b) } func (m *ApplicationItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationItem.Marshal(b, m, deterministic) } func (m *ApplicationItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationItem.Merge(m, src) } func (m *ApplicationItem) XXX_Size() int { return xxx_messageInfo_ApplicationItem.Size(m) } func (m *ApplicationItem) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationItem.DiscardUnknown(m) } var xxx_messageInfo_ApplicationItem proto.InternalMessageInfo func (m *ApplicationItem) GetIcon() string { if m != nil { return m.Icon } return "" } func (m *ApplicationItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *ApplicationItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ApplicationItem) GetContent() string { if m != nil { return m.Content } return "" } func (m *ApplicationItem) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *ApplicationItem) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *ApplicationItem) GetId() int64 { if m != nil { return m.Id } return 0 } type ApplicationListReply struct { Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page"` List []*ApplicationItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationListReply) Reset() { *m = ApplicationListReply{} } func (m *ApplicationListReply) String() string { return proto.CompactTextString(m) } func (*ApplicationListReply) ProtoMessage() {} func (*ApplicationListReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{27} } func (m *ApplicationListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationListReply.Unmarshal(m, b) } func (m *ApplicationListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationListReply.Marshal(b, m, deterministic) } func (m *ApplicationListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationListReply.Merge(m, src) } func (m *ApplicationListReply) XXX_Size() int { return xxx_messageInfo_ApplicationListReply.Size(m) } func (m *ApplicationListReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationListReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationListReply proto.InternalMessageInfo func (m *ApplicationListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *ApplicationListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *ApplicationListReply) GetList() []*ApplicationItem { if m != nil { return m.List } return nil } type ApplicationPermissionItem struct { // 父code,若没有则填空 Pcode string `protobuf:"bytes,1,opt,name=pcode,proto3" json:"pcode"` // 小程序组件路径 AppletePath string `protobuf:"bytes,2,opt,name=applete_path,json=appletePath,proto3" json:"applete_path"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 是否拥有该权限 Selected bool `protobuf:"varint,4,opt,name=selected,proto3" json:"selected"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` // 组件路径 Path string `protobuf:"bytes,7,opt,name=path,proto3" json:"path"` Childs []*ApplicationPermissionItem `protobuf:"bytes,8,rep,name=childs,proto3" json:"childs"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationPermissionItem) Reset() { *m = ApplicationPermissionItem{} } func (m *ApplicationPermissionItem) String() string { return proto.CompactTextString(m) } func (*ApplicationPermissionItem) ProtoMessage() {} func (*ApplicationPermissionItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{28} } func (m *ApplicationPermissionItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationPermissionItem.Unmarshal(m, b) } func (m *ApplicationPermissionItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationPermissionItem.Marshal(b, m, deterministic) } func (m *ApplicationPermissionItem) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationPermissionItem.Merge(m, src) } func (m *ApplicationPermissionItem) XXX_Size() int { return xxx_messageInfo_ApplicationPermissionItem.Size(m) } func (m *ApplicationPermissionItem) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationPermissionItem.DiscardUnknown(m) } var xxx_messageInfo_ApplicationPermissionItem proto.InternalMessageInfo func (m *ApplicationPermissionItem) GetPcode() string { if m != nil { return m.Pcode } return "" } func (m *ApplicationPermissionItem) GetAppletePath() string { if m != nil { return m.AppletePath } return "" } func (m *ApplicationPermissionItem) GetName() string { if m != nil { return m.Name } return "" } func (m *ApplicationPermissionItem) GetSelected() bool { if m != nil { return m.Selected } return false } func (m *ApplicationPermissionItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *ApplicationPermissionItem) GetCode() string { if m != nil { return m.Code } return "" } func (m *ApplicationPermissionItem) GetPath() string { if m != nil { return m.Path } return "" } func (m *ApplicationPermissionItem) GetChilds() []*ApplicationPermissionItem { if m != nil { return m.Childs } return nil } type ApplicationPermissionsRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationPermissionsRequest) Reset() { *m = ApplicationPermissionsRequest{} } func (m *ApplicationPermissionsRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationPermissionsRequest) ProtoMessage() {} func (*ApplicationPermissionsRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{29} } func (m *ApplicationPermissionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationPermissionsRequest.Unmarshal(m, b) } func (m *ApplicationPermissionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationPermissionsRequest.Marshal(b, m, deterministic) } func (m *ApplicationPermissionsRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationPermissionsRequest.Merge(m, src) } func (m *ApplicationPermissionsRequest) XXX_Size() int { return xxx_messageInfo_ApplicationPermissionsRequest.Size(m) } func (m *ApplicationPermissionsRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationPermissionsRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationPermissionsRequest proto.InternalMessageInfo func (m *ApplicationPermissionsRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type ApplicationPermissionsReply struct { List []*ApplicationPermissionItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationPermissionsReply) Reset() { *m = ApplicationPermissionsReply{} } func (m *ApplicationPermissionsReply) String() string { return proto.CompactTextString(m) } func (*ApplicationPermissionsReply) ProtoMessage() {} func (*ApplicationPermissionsReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{30} } func (m *ApplicationPermissionsReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationPermissionsReply.Unmarshal(m, b) } func (m *ApplicationPermissionsReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationPermissionsReply.Marshal(b, m, deterministic) } func (m *ApplicationPermissionsReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationPermissionsReply.Merge(m, src) } func (m *ApplicationPermissionsReply) XXX_Size() int { return xxx_messageInfo_ApplicationPermissionsReply.Size(m) } func (m *ApplicationPermissionsReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationPermissionsReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationPermissionsReply proto.InternalMessageInfo func (m *ApplicationPermissionsReply) GetList() []*ApplicationPermissionItem { if m != nil { return m.List } return nil } type PackageItem struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Price int64 `protobuf:"varint,3,opt,name=price,proto3" json:"price"` HouseCount int64 `protobuf:"varint,4,opt,name=house_count,json=houseCount,proto3" json:"house_count"` Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageItem) Reset() { *m = PackageItem{} } func (m *PackageItem) String() string { return proto.CompactTextString(m) } func (*PackageItem) ProtoMessage() {} func (*PackageItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{31} } func (m *PackageItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageItem.Unmarshal(m, b) } func (m *PackageItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageItem.Marshal(b, m, deterministic) } func (m *PackageItem) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageItem.Merge(m, src) } func (m *PackageItem) XXX_Size() int { return xxx_messageInfo_PackageItem.Size(m) } func (m *PackageItem) XXX_DiscardUnknown() { xxx_messageInfo_PackageItem.DiscardUnknown(m) } var xxx_messageInfo_PackageItem proto.InternalMessageInfo func (m *PackageItem) GetName() string { if m != nil { return m.Name } return "" } func (m *PackageItem) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *PackageItem) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *PackageItem) GetHouseCount() int64 { if m != nil { return m.HouseCount } return 0 } func (m *PackageItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *PackageItem) GetEnable() bool { if m != nil { return m.Enable } return false } type PackageListRequest struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Enable int32 `protobuf:"varint,3,opt,name=enable,proto3" json:"enable"` ExcludeIds []int64 `protobuf:"varint,4,rep,packed,name=exclude_ids,json=excludeIds,proto3" json:"exclude_ids"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageListRequest) Reset() { *m = PackageListRequest{} } func (m *PackageListRequest) String() string { return proto.CompactTextString(m) } func (*PackageListRequest) ProtoMessage() {} func (*PackageListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{32} } func (m *PackageListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageListRequest.Unmarshal(m, b) } func (m *PackageListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageListRequest.Marshal(b, m, deterministic) } func (m *PackageListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageListRequest.Merge(m, src) } func (m *PackageListRequest) XXX_Size() int { return xxx_messageInfo_PackageListRequest.Size(m) } func (m *PackageListRequest) XXX_DiscardUnknown() { xxx_messageInfo_PackageListRequest.DiscardUnknown(m) } var xxx_messageInfo_PackageListRequest proto.InternalMessageInfo func (m *PackageListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *PackageListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *PackageListRequest) GetEnable() int32 { if m != nil { return m.Enable } return 0 } func (m *PackageListRequest) GetExcludeIds() []int64 { if m != nil { return m.ExcludeIds } return nil } type PackageListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*PackageItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageListReply) Reset() { *m = PackageListReply{} } func (m *PackageListReply) String() string { return proto.CompactTextString(m) } func (*PackageListReply) ProtoMessage() {} func (*PackageListReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{33} } func (m *PackageListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageListReply.Unmarshal(m, b) } func (m *PackageListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageListReply.Marshal(b, m, deterministic) } func (m *PackageListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageListReply.Merge(m, src) } func (m *PackageListReply) XXX_Size() int { return xxx_messageInfo_PackageListReply.Size(m) } func (m *PackageListReply) XXX_DiscardUnknown() { xxx_messageInfo_PackageListReply.DiscardUnknown(m) } var xxx_messageInfo_PackageListReply proto.InternalMessageInfo func (m *PackageListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *PackageListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *PackageListReply) GetList() []*PackageItem { if m != nil { return m.List } return nil } type ApplicationInfoRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationInfoRequest) Reset() { *m = ApplicationInfoRequest{} } func (m *ApplicationInfoRequest) String() string { return proto.CompactTextString(m) } func (*ApplicationInfoRequest) ProtoMessage() {} func (*ApplicationInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{34} } func (m *ApplicationInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationInfoRequest.Unmarshal(m, b) } func (m *ApplicationInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationInfoRequest.Marshal(b, m, deterministic) } func (m *ApplicationInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationInfoRequest.Merge(m, src) } func (m *ApplicationInfoRequest) XXX_Size() int { return xxx_messageInfo_ApplicationInfoRequest.Size(m) } func (m *ApplicationInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_ApplicationInfoRequest proto.InternalMessageInfo func (m *ApplicationInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type ApplicationInfo struct { Icon string `protobuf:"bytes,1,opt,name=icon,proto3" json:"icon"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` Content string `protobuf:"bytes,4,opt,name=content,proto3" json:"content"` Price int64 `protobuf:"varint,5,opt,name=price,proto3" json:"price"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` Id int64 `protobuf:"varint,7,opt,name=id,proto3" json:"id"` Permissions []*SystemPermissionNotTreeItem `protobuf:"bytes,8,rep,name=permissions,proto3" json:"permissions"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationInfo) Reset() { *m = ApplicationInfo{} } func (m *ApplicationInfo) String() string { return proto.CompactTextString(m) } func (*ApplicationInfo) ProtoMessage() {} func (*ApplicationInfo) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{35} } func (m *ApplicationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationInfo.Unmarshal(m, b) } func (m *ApplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationInfo.Marshal(b, m, deterministic) } func (m *ApplicationInfo) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationInfo.Merge(m, src) } func (m *ApplicationInfo) XXX_Size() int { return xxx_messageInfo_ApplicationInfo.Size(m) } func (m *ApplicationInfo) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationInfo.DiscardUnknown(m) } var xxx_messageInfo_ApplicationInfo proto.InternalMessageInfo func (m *ApplicationInfo) GetIcon() string { if m != nil { return m.Icon } return "" } func (m *ApplicationInfo) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *ApplicationInfo) GetName() string { if m != nil { return m.Name } return "" } func (m *ApplicationInfo) GetContent() string { if m != nil { return m.Content } return "" } func (m *ApplicationInfo) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *ApplicationInfo) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *ApplicationInfo) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ApplicationInfo) GetPermissions() []*SystemPermissionNotTreeItem { if m != nil { return m.Permissions } return nil } type ApplicationInfoReply struct { Info *ApplicationInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ApplicationInfoReply) Reset() { *m = ApplicationInfoReply{} } func (m *ApplicationInfoReply) String() string { return proto.CompactTextString(m) } func (*ApplicationInfoReply) ProtoMessage() {} func (*ApplicationInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{36} } func (m *ApplicationInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationInfoReply.Unmarshal(m, b) } func (m *ApplicationInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ApplicationInfoReply.Marshal(b, m, deterministic) } func (m *ApplicationInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_ApplicationInfoReply.Merge(m, src) } func (m *ApplicationInfoReply) XXX_Size() int { return xxx_messageInfo_ApplicationInfoReply.Size(m) } func (m *ApplicationInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_ApplicationInfoReply.DiscardUnknown(m) } var xxx_messageInfo_ApplicationInfoReply proto.InternalMessageInfo func (m *ApplicationInfoReply) GetInfo() *ApplicationInfo { if m != nil { return m.Info } return nil } type PackageInfoRequest struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageInfoRequest) Reset() { *m = PackageInfoRequest{} } func (m *PackageInfoRequest) String() string { return proto.CompactTextString(m) } func (*PackageInfoRequest) ProtoMessage() {} func (*PackageInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{37} } func (m *PackageInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageInfoRequest.Unmarshal(m, b) } func (m *PackageInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageInfoRequest.Marshal(b, m, deterministic) } func (m *PackageInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageInfoRequest.Merge(m, src) } func (m *PackageInfoRequest) XXX_Size() int { return xxx_messageInfo_PackageInfoRequest.Size(m) } func (m *PackageInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_PackageInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_PackageInfoRequest proto.InternalMessageInfo func (m *PackageInfoRequest) GetId() int64 { if m != nil { return m.Id } return 0 } type PackageInfoReply struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name"` Desc string `protobuf:"bytes,2,opt,name=desc,proto3" json:"desc"` Price int64 `protobuf:"varint,3,opt,name=price,proto3" json:"price"` HouseCount int64 `protobuf:"varint,4,opt,name=house_count,json=houseCount,proto3" json:"house_count"` Id int64 `protobuf:"varint,5,opt,name=id,proto3" json:"id"` Enable bool `protobuf:"varint,6,opt,name=enable,proto3" json:"enable"` Applications []*ApplicationInfo `protobuf:"bytes,7,rep,name=applications,proto3" json:"applications"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *PackageInfoReply) Reset() { *m = PackageInfoReply{} } func (m *PackageInfoReply) String() string { return proto.CompactTextString(m) } func (*PackageInfoReply) ProtoMessage() {} func (*PackageInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{38} } func (m *PackageInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PackageInfoReply.Unmarshal(m, b) } func (m *PackageInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_PackageInfoReply.Marshal(b, m, deterministic) } func (m *PackageInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_PackageInfoReply.Merge(m, src) } func (m *PackageInfoReply) XXX_Size() int { return xxx_messageInfo_PackageInfoReply.Size(m) } func (m *PackageInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_PackageInfoReply.DiscardUnknown(m) } var xxx_messageInfo_PackageInfoReply proto.InternalMessageInfo func (m *PackageInfoReply) GetName() string { if m != nil { return m.Name } return "" } func (m *PackageInfoReply) GetDesc() string { if m != nil { return m.Desc } return "" } func (m *PackageInfoReply) GetPrice() int64 { if m != nil { return m.Price } return 0 } func (m *PackageInfoReply) GetHouseCount() int64 { if m != nil { return m.HouseCount } return 0 } func (m *PackageInfoReply) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *PackageInfoReply) GetEnable() bool { if m != nil { return m.Enable } return false } func (m *PackageInfoReply) GetApplications() []*ApplicationInfo { if m != nil { return m.Applications } return nil } func init() { proto.RegisterType((*SystemPermissionAddRequest)(nil), "pb_v1.SystemPermissionAddRequest") proto.RegisterType((*SystemPermissionAddReply)(nil), "pb_v1.SystemPermissionAddReply") proto.RegisterType((*SystemPermissionUpdateRequest)(nil), "pb_v1.SystemPermissionUpdateRequest") proto.RegisterType((*SystemPermissionUpdateReply)(nil), "pb_v1.SystemPermissionUpdateReply") proto.RegisterType((*SystemPermissionDelRequest)(nil), "pb_v1.SystemPermissionDelRequest") proto.RegisterType((*SystemPermissionDelReply)(nil), "pb_v1.SystemPermissionDelReply") proto.RegisterType((*SystemPermissionListRequest)(nil), "pb_v1.SystemPermissionListRequest") proto.RegisterType((*SystemPermissionItem)(nil), "pb_v1.SystemPermissionItem") proto.RegisterType((*SystemPermissionListReply)(nil), "pb_v1.SystemPermissionListReply") proto.RegisterType((*SystemPermissionNotTreeItem)(nil), "pb_v1.SystemPermissionNotTreeItem") proto.RegisterType((*SystemPermissionsNotTreeRequest)(nil), "pb_v1.SystemPermissionsNotTreeRequest") proto.RegisterType((*SystemPermissionsNotTreeReply)(nil), "pb_v1.SystemPermissionsNotTreeReply") proto.RegisterType((*ProvinceCityAreaRequest)(nil), "pb_v1.ProvinceCityAreaRequest") proto.RegisterType((*ProvinceData)(nil), "pb_v1.ProvinceData") proto.RegisterType((*CityData)(nil), "pb_v1.CityData") proto.RegisterType((*AreaData)(nil), "pb_v1.AreaData") proto.RegisterType((*ProvinceCityAreaReply)(nil), "pb_v1.ProvinceCityAreaReply") proto.RegisterType((*StreetCommitteeRequest)(nil), "pb_v1.StreetCommitteeRequest") proto.RegisterType((*StreetData)(nil), "pb_v1.StreetData") proto.RegisterType((*CommitteeData)(nil), "pb_v1.CommitteeData") proto.RegisterType((*StreetCommitteeReply)(nil), "pb_v1.StreetCommitteeReply") proto.RegisterType((*OssObjAddRequest)(nil), "pb_v1.OssObjAddRequest") proto.RegisterType((*OssObjAddReply)(nil), "pb_v1.OssObjAddReply") proto.RegisterType((*OssObjDelNotExistRequest)(nil), "pb_v1.OssObjDelNotExistRequest") proto.RegisterType((*OssObjDelNotExistReply)(nil), "pb_v1.OssObjDelNotExistReply") proto.RegisterType((*ApplicationListRequest)(nil), "pb_v1.ApplicationListRequest") proto.RegisterType((*ApplicationItem)(nil), "pb_v1.ApplicationItem") proto.RegisterType((*ApplicationListReply)(nil), "pb_v1.ApplicationListReply") proto.RegisterType((*ApplicationPermissionItem)(nil), "pb_v1.ApplicationPermissionItem") proto.RegisterType((*ApplicationPermissionsRequest)(nil), "pb_v1.ApplicationPermissionsRequest") proto.RegisterType((*ApplicationPermissionsReply)(nil), "pb_v1.ApplicationPermissionsReply") proto.RegisterType((*PackageItem)(nil), "pb_v1.PackageItem") proto.RegisterType((*PackageListRequest)(nil), "pb_v1.PackageListRequest") proto.RegisterType((*PackageListReply)(nil), "pb_v1.PackageListReply") proto.RegisterType((*ApplicationInfoRequest)(nil), "pb_v1.ApplicationInfoRequest") proto.RegisterType((*ApplicationInfo)(nil), "pb_v1.ApplicationInfo") proto.RegisterType((*ApplicationInfoReply)(nil), "pb_v1.ApplicationInfoReply") proto.RegisterType((*PackageInfoRequest)(nil), "pb_v1.PackageInfoRequest") proto.RegisterType((*PackageInfoReply)(nil), "pb_v1.PackageInfoReply") } func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) } var fileDescriptor_555bd8c177793206 = []byte{ // 1214 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0x5f, 0x6f, 0xdc, 0x44, 0x10, 0x97, 0xcf, 0xf7, 0xc7, 0x37, 0x97, 0xa6, 0xc1, 0x5c, 0x13, 0xa7, 0x51, 0x94, 0xd4, 0x54, 0x28, 0xaa, 0x20, 0xa1, 0x4d, 0xa9, 0x2a, 0xe0, 0x25, 0x4d, 0x40, 0x8a, 0x54, 0xb5, 0x91, 0x43, 0xd5, 0x0a, 0x1e, 0x4e, 0x3e, 0x7b, 0xd3, 0x6c, 0xf0, 0x79, 0x8d, 0x77, 0x2f, 0xea, 0xf5, 0x81, 0x57, 0xbe, 0x00, 0xe2, 0x9d, 0x07, 0x1e, 0xfb, 0x25, 0xf8, 0x0e, 0x7c, 0x0a, 0xbe, 0x03, 0x42, 0xfb, 0xcf, 0xb7, 0x3e, 0xfb, 0x42, 0x4f, 0x02, 0x51, 0x89, 0xa7, 0x78, 0x67, 0x67, 0x76, 0x66, 0x7e, 0xbf, 0x99, 0xd9, 0xbd, 0xc0, 0x52, 0x44, 0x46, 0x23, 0x92, 0xee, 0x66, 0x39, 0x61, 0xc4, 0x6d, 0x65, 0xc3, 0xc1, 0xe5, 0x5d, 0xff, 0x8d, 0x05, 0x37, 0x4f, 0x27, 0x94, 0xa1, 0xd1, 0x09, 0xca, 0x47, 0x98, 0x52, 0x4c, 0xd2, 0x83, 0x38, 0x0e, 0xd0, 0xf7, 0x63, 0x44, 0x99, 0xdb, 0x87, 0x56, 0x16, 0x91, 0x18, 0x79, 0xd6, 0xb6, 0xb5, 0xd3, 0x0d, 0xe4, 0xc2, 0x75, 0xa1, 0x99, 0x85, 0xec, 0xdc, 0x6b, 0x08, 0xa1, 0xf8, 0xe6, 0xb2, 0x34, 0x1c, 0x21, 0xcf, 0x96, 0x32, 0xfe, 0xed, 0xde, 0x82, 0xa5, 0x30, 0xcb, 0x12, 0xc4, 0xd0, 0x40, 0xe8, 0x37, 0xc5, 0x5e, 0x4f, 0xc9, 0x4e, 0xb8, 0xd9, 0x2a, 0xb4, 0x73, 0x32, 0x66, 0x28, 0xf7, 0x5a, 0x62, 0x53, 0xad, 0xb8, 0x1c, 0xa5, 0xe1, 0x30, 0x41, 0x5e, 0x7b, 0xdb, 0xda, 0x69, 0x05, 0x6a, 0xe5, 0xef, 0x82, 0x57, 0x1b, 0x6e, 0x96, 0x4c, 0x78, 0x08, 0x46, 0xac, 0xe2, 0xdb, 0xff, 0xd9, 0x82, 0xcd, 0x59, 0x83, 0x67, 0x59, 0x1c, 0x32, 0xa4, 0x53, 0xd4, 0xc9, 0x58, 0x35, 0xc9, 0x34, 0xae, 0x48, 0xc6, 0xbe, 0x2a, 0x99, 0x66, 0x29, 0x19, 0x1d, 0x58, 0xcb, 0x08, 0xec, 0x5b, 0xd8, 0x98, 0x17, 0x17, 0xcf, 0xe5, 0x0b, 0x68, 0x93, 0x1c, 0xbf, 0xc4, 0xa9, 0x88, 0xab, 0x77, 0xef, 0xf6, 0xae, 0xe0, 0x6b, 0xf7, 0xca, 0x5c, 0x02, 0x65, 0xe3, 0x7f, 0x52, 0x25, 0xf5, 0x08, 0x25, 0x46, 0xc6, 0x15, 0x9c, 0x5e, 0x54, 0x71, 0x15, 0x16, 0xb3, 0xb1, 0xd8, 0x0b, 0xc7, 0xb2, 0x59, 0x4d, 0xf4, 0x31, 0xa6, 0x4c, 0xa9, 0xf9, 0xbf, 0x35, 0xa0, 0x3f, 0xbb, 0x7f, 0xcc, 0xd0, 0xe8, 0xbf, 0x2b, 0x3d, 0x0d, 0x4f, 0x7b, 0x0a, 0x8f, 0x51, 0x8e, 0x1d, 0xb3, 0x1c, 0xdd, 0x4d, 0x80, 0x28, 0x47, 0x21, 0x43, 0xf1, 0x20, 0x64, 0x9e, 0xb3, 0x6d, 0xed, 0xd8, 0x41, 0x57, 0x49, 0x0e, 0x98, 0xbb, 0x01, 0x5d, 0xa9, 0xc8, 0x77, 0xbb, 0x62, 0xd7, 0x91, 0x82, 0x03, 0xd1, 0x5b, 0x09, 0xba, 0x44, 0x89, 0x07, 0x62, 0x43, 0x2e, 0xdc, 0x7d, 0x68, 0x47, 0xe7, 0x38, 0x89, 0xa9, 0xd7, 0x13, 0x60, 0x6f, 0xcc, 0x01, 0x9b, 0x63, 0x14, 0x28, 0x55, 0xff, 0x31, 0xac, 0xd7, 0x63, 0xcc, 0xe9, 0xdb, 0x83, 0x66, 0x82, 0x29, 0x53, 0xe4, 0x5d, 0x79, 0x9e, 0x50, 0xf4, 0x7f, 0x6a, 0x54, 0x29, 0x7b, 0x42, 0xd8, 0xd7, 0x39, 0x42, 0xff, 0x63, 0x66, 0xfc, 0x5b, 0xb0, 0x35, 0x8b, 0x0a, 0x55, 0xb0, 0xe8, 0x62, 0x7e, 0x5e, 0x1d, 0x36, 0x53, 0x15, 0xce, 0xc5, 0x83, 0x12, 0x17, 0xfe, 0x1c, 0x2e, 0x0c, 0xb0, 0x15, 0x25, 0xeb, 0xb0, 0x76, 0x92, 0x93, 0x4b, 0x9c, 0x46, 0xe8, 0x10, 0xb3, 0xc9, 0x41, 0x8e, 0x42, 0xed, 0xf3, 0x01, 0x2c, 0xe9, 0xad, 0xa3, 0x90, 0x85, 0x75, 0xdd, 0x5d, 0x37, 0xcf, 0xfc, 0xe7, 0xe0, 0xf0, 0xa3, 0x16, 0xb1, 0x71, 0x3f, 0x80, 0x6b, 0x99, 0xf2, 0x35, 0x10, 0x06, 0x92, 0xd8, 0x25, 0x2d, 0x3c, 0xe4, 0xa3, 0x84, 0x81, 0xc3, 0xe3, 0xfb, 0xc7, 0x0f, 0xe6, 0x9c, 0x45, 0x98, 0x4d, 0xa4, 0x82, 0x2c, 0x1b, 0x87, 0x0b, 0x84, 0xd7, 0x37, 0x16, 0xdc, 0xa8, 0x42, 0xc4, 0x31, 0x7f, 0x68, 0x9c, 0x6d, 0x80, 0xff, 0xbe, 0x02, 0xdf, 0x04, 0x6f, 0xea, 0x90, 0xb7, 0x8f, 0xfb, 0x91, 0x72, 0x28, 0xac, 0x1a, 0xc2, 0xea, 0xba, 0xb2, 0xd2, 0xd0, 0xc9, 0x08, 0xb4, 0x76, 0x98, 0xa3, 0x50, 0x6a, 0xdb, 0x25, 0x6d, 0x8d, 0x47, 0xe0, 0x70, 0x0d, 0xae, 0xed, 0x7f, 0x0a, 0xab, 0xa7, 0x2c, 0x47, 0x88, 0x1d, 0x92, 0xd1, 0x08, 0x33, 0x56, 0x14, 0x11, 0x4f, 0x53, 0x9c, 0x63, 0x00, 0x27, 0xcc, 0x44, 0x9a, 0xf7, 0x01, 0xa4, 0xd9, 0x42, 0x5c, 0xbf, 0x80, 0x6b, 0x85, 0x9b, 0x85, 0x78, 0xd9, 0x82, 0x1e, 0x15, 0xee, 0x4c, 0x56, 0x80, 0xaa, 0xc0, 0x63, 0xe4, 0xff, 0x68, 0x41, 0xbf, 0x92, 0x07, 0x47, 0xfd, 0x5e, 0x61, 0x69, 0x60, 0xfe, 0x9e, 0x2e, 0xf8, 0x22, 0x05, 0x7d, 0x98, 0x40, 0xf0, 0x73, 0x58, 0x8e, 0xf4, 0x29, 0x26, 0xe8, 0x7d, 0x0d, 0xba, 0x99, 0x43, 0x70, 0xad, 0xd0, 0x15, 0x80, 0x7e, 0x05, 0x2b, 0x4f, 0x29, 0x7d, 0x3a, 0xbc, 0x30, 0x9e, 0x2f, 0x6b, 0xd0, 0xc1, 0xe9, 0x34, 0x80, 0x6e, 0xd0, 0xc6, 0x62, 0x30, 0xba, 0xeb, 0xe0, 0x90, 0x31, 0x9b, 0xfa, 0xe8, 0x06, 0x1d, 0x32, 0x16, 0x41, 0xf8, 0x2b, 0xb0, 0x6c, 0x9c, 0x93, 0x25, 0x13, 0x7f, 0x1f, 0x3c, 0x29, 0x39, 0x42, 0xc9, 0x13, 0xc2, 0xbe, 0x7c, 0x35, 0xbd, 0xbe, 0xb8, 0x07, 0x32, 0xbc, 0x18, 0x8c, 0xf3, 0x44, 0x61, 0xd9, 0x26, 0xc3, 0x8b, 0x67, 0x79, 0xe2, 0x7b, 0xb0, 0x5a, 0x63, 0xc4, 0x8f, 0xfb, 0xc5, 0x82, 0xd5, 0x83, 0x2c, 0x4b, 0x70, 0x14, 0xb2, 0xf2, 0x65, 0x28, 0x67, 0xe8, 0x4b, 0x49, 0x8b, 0x1d, 0x88, 0x6f, 0x5e, 0x0e, 0xfc, 0xef, 0x80, 0xe2, 0xd7, 0x92, 0x1b, 0x3b, 0x70, 0xb8, 0xe0, 0x14, 0xbf, 0x36, 0xa7, 0x9f, 0x3d, 0x3b, 0xfd, 0xb2, 0x30, 0xfa, 0x8e, 0xdb, 0xe1, 0x58, 0xf4, 0x8a, 0x1d, 0x74, 0x95, 0xe4, 0x38, 0xe6, 0xb4, 0xa2, 0x57, 0x51, 0x32, 0x8e, 0xf9, 0x36, 0xf5, 0x5a, 0xdb, 0xf6, 0x8e, 0x1d, 0x80, 0x12, 0x1d, 0xc7, 0xd4, 0xff, 0xd5, 0x82, 0xeb, 0x46, 0x8c, 0x62, 0xec, 0xbb, 0xd0, 0xc4, 0x11, 0x49, 0x75, 0xcd, 0xf0, 0x6f, 0x2e, 0x8b, 0x11, 0x8d, 0x74, 0xcd, 0xf0, 0xef, 0xda, 0xa1, 0xef, 0x41, 0x27, 0x22, 0x29, 0x43, 0x29, 0x53, 0x8d, 0xab, 0x97, 0xe2, 0x32, 0xc9, 0x71, 0x24, 0x1f, 0x47, 0x76, 0x20, 0x17, 0x33, 0xcf, 0x3f, 0xa7, 0xc8, 0x6b, 0x19, 0x1a, 0x38, 0x16, 0x93, 0xde, 0x0e, 0x1a, 0x38, 0xf6, 0x13, 0xe8, 0x57, 0xa0, 0xe4, 0xd5, 0xd7, 0x87, 0x16, 0x23, 0x2c, 0x4c, 0x14, 0x92, 0x72, 0x51, 0xc0, 0xdb, 0x30, 0xe0, 0xbd, 0xa3, 0x26, 0xb2, 0x6c, 0xd8, 0x55, 0xdd, 0xb0, 0xe5, 0xdc, 0xd5, 0x14, 0xfe, 0xd3, 0x82, 0x75, 0x63, 0xe7, 0xad, 0x1e, 0x2c, 0xb3, 0xd7, 0x5d, 0xa3, 0x7a, 0xdd, 0xd5, 0x01, 0x76, 0x13, 0x1c, 0x8a, 0x12, 0x14, 0x31, 0x24, 0xe9, 0x73, 0x82, 0x62, 0xbd, 0xd0, 0xf5, 0xa8, 0x6f, 0xe5, 0x8e, 0x71, 0x2b, 0x3f, 0x2c, 0x9e, 0x18, 0x8e, 0x48, 0x7a, 0xbb, 0x9a, 0xf4, 0x9c, 0x77, 0xc6, 0x1e, 0x6c, 0xd6, 0x2a, 0x51, 0x5d, 0xc0, 0x92, 0x1f, 0xab, 0xe0, 0xe7, 0x14, 0x36, 0xe6, 0x19, 0x70, 0x9a, 0xee, 0x97, 0xae, 0xc3, 0xbf, 0x8f, 0x43, 0xbd, 0x4f, 0x2c, 0xe8, 0x9d, 0xa8, 0x5a, 0x56, 0x85, 0x29, 0xf0, 0xb3, 0x0c, 0xfc, 0xea, 0x0a, 0xb3, 0x28, 0x35, 0xdb, 0x2c, 0xb5, 0x2d, 0xe8, 0x9d, 0x93, 0x31, 0xe5, 0xf7, 0xce, 0x58, 0x95, 0xa7, 0x1d, 0x80, 0x10, 0x1d, 0x72, 0x89, 0xca, 0xa9, 0xa5, 0x73, 0x9a, 0x57, 0x9b, 0xfe, 0x0f, 0xe0, 0xaa, 0xa8, 0xfe, 0x95, 0x96, 0x9e, 0xe9, 0xd9, 0x66, 0xa5, 0x67, 0x63, 0x58, 0x29, 0xf9, 0x57, 0x3f, 0x89, 0x2a, 0xde, 0x8b, 0xde, 0x68, 0x98, 0xbd, 0xf1, 0x61, 0xa9, 0x0f, 0x5c, 0x7d, 0x39, 0x4e, 0x61, 0x56, 0xe0, 0xef, 0x94, 0x86, 0xd7, 0x71, 0x7a, 0x46, 0xe6, 0x71, 0xff, 0xc7, 0xcc, 0x0c, 0x49, 0xcf, 0xc8, 0xbb, 0x38, 0x43, 0xdc, 0x23, 0xe8, 0x65, 0xd3, 0xc2, 0x54, 0x3d, 0xf1, 0x36, 0x4f, 0x33, 0xd3, 0xcc, 0x7f, 0x54, 0x9a, 0x44, 0x12, 0x17, 0xce, 0xc0, 0x1d, 0x68, 0xe2, 0xf4, 0x8c, 0xa8, 0x9f, 0x71, 0x75, 0xf3, 0x85, 0xab, 0x0a, 0x1d, 0xff, 0x76, 0x51, 0x41, 0x57, 0xe1, 0xfa, 0xbb, 0x55, 0x10, 0x3d, 0x75, 0xf3, 0x6e, 0xf4, 0x80, 0xfb, 0x99, 0x9c, 0x76, 0x2a, 0x35, 0xea, 0x75, 0xe6, 0x4e, 0x55, 0x1e, 0x79, 0x49, 0xf7, 0xd1, 0xda, 0x37, 0x37, 0xb2, 0x9c, 0x64, 0x28, 0x67, 0x93, 0x8f, 0xa9, 0x80, 0x7d, 0x2f, 0x1b, 0xee, 0x5d, 0xde, 0x1d, 0xb6, 0xc5, 0x7f, 0x2c, 0xf6, 0xff, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x68, 0x84, 0xfe, 0xc1, 0x10, 0x00, 0x00, }