// 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"` // 方法 Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 该路由是否需要前端控制 Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` 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) GetMethod() int32 { if m != nil { return m.Method } return 0 } func (m *SystemPermissionAddRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionAddRequest) GetFront() bool { if m != nil { return m.Front } return false } func (m *SystemPermissionAddRequest) GetRouter() string { if m != nil { return m.Router } return "" } 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 { // 方法 Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 该路由是否需要前端控制 Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,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) GetMethod() int32 { if m != nil { return m.Method } return 0 } func (m *SystemPermissionUpdateRequest) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionUpdateRequest) GetFront() bool { if m != nil { return m.Front } return false } 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 { 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 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 { 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 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"` // 方法 Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 该路由是否需要前端控制 Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` Childs []*SystemPermissionItem `protobuf:"bytes,7,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) GetMethod() int32 { if m != nil { return m.Method } return 0 } func (m *SystemPermissionItem) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionItem) GetFront() bool { if m != nil { return m.Front } return false } 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) 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"` // 方法 Method int32 `protobuf:"varint,2,opt,name=method,proto3" json:"method"` // 权限名字 Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name"` // 该路由是否需要前端控制 Front bool `protobuf:"varint,4,opt,name=front,proto3" json:"front"` // 路由 Router string `protobuf:"bytes,5,opt,name=router,proto3" json:"router"` Code string `protobuf:"bytes,6,opt,name=code,proto3" json:"code"` 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) GetMethod() int32 { if m != nil { return m.Method } return 0 } func (m *SystemPermissionNotTreeItem) GetName() string { if m != nil { return m.Name } return "" } func (m *SystemPermissionNotTreeItem) GetFront() bool { if m != nil { return m.Front } return false } func (m *SystemPermissionNotTreeItem) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionNotTreeItem) GetCode() string { if m != nil { return m.Code } return "" } // 平铺权限列表 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 CityRequest struct { CityName string `protobuf:"bytes,1,opt,name=city_name,json=cityName,proto3" json:"city_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityRequest) Reset() { *m = CityRequest{} } func (m *CityRequest) String() string { return proto.CompactTextString(m) } func (*CityRequest) ProtoMessage() {} func (*CityRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{17} } func (m *CityRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityRequest.Unmarshal(m, b) } func (m *CityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityRequest.Marshal(b, m, deterministic) } func (m *CityRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_CityRequest.Merge(m, src) } func (m *CityRequest) XXX_Size() int { return xxx_messageInfo_CityRequest.Size(m) } func (m *CityRequest) XXX_DiscardUnknown() { xxx_messageInfo_CityRequest.DiscardUnknown(m) } var xxx_messageInfo_CityRequest proto.InternalMessageInfo func (m *CityRequest) GetCityName() string { if m != nil { return m.CityName } return "" } type CityReply 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"` ProvinceName string `protobuf:"bytes,4,opt,name=province_name,json=provinceName,proto3" json:"province_name"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityReply) Reset() { *m = CityReply{} } func (m *CityReply) String() string { return proto.CompactTextString(m) } func (*CityReply) ProtoMessage() {} func (*CityReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{18} } func (m *CityReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityReply.Unmarshal(m, b) } func (m *CityReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityReply.Marshal(b, m, deterministic) } func (m *CityReply) XXX_Merge(src proto.Message) { xxx_messageInfo_CityReply.Merge(m, src) } func (m *CityReply) XXX_Size() int { return xxx_messageInfo_CityReply.Size(m) } func (m *CityReply) XXX_DiscardUnknown() { xxx_messageInfo_CityReply.DiscardUnknown(m) } var xxx_messageInfo_CityReply proto.InternalMessageInfo func (m *CityReply) GetCode() string { if m != nil { return m.Code } return "" } func (m *CityReply) GetName() string { if m != nil { return m.Name } return "" } func (m *CityReply) GetProvinceCode() string { if m != nil { return m.ProvinceCode } return "" } func (m *CityReply) GetProvinceName() string { if m != nil { return m.ProvinceName } return "" } 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{19} } 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{20} } 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{21} } 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{22} } 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 SystemPermissionRouterRequest struct { Router string `protobuf:"bytes,1,opt,name=router,proto3" json:"router"` Method string `protobuf:"bytes,2,opt,name=method,proto3" json:"method"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SystemPermissionRouterRequest) Reset() { *m = SystemPermissionRouterRequest{} } func (m *SystemPermissionRouterRequest) String() string { return proto.CompactTextString(m) } func (*SystemPermissionRouterRequest) ProtoMessage() {} func (*SystemPermissionRouterRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{23} } func (m *SystemPermissionRouterRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionRouterRequest.Unmarshal(m, b) } func (m *SystemPermissionRouterRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionRouterRequest.Marshal(b, m, deterministic) } func (m *SystemPermissionRouterRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionRouterRequest.Merge(m, src) } func (m *SystemPermissionRouterRequest) XXX_Size() int { return xxx_messageInfo_SystemPermissionRouterRequest.Size(m) } func (m *SystemPermissionRouterRequest) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionRouterRequest.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionRouterRequest proto.InternalMessageInfo func (m *SystemPermissionRouterRequest) GetRouter() string { if m != nil { return m.Router } return "" } func (m *SystemPermissionRouterRequest) GetMethod() string { if m != nil { return m.Method } return "" } type SystemPermissionRouterReply 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 *SystemPermissionRouterReply) Reset() { *m = SystemPermissionRouterReply{} } func (m *SystemPermissionRouterReply) String() string { return proto.CompactTextString(m) } func (*SystemPermissionRouterReply) ProtoMessage() {} func (*SystemPermissionRouterReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{24} } func (m *SystemPermissionRouterReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SystemPermissionRouterReply.Unmarshal(m, b) } func (m *SystemPermissionRouterReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SystemPermissionRouterReply.Marshal(b, m, deterministic) } func (m *SystemPermissionRouterReply) XXX_Merge(src proto.Message) { xxx_messageInfo_SystemPermissionRouterReply.Merge(m, src) } func (m *SystemPermissionRouterReply) XXX_Size() int { return xxx_messageInfo_SystemPermissionRouterReply.Size(m) } func (m *SystemPermissionRouterReply) XXX_DiscardUnknown() { xxx_messageInfo_SystemPermissionRouterReply.DiscardUnknown(m) } var xxx_messageInfo_SystemPermissionRouterReply proto.InternalMessageInfo func (m *SystemPermissionRouterReply) GetCode() string { if m != nil { return m.Code } return "" } 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{25} } 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{26} } 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 MaterialInfoRequest struct { Mtype int32 `protobuf:"varint,1,opt,name=mtype,proto3" json:"mtype"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MaterialInfoRequest) Reset() { *m = MaterialInfoRequest{} } func (m *MaterialInfoRequest) String() string { return proto.CompactTextString(m) } func (*MaterialInfoRequest) ProtoMessage() {} func (*MaterialInfoRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{27} } func (m *MaterialInfoRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaterialInfoRequest.Unmarshal(m, b) } func (m *MaterialInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MaterialInfoRequest.Marshal(b, m, deterministic) } func (m *MaterialInfoRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MaterialInfoRequest.Merge(m, src) } func (m *MaterialInfoRequest) XXX_Size() int { return xxx_messageInfo_MaterialInfoRequest.Size(m) } func (m *MaterialInfoRequest) XXX_DiscardUnknown() { xxx_messageInfo_MaterialInfoRequest.DiscardUnknown(m) } var xxx_messageInfo_MaterialInfoRequest proto.InternalMessageInfo func (m *MaterialInfoRequest) GetMtype() int32 { if m != nil { return m.Mtype } return 0 } type MaterialInfoReply struct { Pic string `protobuf:"bytes,1,opt,name=pic,proto3" json:"pic"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MaterialInfoReply) Reset() { *m = MaterialInfoReply{} } func (m *MaterialInfoReply) String() string { return proto.CompactTextString(m) } func (*MaterialInfoReply) ProtoMessage() {} func (*MaterialInfoReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{28} } func (m *MaterialInfoReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaterialInfoReply.Unmarshal(m, b) } func (m *MaterialInfoReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MaterialInfoReply.Marshal(b, m, deterministic) } func (m *MaterialInfoReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MaterialInfoReply.Merge(m, src) } func (m *MaterialInfoReply) XXX_Size() int { return xxx_messageInfo_MaterialInfoReply.Size(m) } func (m *MaterialInfoReply) XXX_DiscardUnknown() { xxx_messageInfo_MaterialInfoReply.DiscardUnknown(m) } var xxx_messageInfo_MaterialInfoReply proto.InternalMessageInfo func (m *MaterialInfoReply) GetPic() string { if m != nil { return m.Pic } return "" } type MaterialItem struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"` Mtype int32 `protobuf:"varint,2,opt,name=mtype,proto3" json:"mtype"` Pic string `protobuf:"bytes,3,opt,name=pic,proto3" json:"pic"` CreatedAt int64 `protobuf:"varint,4,opt,name=created_at,json=createdAt,proto3" json:"created_at"` Enable int32 `protobuf:"varint,5,opt,name=enable,proto3" json:"enable"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MaterialItem) Reset() { *m = MaterialItem{} } func (m *MaterialItem) String() string { return proto.CompactTextString(m) } func (*MaterialItem) ProtoMessage() {} func (*MaterialItem) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{29} } func (m *MaterialItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaterialItem.Unmarshal(m, b) } func (m *MaterialItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MaterialItem.Marshal(b, m, deterministic) } func (m *MaterialItem) XXX_Merge(src proto.Message) { xxx_messageInfo_MaterialItem.Merge(m, src) } func (m *MaterialItem) XXX_Size() int { return xxx_messageInfo_MaterialItem.Size(m) } func (m *MaterialItem) XXX_DiscardUnknown() { xxx_messageInfo_MaterialItem.DiscardUnknown(m) } var xxx_messageInfo_MaterialItem proto.InternalMessageInfo func (m *MaterialItem) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *MaterialItem) GetMtype() int32 { if m != nil { return m.Mtype } return 0 } func (m *MaterialItem) GetPic() string { if m != nil { return m.Pic } return "" } func (m *MaterialItem) GetCreatedAt() int64 { if m != nil { return m.CreatedAt } return 0 } func (m *MaterialItem) GetEnable() int32 { if m != nil { return m.Enable } return 0 } type MaterialListRequest 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"` Mtypes []int32 `protobuf:"varint,3,rep,packed,name=mtypes,proto3" json:"mtypes"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MaterialListRequest) Reset() { *m = MaterialListRequest{} } func (m *MaterialListRequest) String() string { return proto.CompactTextString(m) } func (*MaterialListRequest) ProtoMessage() {} func (*MaterialListRequest) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{30} } func (m *MaterialListRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaterialListRequest.Unmarshal(m, b) } func (m *MaterialListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MaterialListRequest.Marshal(b, m, deterministic) } func (m *MaterialListRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_MaterialListRequest.Merge(m, src) } func (m *MaterialListRequest) XXX_Size() int { return xxx_messageInfo_MaterialListRequest.Size(m) } func (m *MaterialListRequest) XXX_DiscardUnknown() { xxx_messageInfo_MaterialListRequest.DiscardUnknown(m) } var xxx_messageInfo_MaterialListRequest proto.InternalMessageInfo func (m *MaterialListRequest) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *MaterialListRequest) GetPageSize() int64 { if m != nil { return m.PageSize } return 0 } func (m *MaterialListRequest) GetMtypes() []int32 { if m != nil { return m.Mtypes } return nil } type MaterialListReply struct { Page int64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total"` List []*MaterialItem `protobuf:"bytes,3,rep,name=list,proto3" json:"list"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MaterialListReply) Reset() { *m = MaterialListReply{} } func (m *MaterialListReply) String() string { return proto.CompactTextString(m) } func (*MaterialListReply) ProtoMessage() {} func (*MaterialListReply) Descriptor() ([]byte, []int) { return fileDescriptor_555bd8c177793206, []int{31} } func (m *MaterialListReply) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaterialListReply.Unmarshal(m, b) } func (m *MaterialListReply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MaterialListReply.Marshal(b, m, deterministic) } func (m *MaterialListReply) XXX_Merge(src proto.Message) { xxx_messageInfo_MaterialListReply.Merge(m, src) } func (m *MaterialListReply) XXX_Size() int { return xxx_messageInfo_MaterialListReply.Size(m) } func (m *MaterialListReply) XXX_DiscardUnknown() { xxx_messageInfo_MaterialListReply.DiscardUnknown(m) } var xxx_messageInfo_MaterialListReply proto.InternalMessageInfo func (m *MaterialListReply) GetPage() int64 { if m != nil { return m.Page } return 0 } func (m *MaterialListReply) GetTotal() int64 { if m != nil { return m.Total } return 0 } func (m *MaterialListReply) GetList() []*MaterialItem { if m != nil { return m.List } 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((*CityRequest)(nil), "pb_v1.CityRequest") proto.RegisterType((*CityReply)(nil), "pb_v1.CityReply") 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((*SystemPermissionRouterRequest)(nil), "pb_v1.SystemPermissionRouterRequest") proto.RegisterType((*SystemPermissionRouterReply)(nil), "pb_v1.SystemPermissionRouterReply") proto.RegisterType((*OssObjDelNotExistRequest)(nil), "pb_v1.OssObjDelNotExistRequest") proto.RegisterType((*OssObjDelNotExistReply)(nil), "pb_v1.OssObjDelNotExistReply") proto.RegisterType((*MaterialInfoRequest)(nil), "pb_v1.MaterialInfoRequest") proto.RegisterType((*MaterialInfoReply)(nil), "pb_v1.MaterialInfoReply") proto.RegisterType((*MaterialItem)(nil), "pb_v1.MaterialItem") proto.RegisterType((*MaterialListRequest)(nil), "pb_v1.MaterialListRequest") proto.RegisterType((*MaterialListReply)(nil), "pb_v1.MaterialListReply") } func init() { proto.RegisterFile("common.proto", fileDescriptor_555bd8c177793206) } var fileDescriptor_555bd8c177793206 = []byte{ // 883 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x56, 0xd1, 0x6e, 0xeb, 0x44, 0x10, 0x95, 0xe3, 0x24, 0x37, 0x99, 0xa6, 0x17, 0xae, 0x6f, 0xe8, 0x75, 0x5b, 0x55, 0x0d, 0x8b, 0x10, 0x11, 0xd0, 0x94, 0xb6, 0x50, 0x21, 0xf1, 0x54, 0x5a, 0x1e, 0x2a, 0x95, 0xb6, 0x72, 0xa9, 0x8a, 0x78, 0x20, 0xda, 0xd8, 0xdb, 0xc6, 0x95, 0x9d, 0x35, 0xeb, 0x4d, 0xc1, 0x95, 0xfa, 0xcc, 0x0b, 0x7c, 0x04, 0x1f, 0xc0, 0xb7, 0xf0, 0x4b, 0x68, 0xd7, 0xbb, 0xf6, 0x26, 0x71, 0x84, 0x8a, 0x00, 0xf1, 0x54, 0xaf, 0x7b, 0xe6, 0xcc, 0x99, 0xb3, 0xe3, 0x99, 0x40, 0xc7, 0xa7, 0x71, 0x4c, 0x27, 0x83, 0x84, 0x51, 0x4e, 0x9d, 0x46, 0x32, 0x1a, 0x3e, 0xec, 0xa1, 0x5f, 0x2c, 0xd8, 0xb8, 0xca, 0x52, 0x4e, 0xe2, 0x4b, 0xc2, 0xe2, 0x30, 0x4d, 0x43, 0x3a, 0x39, 0x0a, 0x02, 0x8f, 0xfc, 0x30, 0x25, 0x29, 0x77, 0xba, 0xd0, 0x48, 0x7c, 0x1a, 0x10, 0xd7, 0xea, 0x59, 0xfd, 0xb6, 0x97, 0x1f, 0x9c, 0x35, 0x68, 0xc6, 0x84, 0x8f, 0x69, 0xe0, 0xd6, 0x7a, 0x56, 0xbf, 0xe1, 0xa9, 0x93, 0xe3, 0x40, 0x7d, 0x82, 0x63, 0xe2, 0xda, 0x12, 0x2c, 0x9f, 0x05, 0xc3, 0x2d, 0xa3, 0x13, 0xee, 0xd6, 0x7b, 0x56, 0xbf, 0xe5, 0xe5, 0x07, 0xc1, 0xc0, 0xe8, 0x94, 0x13, 0xe6, 0x36, 0x24, 0x56, 0x9d, 0xd0, 0x00, 0xdc, 0x4a, 0x35, 0x49, 0x94, 0x09, 0x76, 0x43, 0x8a, 0x7c, 0x46, 0xbf, 0x5a, 0xb0, 0x35, 0x1f, 0x70, 0x9d, 0x04, 0x98, 0x13, 0x5d, 0xc1, 0xbf, 0xa6, 0xb5, 0xd0, 0xd3, 0x34, 0xf4, 0x6c, 0xc1, 0xe6, 0x32, 0x39, 0x49, 0x94, 0xa1, 0x4f, 0x16, 0xcd, 0x3e, 0x21, 0x91, 0x96, 0x5a, 0x55, 0xe0, 0xc6, 0xa2, 0x21, 0x32, 0x42, 0xb0, 0x55, 0x24, 0x3b, 0x0b, 0x53, 0xae, 0xe8, 0xd0, 0x1f, 0x16, 0x74, 0xe7, 0xff, 0x7f, 0xca, 0x49, 0xfc, 0x5f, 0x5f, 0x6a, 0x95, 0x51, 0xce, 0x01, 0x34, 0xfd, 0x71, 0x18, 0x05, 0xa9, 0xfb, 0xa2, 0x67, 0xf7, 0x57, 0xf6, 0x37, 0x07, 0xb2, 0x1f, 0x07, 0x55, 0x82, 0x3d, 0x05, 0x45, 0x67, 0xb0, 0x5e, 0x5d, 0xb0, 0x68, 0x8f, 0x5d, 0xa8, 0x47, 0x61, 0xca, 0x5d, 0xeb, 0xaf, 0xf9, 0x24, 0x10, 0xfd, 0x66, 0x2d, 0xfa, 0x77, 0x4e, 0xf9, 0x37, 0x8c, 0x90, 0xff, 0x8b, 0x4d, 0xe8, 0x5d, 0xd8, 0x9e, 0x97, 0x98, 0x2a, 0x8d, 0xfa, 0x9a, 0x6f, 0x16, 0xbf, 0x80, 0x12, 0x22, 0x8c, 0x39, 0x9c, 0x31, 0x06, 0x2d, 0x31, 0xc6, 0xa8, 0x5c, 0xf9, 0xb3, 0x0e, 0x6f, 0x2e, 0x19, 0x7d, 0x08, 0x27, 0x3e, 0x39, 0x0e, 0x79, 0x76, 0xc4, 0x08, 0xd6, 0x39, 0x0f, 0xa1, 0xa3, 0xff, 0x75, 0x82, 0x39, 0xae, 0xea, 0xdc, 0xc2, 0x90, 0x5a, 0x69, 0x08, 0xba, 0x81, 0x96, 0xa0, 0x7a, 0x4e, 0x8c, 0xf3, 0x1e, 0xac, 0x26, 0x2a, 0xd7, 0x50, 0x06, 0xe4, 0x0e, 0x77, 0xf4, 0xcb, 0x63, 0xe1, 0x13, 0x87, 0x96, 0xd0, 0xf7, 0x8f, 0x13, 0x3b, 0x9b, 0xd0, 0xf6, 0x43, 0x9e, 0xe5, 0x80, 0xba, 0x04, 0xb4, 0xc4, 0x0b, 0x99, 0xf5, 0x77, 0x0b, 0xde, 0x59, 0xb4, 0x48, 0x78, 0xfe, 0xb9, 0xc1, 0x6d, 0x98, 0xff, 0x5a, 0x99, 0x6f, 0x9a, 0x57, 0x26, 0x14, 0xbd, 0xec, 0x7c, 0xac, 0x12, 0xca, 0xa8, 0x9a, 0x8c, 0x7a, 0x4b, 0x45, 0x69, 0xeb, 0x72, 0x05, 0x1a, 0x8d, 0x19, 0xc1, 0x39, 0xda, 0x9e, 0x41, 0x6b, 0x3f, 0xbc, 0x96, 0x40, 0x08, 0x34, 0xfa, 0x10, 0x56, 0x04, 0x87, 0x9e, 0x37, 0xba, 0x36, 0xe9, 0x8c, 0x55, 0xd6, 0x76, 0x2e, 0xae, 0xea, 0x09, 0xda, 0x39, 0x76, 0xc9, 0xe8, 0xfd, 0xfb, 0x96, 0x9a, 0x20, 0xc9, 0x50, 0x9f, 0x05, 0xc9, 0xf4, 0x9f, 0xc1, 0xda, 0x15, 0x67, 0x84, 0xf0, 0x63, 0x1a, 0xc7, 0x21, 0xe7, 0x45, 0xbf, 0x0b, 0xd5, 0xb2, 0x64, 0x43, 0x90, 0xac, 0x50, 0xde, 0xc8, 0xa7, 0x00, 0x79, 0xd8, 0xb3, 0xda, 0xf2, 0x5b, 0x58, 0x2d, 0xd2, 0x3c, 0xab, 0x85, 0xb6, 0x61, 0x25, 0x95, 0xe9, 0xcc, 0x6a, 0x21, 0x55, 0xc2, 0x03, 0x82, 0x7e, 0x16, 0x33, 0x78, 0xbe, 0x0e, 0xe1, 0xe8, 0x7e, 0x11, 0x69, 0xb4, 0xc7, 0x2b, 0xfd, 0x6d, 0x16, 0x25, 0x68, 0x32, 0x79, 0xd9, 0x5f, 0xc0, 0x4b, 0x5f, 0xb3, 0x98, 0xfd, 0xd1, 0xd5, 0xfd, 0x61, 0xd6, 0xe0, 0xad, 0x16, 0x58, 0x79, 0xf7, 0x17, 0x8b, 0x63, 0xc2, 0x93, 0x73, 0xc7, 0x58, 0x94, 0x6a, 0x2c, 0x59, 0x33, 0x63, 0x69, 0x76, 0xe0, 0xb5, 0xf5, 0xc0, 0x43, 0x7b, 0x8b, 0xd3, 0x53, 0x13, 0x2e, 0xdb, 0xd6, 0x07, 0xe0, 0x5e, 0xa4, 0xe9, 0xc5, 0xe8, 0xfe, 0x84, 0x44, 0xe7, 0x94, 0x7f, 0xf5, 0x53, 0xb9, 0xad, 0x9c, 0x37, 0xf0, 0x82, 0x8e, 0xee, 0x87, 0x53, 0x16, 0xe9, 0xfc, 0x74, 0x74, 0x7f, 0xcd, 0x22, 0xe4, 0xc2, 0x5a, 0x45, 0x90, 0xd8, 0x7f, 0x1f, 0xc1, 0xeb, 0xaf, 0x31, 0x27, 0x2c, 0xc4, 0xd1, 0xe9, 0xe4, 0x96, 0x1a, 0xbf, 0x59, 0x62, 0x9e, 0x25, 0x79, 0xea, 0x86, 0x97, 0x1f, 0xd0, 0xfb, 0xf0, 0x6a, 0x16, 0x2c, 0x44, 0xbe, 0x0d, 0x76, 0x12, 0xfa, 0x2a, 0xa1, 0x78, 0x44, 0x4f, 0xd0, 0x29, 0x60, 0x62, 0x09, 0xbc, 0x84, 0x5a, 0x18, 0x48, 0x80, 0xed, 0xd5, 0xc2, 0xa0, 0x24, 0xaf, 0x19, 0xe4, 0x9a, 0xc7, 0x2e, 0x78, 0x9c, 0x2d, 0x00, 0x9f, 0x11, 0xcc, 0x49, 0x30, 0xc4, 0xf9, 0xfc, 0xb7, 0xbd, 0xb6, 0x7a, 0x73, 0x24, 0xcd, 0x26, 0x13, 0x3c, 0x8a, 0x88, 0xdc, 0x01, 0x0d, 0x4f, 0x9d, 0xd0, 0xf7, 0x65, 0x49, 0xc6, 0x2a, 0x17, 0x66, 0x26, 0xf8, 0x8e, 0x28, 0x1d, 0xf2, 0x59, 0x7c, 0x07, 0xe2, 0xef, 0x30, 0x0d, 0x1f, 0x73, 0x35, 0xb6, 0xd7, 0x12, 0x2f, 0xae, 0xc2, 0xc7, 0x7c, 0x4b, 0x09, 0x65, 0xa9, 0x1c, 0x0a, 0x62, 0x4b, 0xc9, 0x13, 0xba, 0x2d, 0x5d, 0x28, 0x37, 0x67, 0x15, 0x7b, 0x17, 0x1a, 0x9c, 0x72, 0x1c, 0x29, 0xe6, 0xfc, 0xe0, 0x7c, 0xa0, 0x56, 0x89, 0x3d, 0x33, 0xcd, 0x4c, 0xc3, 0xf2, 0xdd, 0xf1, 0x25, 0xfa, 0xae, 0x97, 0x30, 0x9a, 0x10, 0xc6, 0xb3, 0x9d, 0x31, 0x9d, 0xa6, 0x64, 0x4c, 0xa3, 0x60, 0xe7, 0x0e, 0x73, 0xf2, 0x23, 0xce, 0x76, 0x93, 0xd1, 0xee, 0xc3, 0xde, 0xa8, 0x29, 0x7f, 0x88, 0x1e, 0xfc, 0x19, 0x00, 0x00, 0xff, 0xff, 0x91, 0x70, 0xf8, 0x19, 0x98, 0x0a, 0x00, 0x00, }