// Code generated by protoc-gen-go. DO NOT EDIT. // source: transform.proto package transform import ( context "context" fmt "fmt" proto "github.com/golang/protobuf/proto" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" 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 UserRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserRequest) Reset() { *m = UserRequest{} } func (m *UserRequest) String() string { return proto.CompactTextString(m) } func (*UserRequest) ProtoMessage() {} func (*UserRequest) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{0} } func (m *UserRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserRequest.Unmarshal(m, b) } func (m *UserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserRequest.Marshal(b, m, deterministic) } func (m *UserRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_UserRequest.Merge(m, src) } func (m *UserRequest) XXX_Size() int { return xxx_messageInfo_UserRequest.Size(m) } func (m *UserRequest) XXX_DiscardUnknown() { xxx_messageInfo_UserRequest.DiscardUnknown(m) } var xxx_messageInfo_UserRequest proto.InternalMessageInfo func (m *UserRequest) GetId() string { if m != nil { return m.Id } return "" } func (m *UserRequest) GetPhone() string { if m != nil { return m.Phone } return "" } type UserResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"` Roles string `protobuf:"bytes,3,opt,name=roles,proto3" json:"roles,omitempty"` Status int64 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` ErpRoleType int64 `protobuf:"varint,5,opt,name=erpRoleType,proto3" json:"erpRoleType,omitempty"` UserName string `protobuf:"bytes,6,opt,name=userName,proto3" json:"userName,omitempty"` CityName string `protobuf:"bytes,7,opt,name=cityName,proto3" json:"cityName,omitempty"` Gender int64 `protobuf:"varint,8,opt,name=gender,proto3" json:"gender,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *UserResponse) Reset() { *m = UserResponse{} } func (m *UserResponse) String() string { return proto.CompactTextString(m) } func (*UserResponse) ProtoMessage() {} func (*UserResponse) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{1} } func (m *UserResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserResponse.Unmarshal(m, b) } func (m *UserResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_UserResponse.Marshal(b, m, deterministic) } func (m *UserResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_UserResponse.Merge(m, src) } func (m *UserResponse) XXX_Size() int { return xxx_messageInfo_UserResponse.Size(m) } func (m *UserResponse) XXX_DiscardUnknown() { xxx_messageInfo_UserResponse.DiscardUnknown(m) } var xxx_messageInfo_UserResponse proto.InternalMessageInfo func (m *UserResponse) GetId() string { if m != nil { return m.Id } return "" } func (m *UserResponse) GetPhone() string { if m != nil { return m.Phone } return "" } func (m *UserResponse) GetRoles() string { if m != nil { return m.Roles } return "" } func (m *UserResponse) GetStatus() int64 { if m != nil { return m.Status } return 0 } func (m *UserResponse) GetErpRoleType() int64 { if m != nil { return m.ErpRoleType } return 0 } func (m *UserResponse) GetUserName() string { if m != nil { return m.UserName } return "" } func (m *UserResponse) GetCityName() string { if m != nil { return m.CityName } return "" } func (m *UserResponse) GetGender() int64 { if m != nil { return m.Gender } return 0 } type TokenRequest struct { Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TokenRequest) Reset() { *m = TokenRequest{} } func (m *TokenRequest) String() string { return proto.CompactTextString(m) } func (*TokenRequest) ProtoMessage() {} func (*TokenRequest) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{2} } func (m *TokenRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TokenRequest.Unmarshal(m, b) } func (m *TokenRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TokenRequest.Marshal(b, m, deterministic) } func (m *TokenRequest) XXX_Merge(src proto.Message) { xxx_messageInfo_TokenRequest.Merge(m, src) } func (m *TokenRequest) XXX_Size() int { return xxx_messageInfo_TokenRequest.Size(m) } func (m *TokenRequest) XXX_DiscardUnknown() { xxx_messageInfo_TokenRequest.DiscardUnknown(m) } var xxx_messageInfo_TokenRequest proto.InternalMessageInfo func (m *TokenRequest) GetToken() string { if m != nil { return m.Token } return "" } type TokenResponse struct { UserId string `protobuf:"bytes,1,opt,name=UserId,proto3" json:"UserId,omitempty"` UserRoleIds string `protobuf:"bytes,2,opt,name=UserRoleIds,proto3" json:"UserRoleIds,omitempty"` UserSchoolIds string `protobuf:"bytes,3,opt,name=UserSchoolIds,proto3" json:"UserSchoolIds,omitempty"` UserProvinceIds string `protobuf:"bytes,4,opt,name=UserProvinceIds,proto3" json:"UserProvinceIds,omitempty"` UserOrganIds string `protobuf:"bytes,5,opt,name=UserOrganIds,proto3" json:"UserOrganIds,omitempty"` SysSchoolId string `protobuf:"bytes,6,opt,name=SysSchoolId,proto3" json:"SysSchoolId,omitempty"` SysOrganId string `protobuf:"bytes,7,opt,name=SysOrganId,proto3" json:"SysOrganId,omitempty"` UserPhone string `protobuf:"bytes,8,opt,name=UserPhone,proto3" json:"UserPhone,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TokenResponse) Reset() { *m = TokenResponse{} } func (m *TokenResponse) String() string { return proto.CompactTextString(m) } func (*TokenResponse) ProtoMessage() {} func (*TokenResponse) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{3} } func (m *TokenResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TokenResponse.Unmarshal(m, b) } func (m *TokenResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TokenResponse.Marshal(b, m, deterministic) } func (m *TokenResponse) XXX_Merge(src proto.Message) { xxx_messageInfo_TokenResponse.Merge(m, src) } func (m *TokenResponse) XXX_Size() int { return xxx_messageInfo_TokenResponse.Size(m) } func (m *TokenResponse) XXX_DiscardUnknown() { xxx_messageInfo_TokenResponse.DiscardUnknown(m) } var xxx_messageInfo_TokenResponse proto.InternalMessageInfo func (m *TokenResponse) GetUserId() string { if m != nil { return m.UserId } return "" } func (m *TokenResponse) GetUserRoleIds() string { if m != nil { return m.UserRoleIds } return "" } func (m *TokenResponse) GetUserSchoolIds() string { if m != nil { return m.UserSchoolIds } return "" } func (m *TokenResponse) GetUserProvinceIds() string { if m != nil { return m.UserProvinceIds } return "" } func (m *TokenResponse) GetUserOrganIds() string { if m != nil { return m.UserOrganIds } return "" } func (m *TokenResponse) GetSysSchoolId() string { if m != nil { return m.SysSchoolId } return "" } func (m *TokenResponse) GetSysOrganId() string { if m != nil { return m.SysOrganId } return "" } func (m *TokenResponse) GetUserPhone() string { if m != nil { return m.UserPhone } return "" } type Empty struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Empty) Reset() { *m = Empty{} } func (m *Empty) String() string { return proto.CompactTextString(m) } func (*Empty) ProtoMessage() {} func (*Empty) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{4} } func (m *Empty) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Empty.Unmarshal(m, b) } func (m *Empty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Empty.Marshal(b, m, deterministic) } func (m *Empty) XXX_Merge(src proto.Message) { xxx_messageInfo_Empty.Merge(m, src) } func (m *Empty) XXX_Size() int { return xxx_messageInfo_Empty.Size(m) } func (m *Empty) XXX_DiscardUnknown() { xxx_messageInfo_Empty.DiscardUnknown(m) } var xxx_messageInfo_Empty proto.InternalMessageInfo type TreeNodes struct { Nodes []*TreeNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TreeNodes) Reset() { *m = TreeNodes{} } func (m *TreeNodes) String() string { return proto.CompactTextString(m) } func (*TreeNodes) ProtoMessage() {} func (*TreeNodes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{5} } func (m *TreeNodes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TreeNodes.Unmarshal(m, b) } func (m *TreeNodes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TreeNodes.Marshal(b, m, deterministic) } func (m *TreeNodes) XXX_Merge(src proto.Message) { xxx_messageInfo_TreeNodes.Merge(m, src) } func (m *TreeNodes) XXX_Size() int { return xxx_messageInfo_TreeNodes.Size(m) } func (m *TreeNodes) XXX_DiscardUnknown() { xxx_messageInfo_TreeNodes.DiscardUnknown(m) } var xxx_messageInfo_TreeNodes proto.InternalMessageInfo func (m *TreeNodes) GetNodes() []*TreeNode { if m != nil { return m.Nodes } return nil } type TreeNode struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` Parent int64 `protobuf:"varint,3,opt,name=parent,proto3" json:"parent,omitempty"` Tag *Tag `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"` Nodes []*TreeNode `protobuf:"bytes,5,rep,name=nodes,proto3" json:"nodes,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *TreeNode) Reset() { *m = TreeNode{} } func (m *TreeNode) String() string { return proto.CompactTextString(m) } func (*TreeNode) ProtoMessage() {} func (*TreeNode) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{6} } func (m *TreeNode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TreeNode.Unmarshal(m, b) } func (m *TreeNode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_TreeNode.Marshal(b, m, deterministic) } func (m *TreeNode) XXX_Merge(src proto.Message) { xxx_messageInfo_TreeNode.Merge(m, src) } func (m *TreeNode) XXX_Size() int { return xxx_messageInfo_TreeNode.Size(m) } func (m *TreeNode) XXX_DiscardUnknown() { xxx_messageInfo_TreeNode.DiscardUnknown(m) } var xxx_messageInfo_TreeNode proto.InternalMessageInfo func (m *TreeNode) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *TreeNode) GetText() string { if m != nil { return m.Text } return "" } func (m *TreeNode) GetParent() int64 { if m != nil { return m.Parent } return 0 } func (m *TreeNode) GetTag() *Tag { if m != nil { return m.Tag } return nil } func (m *TreeNode) GetNodes() []*TreeNode { if m != nil { return m.Nodes } return nil } type ErpMktNetWorkDetail struct { Nodes []*TreeNode `protobuf:"bytes,5,rep,name=nodes,proto3" json:"nodes,omitempty"` Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` Parent int64 `protobuf:"varint,3,opt,name=parent,proto3" json:"parent,omitempty"` Inheritance string `protobuf:"bytes,4,opt,name=inheritance,proto3" json:"inheritance,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ErpMktNetWorkDetail) Reset() { *m = ErpMktNetWorkDetail{} } func (m *ErpMktNetWorkDetail) String() string { return proto.CompactTextString(m) } func (*ErpMktNetWorkDetail) ProtoMessage() {} func (*ErpMktNetWorkDetail) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{7} } func (m *ErpMktNetWorkDetail) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErpMktNetWorkDetail.Unmarshal(m, b) } func (m *ErpMktNetWorkDetail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ErpMktNetWorkDetail.Marshal(b, m, deterministic) } func (m *ErpMktNetWorkDetail) XXX_Merge(src proto.Message) { xxx_messageInfo_ErpMktNetWorkDetail.Merge(m, src) } func (m *ErpMktNetWorkDetail) XXX_Size() int { return xxx_messageInfo_ErpMktNetWorkDetail.Size(m) } func (m *ErpMktNetWorkDetail) XXX_DiscardUnknown() { xxx_messageInfo_ErpMktNetWorkDetail.DiscardUnknown(m) } var xxx_messageInfo_ErpMktNetWorkDetail proto.InternalMessageInfo func (m *ErpMktNetWorkDetail) GetNodes() []*TreeNode { if m != nil { return m.Nodes } return nil } func (m *ErpMktNetWorkDetail) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *ErpMktNetWorkDetail) GetText() string { if m != nil { return m.Text } return "" } func (m *ErpMktNetWorkDetail) GetParent() int64 { if m != nil { return m.Parent } return 0 } func (m *ErpMktNetWorkDetail) GetInheritance() string { if m != nil { return m.Inheritance } return "" } type ErpMktNetWorkDetailRes struct { Items []*ErpMktNetWorkDetail `protobuf:"bytes,5,rep,name=items,proto3" json:"items,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ErpMktNetWorkDetailRes) Reset() { *m = ErpMktNetWorkDetailRes{} } func (m *ErpMktNetWorkDetailRes) String() string { return proto.CompactTextString(m) } func (*ErpMktNetWorkDetailRes) ProtoMessage() {} func (*ErpMktNetWorkDetailRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{8} } func (m *ErpMktNetWorkDetailRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErpMktNetWorkDetailRes.Unmarshal(m, b) } func (m *ErpMktNetWorkDetailRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ErpMktNetWorkDetailRes.Marshal(b, m, deterministic) } func (m *ErpMktNetWorkDetailRes) XXX_Merge(src proto.Message) { xxx_messageInfo_ErpMktNetWorkDetailRes.Merge(m, src) } func (m *ErpMktNetWorkDetailRes) XXX_Size() int { return xxx_messageInfo_ErpMktNetWorkDetailRes.Size(m) } func (m *ErpMktNetWorkDetailRes) XXX_DiscardUnknown() { xxx_messageInfo_ErpMktNetWorkDetailRes.DiscardUnknown(m) } var xxx_messageInfo_ErpMktNetWorkDetailRes proto.InternalMessageInfo func (m *ErpMktNetWorkDetailRes) GetItems() []*ErpMktNetWorkDetail { if m != nil { return m.Items } return nil } type ErpMktNetWorkDetailReq struct { Ids string `protobuf:"bytes,1,opt,name=ids,proto3" json:"ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ErpMktNetWorkDetailReq) Reset() { *m = ErpMktNetWorkDetailReq{} } func (m *ErpMktNetWorkDetailReq) String() string { return proto.CompactTextString(m) } func (*ErpMktNetWorkDetailReq) ProtoMessage() {} func (*ErpMktNetWorkDetailReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{9} } func (m *ErpMktNetWorkDetailReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErpMktNetWorkDetailReq.Unmarshal(m, b) } func (m *ErpMktNetWorkDetailReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ErpMktNetWorkDetailReq.Marshal(b, m, deterministic) } func (m *ErpMktNetWorkDetailReq) XXX_Merge(src proto.Message) { xxx_messageInfo_ErpMktNetWorkDetailReq.Merge(m, src) } func (m *ErpMktNetWorkDetailReq) XXX_Size() int { return xxx_messageInfo_ErpMktNetWorkDetailReq.Size(m) } func (m *ErpMktNetWorkDetailReq) XXX_DiscardUnknown() { xxx_messageInfo_ErpMktNetWorkDetailReq.DiscardUnknown(m) } var xxx_messageInfo_ErpMktNetWorkDetailReq proto.InternalMessageInfo func (m *ErpMktNetWorkDetailReq) GetIds() string { if m != nil { return m.Ids } return "" } type Tag struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Tag) Reset() { *m = Tag{} } func (m *Tag) String() string { return proto.CompactTextString(m) } func (*Tag) ProtoMessage() {} func (*Tag) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{10} } func (m *Tag) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Tag.Unmarshal(m, b) } func (m *Tag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Tag.Marshal(b, m, deterministic) } func (m *Tag) XXX_Merge(src proto.Message) { xxx_messageInfo_Tag.Merge(m, src) } func (m *Tag) XXX_Size() int { return xxx_messageInfo_Tag.Size(m) } func (m *Tag) XXX_DiscardUnknown() { xxx_messageInfo_Tag.DiscardUnknown(m) } var xxx_messageInfo_Tag proto.InternalMessageInfo func (m *Tag) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *Tag) GetName() string { if m != nil { return m.Name } return "" } type OptionsetReq struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OptionsetReq) Reset() { *m = OptionsetReq{} } func (m *OptionsetReq) String() string { return proto.CompactTextString(m) } func (*OptionsetReq) ProtoMessage() {} func (*OptionsetReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{11} } func (m *OptionsetReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OptionsetReq.Unmarshal(m, b) } func (m *OptionsetReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OptionsetReq.Marshal(b, m, deterministic) } func (m *OptionsetReq) XXX_Merge(src proto.Message) { xxx_messageInfo_OptionsetReq.Merge(m, src) } func (m *OptionsetReq) XXX_Size() int { return xxx_messageInfo_OptionsetReq.Size(m) } func (m *OptionsetReq) XXX_DiscardUnknown() { xxx_messageInfo_OptionsetReq.DiscardUnknown(m) } var xxx_messageInfo_OptionsetReq proto.InternalMessageInfo func (m *OptionsetReq) GetCode() string { if m != nil { return m.Code } return "" } type OptionsetRes struct { MapList map[string]string `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OptionsetRes) Reset() { *m = OptionsetRes{} } func (m *OptionsetRes) String() string { return proto.CompactTextString(m) } func (*OptionsetRes) ProtoMessage() {} func (*OptionsetRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{12} } func (m *OptionsetRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OptionsetRes.Unmarshal(m, b) } func (m *OptionsetRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OptionsetRes.Marshal(b, m, deterministic) } func (m *OptionsetRes) XXX_Merge(src proto.Message) { xxx_messageInfo_OptionsetRes.Merge(m, src) } func (m *OptionsetRes) XXX_Size() int { return xxx_messageInfo_OptionsetRes.Size(m) } func (m *OptionsetRes) XXX_DiscardUnknown() { xxx_messageInfo_OptionsetRes.DiscardUnknown(m) } var xxx_messageInfo_OptionsetRes proto.InternalMessageInfo func (m *OptionsetRes) GetMapList() map[string]string { if m != nil { return m.MapList } return nil } type OptionCode struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OptionCode) Reset() { *m = OptionCode{} } func (m *OptionCode) String() string { return proto.CompactTextString(m) } func (*OptionCode) ProtoMessage() {} func (*OptionCode) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{13} } func (m *OptionCode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OptionCode.Unmarshal(m, b) } func (m *OptionCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OptionCode.Marshal(b, m, deterministic) } func (m *OptionCode) XXX_Merge(src proto.Message) { xxx_messageInfo_OptionCode.Merge(m, src) } func (m *OptionCode) XXX_Size() int { return xxx_messageInfo_OptionCode.Size(m) } func (m *OptionCode) XXX_DiscardUnknown() { xxx_messageInfo_OptionCode.DiscardUnknown(m) } var xxx_messageInfo_OptionCode proto.InternalMessageInfo func (m *OptionCode) GetCode() string { if m != nil { return m.Code } return "" } type Options struct { Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Options) Reset() { *m = Options{} } func (m *Options) String() string { return proto.CompactTextString(m) } func (*Options) ProtoMessage() {} func (*Options) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{14} } func (m *Options) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Options.Unmarshal(m, b) } func (m *Options) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Options.Marshal(b, m, deterministic) } func (m *Options) XXX_Merge(src proto.Message) { xxx_messageInfo_Options.Merge(m, src) } func (m *Options) XXX_Size() int { return xxx_messageInfo_Options.Size(m) } func (m *Options) XXX_DiscardUnknown() { xxx_messageInfo_Options.DiscardUnknown(m) } var xxx_messageInfo_Options proto.InternalMessageInfo func (m *Options) GetCode() string { if m != nil { return m.Code } return "" } func (m *Options) GetName() string { if m != nil { return m.Name } return "" } func (m *Options) GetValue() string { if m != nil { return m.Value } return "" } type ResponseByte struct { Data []byte `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ResponseByte) Reset() { *m = ResponseByte{} } func (m *ResponseByte) String() string { return proto.CompactTextString(m) } func (*ResponseByte) ProtoMessage() {} func (*ResponseByte) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{15} } func (m *ResponseByte) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponseByte.Unmarshal(m, b) } func (m *ResponseByte) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ResponseByte.Marshal(b, m, deterministic) } func (m *ResponseByte) XXX_Merge(src proto.Message) { xxx_messageInfo_ResponseByte.Merge(m, src) } func (m *ResponseByte) XXX_Size() int { return xxx_messageInfo_ResponseByte.Size(m) } func (m *ResponseByte) XXX_DiscardUnknown() { xxx_messageInfo_ResponseByte.DiscardUnknown(m) } var xxx_messageInfo_ResponseByte proto.InternalMessageInfo func (m *ResponseByte) GetData() []byte { if m != nil { return m.Data } return nil } type ExcelLogReq struct { Module string `protobuf:"bytes,1,opt,name=Module,proto3" json:"Module,omitempty"` Cond string `protobuf:"bytes,2,opt,name=Cond,proto3" json:"Cond,omitempty"` CreateBy string `protobuf:"bytes,3,opt,name=CreateBy,proto3" json:"CreateBy,omitempty"` CreateTime string `protobuf:"bytes,4,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` LastUpdateBy string `protobuf:"bytes,5,opt,name=LastUpdateBy,proto3" json:"LastUpdateBy,omitempty"` LastUpdateTime string `protobuf:"bytes,6,opt,name=LastUpdateTime,proto3" json:"LastUpdateTime,omitempty"` DelFlag string `protobuf:"bytes,7,opt,name=DelFlag,proto3" json:"DelFlag,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ExcelLogReq) Reset() { *m = ExcelLogReq{} } func (m *ExcelLogReq) String() string { return proto.CompactTextString(m) } func (*ExcelLogReq) ProtoMessage() {} func (*ExcelLogReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{16} } func (m *ExcelLogReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExcelLogReq.Unmarshal(m, b) } func (m *ExcelLogReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ExcelLogReq.Marshal(b, m, deterministic) } func (m *ExcelLogReq) XXX_Merge(src proto.Message) { xxx_messageInfo_ExcelLogReq.Merge(m, src) } func (m *ExcelLogReq) XXX_Size() int { return xxx_messageInfo_ExcelLogReq.Size(m) } func (m *ExcelLogReq) XXX_DiscardUnknown() { xxx_messageInfo_ExcelLogReq.DiscardUnknown(m) } var xxx_messageInfo_ExcelLogReq proto.InternalMessageInfo func (m *ExcelLogReq) GetModule() string { if m != nil { return m.Module } return "" } func (m *ExcelLogReq) GetCond() string { if m != nil { return m.Cond } return "" } func (m *ExcelLogReq) GetCreateBy() string { if m != nil { return m.CreateBy } return "" } func (m *ExcelLogReq) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } func (m *ExcelLogReq) GetLastUpdateBy() string { if m != nil { return m.LastUpdateBy } return "" } func (m *ExcelLogReq) GetLastUpdateTime() string { if m != nil { return m.LastUpdateTime } return "" } func (m *ExcelLogReq) GetDelFlag() string { if m != nil { return m.DelFlag } return "" } type ExcelLogRes struct { Status int64 `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ExcelLogRes) Reset() { *m = ExcelLogRes{} } func (m *ExcelLogRes) String() string { return proto.CompactTextString(m) } func (*ExcelLogRes) ProtoMessage() {} func (*ExcelLogRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{17} } func (m *ExcelLogRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExcelLogRes.Unmarshal(m, b) } func (m *ExcelLogRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ExcelLogRes.Marshal(b, m, deterministic) } func (m *ExcelLogRes) XXX_Merge(src proto.Message) { xxx_messageInfo_ExcelLogRes.Merge(m, src) } func (m *ExcelLogRes) XXX_Size() int { return xxx_messageInfo_ExcelLogRes.Size(m) } func (m *ExcelLogRes) XXX_DiscardUnknown() { xxx_messageInfo_ExcelLogRes.DiscardUnknown(m) } var xxx_messageInfo_ExcelLogRes proto.InternalMessageInfo func (m *ExcelLogRes) GetStatus() int64 { if m != nil { return m.Status } return 0 } type SchoolIdsReq struct { Names []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SchoolIdsReq) Reset() { *m = SchoolIdsReq{} } func (m *SchoolIdsReq) String() string { return proto.CompactTextString(m) } func (*SchoolIdsReq) ProtoMessage() {} func (*SchoolIdsReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{18} } func (m *SchoolIdsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SchoolIdsReq.Unmarshal(m, b) } func (m *SchoolIdsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SchoolIdsReq.Marshal(b, m, deterministic) } func (m *SchoolIdsReq) XXX_Merge(src proto.Message) { xxx_messageInfo_SchoolIdsReq.Merge(m, src) } func (m *SchoolIdsReq) XXX_Size() int { return xxx_messageInfo_SchoolIdsReq.Size(m) } func (m *SchoolIdsReq) XXX_DiscardUnknown() { xxx_messageInfo_SchoolIdsReq.DiscardUnknown(m) } var xxx_messageInfo_SchoolIdsReq proto.InternalMessageInfo func (m *SchoolIdsReq) GetNames() []string { if m != nil { return m.Names } return nil } type ListOfInt struct { Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ListOfInt) Reset() { *m = ListOfInt{} } func (m *ListOfInt) String() string { return proto.CompactTextString(m) } func (*ListOfInt) ProtoMessage() {} func (*ListOfInt) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{19} } func (m *ListOfInt) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListOfInt.Unmarshal(m, b) } func (m *ListOfInt) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ListOfInt.Marshal(b, m, deterministic) } func (m *ListOfInt) XXX_Merge(src proto.Message) { xxx_messageInfo_ListOfInt.Merge(m, src) } func (m *ListOfInt) XXX_Size() int { return xxx_messageInfo_ListOfInt.Size(m) } func (m *ListOfInt) XXX_DiscardUnknown() { xxx_messageInfo_ListOfInt.DiscardUnknown(m) } var xxx_messageInfo_ListOfInt proto.InternalMessageInfo func (m *ListOfInt) GetIds() []int64 { if m != nil { return m.Ids } return nil } type SchoolIdsRes struct { MapList map[string]int64 `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *SchoolIdsRes) Reset() { *m = SchoolIdsRes{} } func (m *SchoolIdsRes) String() string { return proto.CompactTextString(m) } func (*SchoolIdsRes) ProtoMessage() {} func (*SchoolIdsRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{20} } func (m *SchoolIdsRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SchoolIdsRes.Unmarshal(m, b) } func (m *SchoolIdsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_SchoolIdsRes.Marshal(b, m, deterministic) } func (m *SchoolIdsRes) XXX_Merge(src proto.Message) { xxx_messageInfo_SchoolIdsRes.Merge(m, src) } func (m *SchoolIdsRes) XXX_Size() int { return xxx_messageInfo_SchoolIdsRes.Size(m) } func (m *SchoolIdsRes) XXX_DiscardUnknown() { xxx_messageInfo_SchoolIdsRes.DiscardUnknown(m) } var xxx_messageInfo_SchoolIdsRes proto.InternalMessageInfo func (m *SchoolIdsRes) GetMapList() map[string]int64 { if m != nil { return m.MapList } return nil } type CityIdsReq struct { Names string `protobuf:"bytes,1,opt,name=names,proto3" json:"names,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityIdsReq) Reset() { *m = CityIdsReq{} } func (m *CityIdsReq) String() string { return proto.CompactTextString(m) } func (*CityIdsReq) ProtoMessage() {} func (*CityIdsReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{21} } func (m *CityIdsReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityIdsReq.Unmarshal(m, b) } func (m *CityIdsReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityIdsReq.Marshal(b, m, deterministic) } func (m *CityIdsReq) XXX_Merge(src proto.Message) { xxx_messageInfo_CityIdsReq.Merge(m, src) } func (m *CityIdsReq) XXX_Size() int { return xxx_messageInfo_CityIdsReq.Size(m) } func (m *CityIdsReq) XXX_DiscardUnknown() { xxx_messageInfo_CityIdsReq.DiscardUnknown(m) } var xxx_messageInfo_CityIdsReq proto.InternalMessageInfo func (m *CityIdsReq) GetNames() string { if m != nil { return m.Names } return "" } type CityMkReq struct { Phones string `protobuf:"bytes,1,opt,name=phones,proto3" json:"phones,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityMkReq) Reset() { *m = CityMkReq{} } func (m *CityMkReq) String() string { return proto.CompactTextString(m) } func (*CityMkReq) ProtoMessage() {} func (*CityMkReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{22} } func (m *CityMkReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityMkReq.Unmarshal(m, b) } func (m *CityMkReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityMkReq.Marshal(b, m, deterministic) } func (m *CityMkReq) XXX_Merge(src proto.Message) { xxx_messageInfo_CityMkReq.Merge(m, src) } func (m *CityMkReq) XXX_Size() int { return xxx_messageInfo_CityMkReq.Size(m) } func (m *CityMkReq) XXX_DiscardUnknown() { xxx_messageInfo_CityMkReq.DiscardUnknown(m) } var xxx_messageInfo_CityMkReq proto.InternalMessageInfo func (m *CityMkReq) GetPhones() string { if m != nil { return m.Phones } return "" } type CityIdsRes struct { MapList map[string]int64 `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityIdsRes) Reset() { *m = CityIdsRes{} } func (m *CityIdsRes) String() string { return proto.CompactTextString(m) } func (*CityIdsRes) ProtoMessage() {} func (*CityIdsRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{23} } func (m *CityIdsRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityIdsRes.Unmarshal(m, b) } func (m *CityIdsRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityIdsRes.Marshal(b, m, deterministic) } func (m *CityIdsRes) XXX_Merge(src proto.Message) { xxx_messageInfo_CityIdsRes.Merge(m, src) } func (m *CityIdsRes) XXX_Size() int { return xxx_messageInfo_CityIdsRes.Size(m) } func (m *CityIdsRes) XXX_DiscardUnknown() { xxx_messageInfo_CityIdsRes.DiscardUnknown(m) } var xxx_messageInfo_CityIdsRes proto.InternalMessageInfo func (m *CityIdsRes) GetMapList() map[string]int64 { if m != nil { return m.MapList } return nil } type CityMkRes struct { MapList map[string]string `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CityMkRes) Reset() { *m = CityMkRes{} } func (m *CityMkRes) String() string { return proto.CompactTextString(m) } func (*CityMkRes) ProtoMessage() {} func (*CityMkRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{24} } func (m *CityMkRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CityMkRes.Unmarshal(m, b) } func (m *CityMkRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CityMkRes.Marshal(b, m, deterministic) } func (m *CityMkRes) XXX_Merge(src proto.Message) { xxx_messageInfo_CityMkRes.Merge(m, src) } func (m *CityMkRes) XXX_Size() int { return xxx_messageInfo_CityMkRes.Size(m) } func (m *CityMkRes) XXX_DiscardUnknown() { xxx_messageInfo_CityMkRes.DiscardUnknown(m) } var xxx_messageInfo_CityMkRes proto.InternalMessageInfo func (m *CityMkRes) GetMapList() map[string]string { if m != nil { return m.MapList } return nil } type BytesReq struct { Req []byte `protobuf:"bytes,1,opt,name=req,proto3" json:"req,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BytesReq) Reset() { *m = BytesReq{} } func (m *BytesReq) String() string { return proto.CompactTextString(m) } func (*BytesReq) ProtoMessage() {} func (*BytesReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{25} } func (m *BytesReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BytesReq.Unmarshal(m, b) } func (m *BytesReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BytesReq.Marshal(b, m, deterministic) } func (m *BytesReq) XXX_Merge(src proto.Message) { xxx_messageInfo_BytesReq.Merge(m, src) } func (m *BytesReq) XXX_Size() int { return xxx_messageInfo_BytesReq.Size(m) } func (m *BytesReq) XXX_DiscardUnknown() { xxx_messageInfo_BytesReq.DiscardUnknown(m) } var xxx_messageInfo_BytesReq proto.InternalMessageInfo func (m *BytesReq) GetReq() []byte { if m != nil { return m.Req } return nil } type BytesResp struct { Resp []byte `protobuf:"bytes,1,opt,name=resp,proto3" json:"resp,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *BytesResp) Reset() { *m = BytesResp{} } func (m *BytesResp) String() string { return proto.CompactTextString(m) } func (*BytesResp) ProtoMessage() {} func (*BytesResp) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{26} } func (m *BytesResp) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BytesResp.Unmarshal(m, b) } func (m *BytesResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_BytesResp.Marshal(b, m, deterministic) } func (m *BytesResp) XXX_Merge(src proto.Message) { xxx_messageInfo_BytesResp.Merge(m, src) } func (m *BytesResp) XXX_Size() int { return xxx_messageInfo_BytesResp.Size(m) } func (m *BytesResp) XXX_DiscardUnknown() { xxx_messageInfo_BytesResp.DiscardUnknown(m) } var xxx_messageInfo_BytesResp proto.InternalMessageInfo func (m *BytesResp) GetResp() []byte { if m != nil { return m.Resp } return nil } type GetErpRoleRes struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` SchId int64 `protobuf:"varint,3,opt,name=sch_id,json=schId,proto3" json:"sch_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpRoleRes) Reset() { *m = GetErpRoleRes{} } func (m *GetErpRoleRes) String() string { return proto.CompactTextString(m) } func (*GetErpRoleRes) ProtoMessage() {} func (*GetErpRoleRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{27} } func (m *GetErpRoleRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpRoleRes.Unmarshal(m, b) } func (m *GetErpRoleRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpRoleRes.Marshal(b, m, deterministic) } func (m *GetErpRoleRes) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpRoleRes.Merge(m, src) } func (m *GetErpRoleRes) XXX_Size() int { return xxx_messageInfo_GetErpRoleRes.Size(m) } func (m *GetErpRoleRes) XXX_DiscardUnknown() { xxx_messageInfo_GetErpRoleRes.DiscardUnknown(m) } var xxx_messageInfo_GetErpRoleRes proto.InternalMessageInfo func (m *GetErpRoleRes) GetUserId() string { if m != nil { return m.UserId } return "" } func (m *GetErpRoleRes) GetRole() string { if m != nil { return m.Role } return "" } func (m *GetErpRoleRes) GetSchId() int64 { if m != nil { return m.SchId } return 0 } type GetErpRoleReq struct { Mobile string `protobuf:"bytes,1,opt,name=mobile,proto3" json:"mobile,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpRoleReq) Reset() { *m = GetErpRoleReq{} } func (m *GetErpRoleReq) String() string { return proto.CompactTextString(m) } func (*GetErpRoleReq) ProtoMessage() {} func (*GetErpRoleReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{28} } func (m *GetErpRoleReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpRoleReq.Unmarshal(m, b) } func (m *GetErpRoleReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpRoleReq.Marshal(b, m, deterministic) } func (m *GetErpRoleReq) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpRoleReq.Merge(m, src) } func (m *GetErpRoleReq) XXX_Size() int { return xxx_messageInfo_GetErpRoleReq.Size(m) } func (m *GetErpRoleReq) XXX_DiscardUnknown() { xxx_messageInfo_GetErpRoleReq.DiscardUnknown(m) } var xxx_messageInfo_GetErpRoleReq proto.InternalMessageInfo func (m *GetErpRoleReq) GetMobile() string { if m != nil { return m.Mobile } return "" } func (m *GetErpRoleReq) GetUserId() string { if m != nil { return m.UserId } return "" } type GetErpOrganSchPerByUserIdReq struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpOrganSchPerByUserIdReq) Reset() { *m = GetErpOrganSchPerByUserIdReq{} } func (m *GetErpOrganSchPerByUserIdReq) String() string { return proto.CompactTextString(m) } func (*GetErpOrganSchPerByUserIdReq) ProtoMessage() {} func (*GetErpOrganSchPerByUserIdReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{29} } func (m *GetErpOrganSchPerByUserIdReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Unmarshal(m, b) } func (m *GetErpOrganSchPerByUserIdReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Marshal(b, m, deterministic) } func (m *GetErpOrganSchPerByUserIdReq) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Merge(m, src) } func (m *GetErpOrganSchPerByUserIdReq) XXX_Size() int { return xxx_messageInfo_GetErpOrganSchPerByUserIdReq.Size(m) } func (m *GetErpOrganSchPerByUserIdReq) XXX_DiscardUnknown() { xxx_messageInfo_GetErpOrganSchPerByUserIdReq.DiscardUnknown(m) } var xxx_messageInfo_GetErpOrganSchPerByUserIdReq proto.InternalMessageInfo func (m *GetErpOrganSchPerByUserIdReq) GetUserId() string { if m != nil { return m.UserId } return "" } type GetErpOrganSchPerByUserIdRes struct { School []*OrganSchool `protobuf:"bytes,1,rep,name=school,proto3" json:"school,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpOrganSchPerByUserIdRes) Reset() { *m = GetErpOrganSchPerByUserIdRes{} } func (m *GetErpOrganSchPerByUserIdRes) String() string { return proto.CompactTextString(m) } func (*GetErpOrganSchPerByUserIdRes) ProtoMessage() {} func (*GetErpOrganSchPerByUserIdRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{30} } func (m *GetErpOrganSchPerByUserIdRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Unmarshal(m, b) } func (m *GetErpOrganSchPerByUserIdRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Marshal(b, m, deterministic) } func (m *GetErpOrganSchPerByUserIdRes) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Merge(m, src) } func (m *GetErpOrganSchPerByUserIdRes) XXX_Size() int { return xxx_messageInfo_GetErpOrganSchPerByUserIdRes.Size(m) } func (m *GetErpOrganSchPerByUserIdRes) XXX_DiscardUnknown() { xxx_messageInfo_GetErpOrganSchPerByUserIdRes.DiscardUnknown(m) } var xxx_messageInfo_GetErpOrganSchPerByUserIdRes proto.InternalMessageInfo func (m *GetErpOrganSchPerByUserIdRes) GetSchool() []*OrganSchool { if m != nil { return m.School } return nil } type OrganSchool struct { Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` OrganId int64 `protobuf:"varint,3,opt,name=organ_id,json=organId,proto3" json:"organ_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *OrganSchool) Reset() { *m = OrganSchool{} } func (m *OrganSchool) String() string { return proto.CompactTextString(m) } func (*OrganSchool) ProtoMessage() {} func (*OrganSchool) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{31} } func (m *OrganSchool) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OrganSchool.Unmarshal(m, b) } func (m *OrganSchool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_OrganSchool.Marshal(b, m, deterministic) } func (m *OrganSchool) XXX_Merge(src proto.Message) { xxx_messageInfo_OrganSchool.Merge(m, src) } func (m *OrganSchool) XXX_Size() int { return xxx_messageInfo_OrganSchool.Size(m) } func (m *OrganSchool) XXX_DiscardUnknown() { xxx_messageInfo_OrganSchool.DiscardUnknown(m) } var xxx_messageInfo_OrganSchool proto.InternalMessageInfo func (m *OrganSchool) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *OrganSchool) GetName() string { if m != nil { return m.Name } return "" } func (m *OrganSchool) GetOrganId() int64 { if m != nil { return m.OrganId } return 0 } type GetErpSchoolRes struct { School []*OrganSchool `protobuf:"bytes,1,rep,name=school,proto3" json:"school,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpSchoolRes) Reset() { *m = GetErpSchoolRes{} } func (m *GetErpSchoolRes) String() string { return proto.CompactTextString(m) } func (*GetErpSchoolRes) ProtoMessage() {} func (*GetErpSchoolRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{32} } func (m *GetErpSchoolRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpSchoolRes.Unmarshal(m, b) } func (m *GetErpSchoolRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpSchoolRes.Marshal(b, m, deterministic) } func (m *GetErpSchoolRes) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpSchoolRes.Merge(m, src) } func (m *GetErpSchoolRes) XXX_Size() int { return xxx_messageInfo_GetErpSchoolRes.Size(m) } func (m *GetErpSchoolRes) XXX_DiscardUnknown() { xxx_messageInfo_GetErpSchoolRes.DiscardUnknown(m) } var xxx_messageInfo_GetErpSchoolRes proto.InternalMessageInfo func (m *GetErpSchoolRes) GetSchool() []*OrganSchool { if m != nil { return m.School } return nil } type GetErpActiveReq struct { SchId uint64 `protobuf:"varint,1,opt,name=sch_id,json=schId,proto3" json:"sch_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpActiveReq) Reset() { *m = GetErpActiveReq{} } func (m *GetErpActiveReq) String() string { return proto.CompactTextString(m) } func (*GetErpActiveReq) ProtoMessage() {} func (*GetErpActiveReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{33} } func (m *GetErpActiveReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpActiveReq.Unmarshal(m, b) } func (m *GetErpActiveReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpActiveReq.Marshal(b, m, deterministic) } func (m *GetErpActiveReq) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpActiveReq.Merge(m, src) } func (m *GetErpActiveReq) XXX_Size() int { return xxx_messageInfo_GetErpActiveReq.Size(m) } func (m *GetErpActiveReq) XXX_DiscardUnknown() { xxx_messageInfo_GetErpActiveReq.DiscardUnknown(m) } var xxx_messageInfo_GetErpActiveReq proto.InternalMessageInfo func (m *GetErpActiveReq) GetSchId() uint64 { if m != nil { return m.SchId } return 0 } type GetErpActiveRes struct { Active []*Active `protobuf:"bytes,1,rep,name=active,proto3" json:"active,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *GetErpActiveRes) Reset() { *m = GetErpActiveRes{} } func (m *GetErpActiveRes) String() string { return proto.CompactTextString(m) } func (*GetErpActiveRes) ProtoMessage() {} func (*GetErpActiveRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{34} } func (m *GetErpActiveRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetErpActiveRes.Unmarshal(m, b) } func (m *GetErpActiveRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_GetErpActiveRes.Marshal(b, m, deterministic) } func (m *GetErpActiveRes) XXX_Merge(src proto.Message) { xxx_messageInfo_GetErpActiveRes.Merge(m, src) } func (m *GetErpActiveRes) XXX_Size() int { return xxx_messageInfo_GetErpActiveRes.Size(m) } func (m *GetErpActiveRes) XXX_DiscardUnknown() { xxx_messageInfo_GetErpActiveRes.DiscardUnknown(m) } var xxx_messageInfo_GetErpActiveRes proto.InternalMessageInfo func (m *GetErpActiveRes) GetActive() []*Active { if m != nil { return m.Active } return nil } type Active struct { ActiveId int64 `protobuf:"varint,1,opt,name=active_id,json=activeId,proto3" json:"active_id,omitempty"` MaName string `protobuf:"bytes,2,opt,name=ma_name,json=maName,proto3" json:"ma_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *Active) Reset() { *m = Active{} } func (m *Active) String() string { return proto.CompactTextString(m) } func (*Active) ProtoMessage() {} func (*Active) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{35} } func (m *Active) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Active.Unmarshal(m, b) } func (m *Active) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_Active.Marshal(b, m, deterministic) } func (m *Active) XXX_Merge(src proto.Message) { xxx_messageInfo_Active.Merge(m, src) } func (m *Active) XXX_Size() int { return xxx_messageInfo_Active.Size(m) } func (m *Active) XXX_DiscardUnknown() { xxx_messageInfo_Active.DiscardUnknown(m) } var xxx_messageInfo_Active proto.InternalMessageInfo func (m *Active) GetActiveId() int64 { if m != nil { return m.ActiveId } return 0 } func (m *Active) GetMaName() string { if m != nil { return m.MaName } return "" } type DataPermissionReq struct { RuleCode string `protobuf:"bytes,1,opt,name=rule_code,json=ruleCode,proto3" json:"rule_code,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DataPermissionReq) Reset() { *m = DataPermissionReq{} } func (m *DataPermissionReq) String() string { return proto.CompactTextString(m) } func (*DataPermissionReq) ProtoMessage() {} func (*DataPermissionReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{36} } func (m *DataPermissionReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataPermissionReq.Unmarshal(m, b) } func (m *DataPermissionReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DataPermissionReq.Marshal(b, m, deterministic) } func (m *DataPermissionReq) XXX_Merge(src proto.Message) { xxx_messageInfo_DataPermissionReq.Merge(m, src) } func (m *DataPermissionReq) XXX_Size() int { return xxx_messageInfo_DataPermissionReq.Size(m) } func (m *DataPermissionReq) XXX_DiscardUnknown() { xxx_messageInfo_DataPermissionReq.DiscardUnknown(m) } var xxx_messageInfo_DataPermissionReq proto.InternalMessageInfo func (m *DataPermissionReq) GetRuleCode() string { if m != nil { return m.RuleCode } return "" } func (m *DataPermissionReq) GetUserId() string { if m != nil { return m.UserId } return "" } type DataPermissionRes struct { MapList map[string]string `protobuf:"bytes,1,rep,name=mapList,proto3" json:"mapList,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *DataPermissionRes) Reset() { *m = DataPermissionRes{} } func (m *DataPermissionRes) String() string { return proto.CompactTextString(m) } func (*DataPermissionRes) ProtoMessage() {} func (*DataPermissionRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{37} } func (m *DataPermissionRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DataPermissionRes.Unmarshal(m, b) } func (m *DataPermissionRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_DataPermissionRes.Marshal(b, m, deterministic) } func (m *DataPermissionRes) XXX_Merge(src proto.Message) { xxx_messageInfo_DataPermissionRes.Merge(m, src) } func (m *DataPermissionRes) XXX_Size() int { return xxx_messageInfo_DataPermissionRes.Size(m) } func (m *DataPermissionRes) XXX_DiscardUnknown() { xxx_messageInfo_DataPermissionRes.DiscardUnknown(m) } var xxx_messageInfo_DataPermissionRes proto.InternalMessageInfo func (m *DataPermissionRes) GetMapList() map[string]string { if m != nil { return m.MapList } return nil } type MktReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` MkId string `protobuf:"bytes,2,opt,name=MkId,proto3" json:"MkId,omitempty"` PartTimeUserId int64 `protobuf:"varint,3,opt,name=PartTimeUserId,proto3" json:"PartTimeUserId,omitempty"` UserId int64 `protobuf:"varint,4,opt,name=UserId,proto3" json:"UserId,omitempty"` StuName string `protobuf:"bytes,5,opt,name=StuName,proto3" json:"StuName,omitempty"` AgeGroup int64 `protobuf:"varint,6,opt,name=AgeGroup,proto3" json:"AgeGroup,omitempty"` StuLinkPerson int64 `protobuf:"varint,7,opt,name=StuLinkPerson,proto3" json:"StuLinkPerson,omitempty"` StuPhone string `protobuf:"bytes,8,opt,name=StuPhone,proto3" json:"StuPhone,omitempty"` SchId int64 `protobuf:"varint,9,opt,name=SchId,proto3" json:"SchId,omitempty"` Address string `protobuf:"bytes,10,opt,name=Address,proto3" json:"Address,omitempty"` CreateTime string `protobuf:"bytes,11,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` DelFlag int64 `protobuf:"varint,12,opt,name=DelFlag,proto3" json:"DelFlag,omitempty"` CheckState int64 `protobuf:"varint,13,opt,name=CheckState,proto3" json:"CheckState,omitempty"` CheckTime string `protobuf:"bytes,14,opt,name=CheckTime,proto3" json:"CheckTime,omitempty"` CheckBy string `protobuf:"bytes,15,opt,name=CheckBy,proto3" json:"CheckBy,omitempty"` NetworkDetailId int64 `protobuf:"varint,16,opt,name=NetworkDetailId,proto3" json:"NetworkDetailId,omitempty"` ActiveId int64 `protobuf:"varint,17,opt,name=ActiveId,proto3" json:"ActiveId,omitempty"` CallType int64 `protobuf:"varint,18,opt,name=CallType,proto3" json:"CallType,omitempty"` MaType int64 `protobuf:"varint,19,opt,name=MaType,proto3" json:"MaType,omitempty"` QuaoYji int64 `protobuf:"varint,20,opt,name=QuaoYji,proto3" json:"QuaoYji,omitempty"` MktActivityId int64 `protobuf:"varint,21,opt,name=MktActivityId,proto3" json:"MktActivityId,omitempty"` LoadSchId int64 `protobuf:"varint,22,opt,name=LoadSchId,proto3" json:"LoadSchId,omitempty"` Remark string `protobuf:"bytes,23,opt,name=Remark,proto3" json:"Remark,omitempty"` Gender int64 `protobuf:"varint,24,opt,name=Gender,proto3" json:"Gender,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MktReq) Reset() { *m = MktReq{} } func (m *MktReq) String() string { return proto.CompactTextString(m) } func (*MktReq) ProtoMessage() {} func (*MktReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{38} } func (m *MktReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MktReq.Unmarshal(m, b) } func (m *MktReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MktReq.Marshal(b, m, deterministic) } func (m *MktReq) XXX_Merge(src proto.Message) { xxx_messageInfo_MktReq.Merge(m, src) } func (m *MktReq) XXX_Size() int { return xxx_messageInfo_MktReq.Size(m) } func (m *MktReq) XXX_DiscardUnknown() { xxx_messageInfo_MktReq.DiscardUnknown(m) } var xxx_messageInfo_MktReq proto.InternalMessageInfo func (m *MktReq) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *MktReq) GetMkId() string { if m != nil { return m.MkId } return "" } func (m *MktReq) GetPartTimeUserId() int64 { if m != nil { return m.PartTimeUserId } return 0 } func (m *MktReq) GetUserId() int64 { if m != nil { return m.UserId } return 0 } func (m *MktReq) GetStuName() string { if m != nil { return m.StuName } return "" } func (m *MktReq) GetAgeGroup() int64 { if m != nil { return m.AgeGroup } return 0 } func (m *MktReq) GetStuLinkPerson() int64 { if m != nil { return m.StuLinkPerson } return 0 } func (m *MktReq) GetStuPhone() string { if m != nil { return m.StuPhone } return "" } func (m *MktReq) GetSchId() int64 { if m != nil { return m.SchId } return 0 } func (m *MktReq) GetAddress() string { if m != nil { return m.Address } return "" } func (m *MktReq) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } func (m *MktReq) GetDelFlag() int64 { if m != nil { return m.DelFlag } return 0 } func (m *MktReq) GetCheckState() int64 { if m != nil { return m.CheckState } return 0 } func (m *MktReq) GetCheckTime() string { if m != nil { return m.CheckTime } return "" } func (m *MktReq) GetCheckBy() string { if m != nil { return m.CheckBy } return "" } func (m *MktReq) GetNetworkDetailId() int64 { if m != nil { return m.NetworkDetailId } return 0 } func (m *MktReq) GetActiveId() int64 { if m != nil { return m.ActiveId } return 0 } func (m *MktReq) GetCallType() int64 { if m != nil { return m.CallType } return 0 } func (m *MktReq) GetMaType() int64 { if m != nil { return m.MaType } return 0 } func (m *MktReq) GetQuaoYji() int64 { if m != nil { return m.QuaoYji } return 0 } func (m *MktReq) GetMktActivityId() int64 { if m != nil { return m.MktActivityId } return 0 } func (m *MktReq) GetLoadSchId() int64 { if m != nil { return m.LoadSchId } return 0 } func (m *MktReq) GetRemark() string { if m != nil { return m.Remark } return "" } func (m *MktReq) GetGender() int64 { if m != nil { return m.Gender } return 0 } type MktRes struct { Status int64 `protobuf:"varint,1,opt,name=Status,proto3" json:"Status,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *MktRes) Reset() { *m = MktRes{} } func (m *MktRes) String() string { return proto.CompactTextString(m) } func (*MktRes) ProtoMessage() {} func (*MktRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{39} } func (m *MktRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MktRes.Unmarshal(m, b) } func (m *MktRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_MktRes.Marshal(b, m, deterministic) } func (m *MktRes) XXX_Merge(src proto.Message) { xxx_messageInfo_MktRes.Merge(m, src) } func (m *MktRes) XXX_Size() int { return xxx_messageInfo_MktRes.Size(m) } func (m *MktRes) XXX_DiscardUnknown() { xxx_messageInfo_MktRes.DiscardUnknown(m) } var xxx_messageInfo_MktRes proto.InternalMessageInfo func (m *MktRes) GetStatus() int64 { if m != nil { return m.Status } return 0 } type StudentReq struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StudentReq) Reset() { *m = StudentReq{} } func (m *StudentReq) String() string { return proto.CompactTextString(m) } func (*StudentReq) ProtoMessage() {} func (*StudentReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{40} } func (m *StudentReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StudentReq.Unmarshal(m, b) } func (m *StudentReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StudentReq.Marshal(b, m, deterministic) } func (m *StudentReq) XXX_Merge(src proto.Message) { xxx_messageInfo_StudentReq.Merge(m, src) } func (m *StudentReq) XXX_Size() int { return xxx_messageInfo_StudentReq.Size(m) } func (m *StudentReq) XXX_DiscardUnknown() { xxx_messageInfo_StudentReq.DiscardUnknown(m) } var xxx_messageInfo_StudentReq proto.InternalMessageInfo func (m *StudentReq) GetId() int64 { if m != nil { return m.Id } return 0 } type StudentRes struct { Id int64 `protobuf:"varint,1,opt,name=Id,proto3" json:"Id,omitempty"` StuPhone string `protobuf:"bytes,2,opt,name=StuPhone,proto3" json:"StuPhone,omitempty"` CreateBy string `protobuf:"bytes,3,opt,name=CreateBy,proto3" json:"CreateBy,omitempty"` CreateTime string `protobuf:"bytes,4,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *StudentRes) Reset() { *m = StudentRes{} } func (m *StudentRes) String() string { return proto.CompactTextString(m) } func (*StudentRes) ProtoMessage() {} func (*StudentRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{41} } func (m *StudentRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StudentRes.Unmarshal(m, b) } func (m *StudentRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_StudentRes.Marshal(b, m, deterministic) } func (m *StudentRes) XXX_Merge(src proto.Message) { xxx_messageInfo_StudentRes.Merge(m, src) } func (m *StudentRes) XXX_Size() int { return xxx_messageInfo_StudentRes.Size(m) } func (m *StudentRes) XXX_DiscardUnknown() { xxx_messageInfo_StudentRes.DiscardUnknown(m) } var xxx_messageInfo_StudentRes proto.InternalMessageInfo func (m *StudentRes) GetId() int64 { if m != nil { return m.Id } return 0 } func (m *StudentRes) GetStuPhone() string { if m != nil { return m.StuPhone } return "" } func (m *StudentRes) GetCreateBy() string { if m != nil { return m.CreateBy } return "" } func (m *StudentRes) GetCreateTime() string { if m != nil { return m.CreateTime } return "" } type ErpUserReq struct { ErpId string `protobuf:"bytes,1,opt,name=ErpId,proto3" json:"ErpId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ErpUserReq) Reset() { *m = ErpUserReq{} } func (m *ErpUserReq) String() string { return proto.CompactTextString(m) } func (*ErpUserReq) ProtoMessage() {} func (*ErpUserReq) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{42} } func (m *ErpUserReq) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErpUserReq.Unmarshal(m, b) } func (m *ErpUserReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ErpUserReq.Marshal(b, m, deterministic) } func (m *ErpUserReq) XXX_Merge(src proto.Message) { xxx_messageInfo_ErpUserReq.Merge(m, src) } func (m *ErpUserReq) XXX_Size() int { return xxx_messageInfo_ErpUserReq.Size(m) } func (m *ErpUserReq) XXX_DiscardUnknown() { xxx_messageInfo_ErpUserReq.DiscardUnknown(m) } var xxx_messageInfo_ErpUserReq proto.InternalMessageInfo func (m *ErpUserReq) GetErpId() string { if m != nil { return m.ErpId } return "" } type ErpUserRes struct { OsId int64 `protobuf:"varint,1,opt,name=OsId,proto3" json:"OsId,omitempty"` OsName string `protobuf:"bytes,2,opt,name=OsName,proto3" json:"OsName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *ErpUserRes) Reset() { *m = ErpUserRes{} } func (m *ErpUserRes) String() string { return proto.CompactTextString(m) } func (*ErpUserRes) ProtoMessage() {} func (*ErpUserRes) Descriptor() ([]byte, []int) { return fileDescriptor_cb4a498eeb2ba07d, []int{43} } func (m *ErpUserRes) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErpUserRes.Unmarshal(m, b) } func (m *ErpUserRes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_ErpUserRes.Marshal(b, m, deterministic) } func (m *ErpUserRes) XXX_Merge(src proto.Message) { xxx_messageInfo_ErpUserRes.Merge(m, src) } func (m *ErpUserRes) XXX_Size() int { return xxx_messageInfo_ErpUserRes.Size(m) } func (m *ErpUserRes) XXX_DiscardUnknown() { xxx_messageInfo_ErpUserRes.DiscardUnknown(m) } var xxx_messageInfo_ErpUserRes proto.InternalMessageInfo func (m *ErpUserRes) GetOsId() int64 { if m != nil { return m.OsId } return 0 } func (m *ErpUserRes) GetOsName() string { if m != nil { return m.OsName } return "" } func init() { proto.RegisterType((*UserRequest)(nil), "transform.UserRequest") proto.RegisterType((*UserResponse)(nil), "transform.UserResponse") proto.RegisterType((*TokenRequest)(nil), "transform.TokenRequest") proto.RegisterType((*TokenResponse)(nil), "transform.TokenResponse") proto.RegisterType((*Empty)(nil), "transform.Empty") proto.RegisterType((*TreeNodes)(nil), "transform.TreeNodes") proto.RegisterType((*TreeNode)(nil), "transform.TreeNode") proto.RegisterType((*ErpMktNetWorkDetail)(nil), "transform.ErpMktNetWorkDetail") proto.RegisterType((*ErpMktNetWorkDetailRes)(nil), "transform.ErpMktNetWorkDetailRes") proto.RegisterType((*ErpMktNetWorkDetailReq)(nil), "transform.ErpMktNetWorkDetailReq") proto.RegisterType((*Tag)(nil), "transform.Tag") proto.RegisterType((*OptionsetReq)(nil), "transform.OptionsetReq") proto.RegisterType((*OptionsetRes)(nil), "transform.OptionsetRes") proto.RegisterMapType((map[string]string)(nil), "transform.OptionsetRes.MapListEntry") proto.RegisterType((*OptionCode)(nil), "transform.OptionCode") proto.RegisterType((*Options)(nil), "transform.Options") proto.RegisterType((*ResponseByte)(nil), "transform.ResponseByte") proto.RegisterType((*ExcelLogReq)(nil), "transform.ExcelLogReq") proto.RegisterType((*ExcelLogRes)(nil), "transform.ExcelLogRes") proto.RegisterType((*SchoolIdsReq)(nil), "transform.SchoolIdsReq") proto.RegisterType((*ListOfInt)(nil), "transform.ListOfInt") proto.RegisterType((*SchoolIdsRes)(nil), "transform.SchoolIdsRes") proto.RegisterMapType((map[string]int64)(nil), "transform.SchoolIdsRes.MapListEntry") proto.RegisterType((*CityIdsReq)(nil), "transform.CityIdsReq") proto.RegisterType((*CityMkReq)(nil), "transform.CityMkReq") proto.RegisterType((*CityIdsRes)(nil), "transform.CityIdsRes") proto.RegisterMapType((map[string]int64)(nil), "transform.CityIdsRes.MapListEntry") proto.RegisterType((*CityMkRes)(nil), "transform.CityMkRes") proto.RegisterMapType((map[string]string)(nil), "transform.CityMkRes.MapListEntry") proto.RegisterType((*BytesReq)(nil), "transform.BytesReq") proto.RegisterType((*BytesResp)(nil), "transform.BytesResp") proto.RegisterType((*GetErpRoleRes)(nil), "transform.GetErpRoleRes") proto.RegisterType((*GetErpRoleReq)(nil), "transform.GetErpRoleReq") proto.RegisterType((*GetErpOrganSchPerByUserIdReq)(nil), "transform.GetErpOrganSchPerByUserIdReq") proto.RegisterType((*GetErpOrganSchPerByUserIdRes)(nil), "transform.GetErpOrganSchPerByUserIdRes") proto.RegisterType((*OrganSchool)(nil), "transform.OrganSchool") proto.RegisterType((*GetErpSchoolRes)(nil), "transform.GetErpSchoolRes") proto.RegisterType((*GetErpActiveReq)(nil), "transform.GetErpActiveReq") proto.RegisterType((*GetErpActiveRes)(nil), "transform.GetErpActiveRes") proto.RegisterType((*Active)(nil), "transform.Active") proto.RegisterType((*DataPermissionReq)(nil), "transform.DataPermissionReq") proto.RegisterType((*DataPermissionRes)(nil), "transform.DataPermissionRes") proto.RegisterMapType((map[string]string)(nil), "transform.DataPermissionRes.MapListEntry") proto.RegisterType((*MktReq)(nil), "transform.MktReq") proto.RegisterType((*MktRes)(nil), "transform.MktRes") proto.RegisterType((*StudentReq)(nil), "transform.StudentReq") proto.RegisterType((*StudentRes)(nil), "transform.StudentRes") proto.RegisterType((*ErpUserReq)(nil), "transform.ErpUserReq") proto.RegisterType((*ErpUserRes)(nil), "transform.ErpUserRes") } func init() { proto.RegisterFile("transform.proto", fileDescriptor_cb4a498eeb2ba07d) } var fileDescriptor_cb4a498eeb2ba07d = []byte{ // 1788 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x72, 0x23, 0x49, 0x11, 0x0e, 0x49, 0xd6, 0x5f, 0x4a, 0xb6, 0xc7, 0x35, 0xfe, 0xe9, 0x6d, 0xcc, 0xe2, 0x2d, 0x06, 0xf0, 0x70, 0xf0, 0x61, 0x96, 0x58, 0x26, 0xcc, 0xc6, 0xb2, 0xfe, 0x5b, 0x85, 0x22, 0x2c, 0xdb, 0x48, 0xde, 0x20, 0xb8, 0xe0, 0xe8, 0x55, 0xd7, 0xca, 0x8d, 0x5a, 0x5d, 0xed, 0xae, 0xd2, 0x30, 0xba, 0x13, 0x1c, 0xb8, 0xc2, 0x15, 0x1e, 0x81, 0x37, 0xe1, 0xc6, 0x8d, 0x97, 0x21, 0xb2, 0xaa, 0xba, 0xbb, 0x24, 0xb5, 0xec, 0x19, 0x86, 0xb9, 0x75, 0x66, 0x65, 0x65, 0x65, 0x66, 0x65, 0x65, 0x7e, 0xd9, 0xb0, 0x29, 0x13, 0x2f, 0x12, 0xdf, 0xf3, 0x64, 0x72, 0x14, 0x27, 0x5c, 0x72, 0xd2, 0xcc, 0x18, 0xf4, 0x73, 0x68, 0x7d, 0x2b, 0x58, 0xd2, 0x67, 0x0f, 0x53, 0x26, 0x24, 0xd9, 0x80, 0x72, 0xe0, 0x3b, 0xa5, 0x83, 0xd2, 0x61, 0xb3, 0x5f, 0x0e, 0x7c, 0xb2, 0x0d, 0xd5, 0xf8, 0x9e, 0x47, 0xcc, 0x29, 0x2b, 0x96, 0x26, 0xe8, 0xbf, 0x4b, 0xd0, 0xd6, 0xbb, 0x44, 0xcc, 0x23, 0xc1, 0xde, 0x6d, 0x1b, 0x72, 0x13, 0x1e, 0x32, 0xe1, 0x54, 0x34, 0x57, 0x11, 0x64, 0x17, 0x6a, 0x42, 0x7a, 0x72, 0x2a, 0x9c, 0xb5, 0x83, 0xd2, 0x61, 0xa5, 0x6f, 0x28, 0x72, 0x00, 0x2d, 0x96, 0xc4, 0x7d, 0x1e, 0xb2, 0xdb, 0x59, 0xcc, 0x9c, 0xaa, 0x5a, 0xb4, 0x59, 0xc4, 0x85, 0xc6, 0x54, 0xb0, 0xe4, 0xca, 0x9b, 0x30, 0xa7, 0xa6, 0x54, 0x66, 0x34, 0xae, 0x0d, 0x03, 0x39, 0x53, 0x6b, 0x75, 0xbd, 0x96, 0xd2, 0x78, 0xe2, 0x88, 0x45, 0x3e, 0x4b, 0x9c, 0x86, 0x3e, 0x51, 0x53, 0xf4, 0x05, 0xb4, 0x6f, 0xf9, 0x98, 0x45, 0x69, 0x30, 0xb6, 0xa1, 0x2a, 0x91, 0x36, 0x8e, 0x69, 0x82, 0xfe, 0xbd, 0x0c, 0xeb, 0x46, 0xcc, 0x78, 0xbf, 0x0b, 0x35, 0x8c, 0x46, 0x37, 0x8d, 0x80, 0xa1, 0xd0, 0x03, 0x15, 0x25, 0x1e, 0xb2, 0xae, 0x2f, 0x4c, 0x2c, 0x6c, 0x16, 0x79, 0x01, 0xeb, 0x48, 0x0e, 0x86, 0xf7, 0x9c, 0x87, 0x28, 0xa3, 0x23, 0x33, 0xcf, 0x24, 0x87, 0xb0, 0x89, 0x8c, 0x9b, 0x84, 0xbf, 0x09, 0xa2, 0xa1, 0xd2, 0xb5, 0xa6, 0xe4, 0x16, 0xd9, 0x84, 0xea, 0x7b, 0xb9, 0x4e, 0x46, 0x5e, 0x84, 0x62, 0x55, 0x25, 0x36, 0xc7, 0x43, 0xab, 0x06, 0x33, 0x91, 0x6a, 0x37, 0x81, 0xb3, 0x59, 0xe4, 0x53, 0x80, 0xc1, 0x4c, 0x98, 0x0d, 0x26, 0x7a, 0x16, 0x87, 0xec, 0x43, 0x53, 0x1d, 0xac, 0x6e, 0xb8, 0xa1, 0x96, 0x73, 0x06, 0xad, 0x43, 0xf5, 0x62, 0x12, 0xcb, 0x19, 0xfd, 0x02, 0x9a, 0xb7, 0x09, 0x63, 0x57, 0xdc, 0x67, 0x82, 0xbc, 0x84, 0x6a, 0x84, 0x1f, 0x4e, 0xe9, 0xa0, 0x72, 0xd8, 0x7a, 0xf5, 0xfc, 0x28, 0xcf, 0xc9, 0x54, 0xa8, 0xaf, 0x25, 0xe8, 0x5f, 0x4b, 0xd0, 0x48, 0x79, 0x56, 0x66, 0x55, 0x54, 0x66, 0x11, 0x58, 0x93, 0xec, 0xad, 0x34, 0xc1, 0x54, 0xdf, 0x18, 0xff, 0xd8, 0x4b, 0x58, 0x24, 0x55, 0xf8, 0x2a, 0x7d, 0x43, 0x91, 0x03, 0xa8, 0x48, 0x6f, 0xa4, 0x62, 0xd5, 0x7a, 0xb5, 0x61, 0x9f, 0xe8, 0x8d, 0xfa, 0xb8, 0x94, 0x5b, 0x55, 0x7d, 0xd2, 0xaa, 0x7f, 0x94, 0xe0, 0xf9, 0x45, 0x12, 0xf7, 0xc6, 0xf2, 0x8a, 0xc9, 0xdf, 0xf2, 0x64, 0x7c, 0xce, 0xa4, 0x17, 0x84, 0xef, 0xa1, 0xe2, 0x03, 0x7d, 0x69, 0x05, 0xd1, 0x3d, 0x4b, 0x02, 0xe9, 0x45, 0x43, 0x66, 0xee, 0xdf, 0x66, 0xd1, 0x2b, 0xd8, 0x2d, 0xb0, 0xaf, 0xcf, 0x04, 0xf9, 0x05, 0x54, 0x03, 0xc9, 0x26, 0xa9, 0x89, 0x9f, 0x5a, 0x26, 0x16, 0xed, 0xd0, 0xc2, 0xf4, 0xe7, 0x2b, 0xf4, 0x3d, 0x90, 0x67, 0x50, 0x09, 0x7c, 0x61, 0x92, 0x1d, 0x3f, 0xe9, 0x4b, 0xa8, 0xdc, 0x7a, 0xa3, 0x22, 0x07, 0x23, 0x7c, 0x80, 0xc6, 0x41, 0xfc, 0xa6, 0x14, 0xda, 0xd7, 0xb1, 0x0c, 0xf0, 0xe1, 0x48, 0x54, 0x46, 0x60, 0x6d, 0xc8, 0x7d, 0x66, 0xb4, 0xa9, 0x6f, 0xfa, 0x97, 0xd2, 0x9c, 0x90, 0x20, 0x5f, 0x41, 0x7d, 0xe2, 0xc5, 0x97, 0x81, 0x90, 0x26, 0x7f, 0x5e, 0x58, 0x3e, 0xd8, 0x92, 0x47, 0x3d, 0x2d, 0x76, 0x11, 0xc9, 0x64, 0xd6, 0x4f, 0x37, 0xb9, 0xc7, 0xd0, 0xb6, 0x17, 0xd0, 0x83, 0x31, 0x9b, 0xa5, 0x1e, 0x8c, 0xd9, 0x0c, 0xdf, 0xfa, 0x1b, 0x2f, 0x9c, 0x66, 0x15, 0x4b, 0x11, 0xc7, 0xe5, 0xd7, 0x25, 0x7a, 0x00, 0xa0, 0x4f, 0x38, 0xc3, 0x7c, 0x2c, 0x32, 0xb7, 0x03, 0x75, 0x63, 0x43, 0xd1, 0x72, 0x51, 0x14, 0xf2, 0xe3, 0x2a, 0xd6, 0x71, 0x18, 0x9b, 0xb4, 0xa8, 0x9c, 0xce, 0xa4, 0xda, 0xe9, 0x7b, 0xd2, 0x53, 0xda, 0xda, 0x7d, 0xf5, 0x4d, 0xff, 0x53, 0x82, 0xd6, 0xc5, 0xdb, 0x21, 0x0b, 0x2f, 0xf9, 0x08, 0xe3, 0xb7, 0x0b, 0xb5, 0x1e, 0xf7, 0xa7, 0x61, 0x7a, 0xa6, 0xa1, 0x70, 0xef, 0x19, 0x8f, 0xfc, 0xf4, 0x54, 0xfc, 0xc6, 0xa2, 0x78, 0x96, 0x30, 0x4f, 0xb2, 0xd3, 0x99, 0x39, 0x38, 0xa3, 0xf1, 0xd1, 0xeb, 0xef, 0xdb, 0x60, 0x92, 0xe6, 0x97, 0xc5, 0xc1, 0xd2, 0x72, 0xe9, 0x09, 0xf9, 0x6d, 0xec, 0xeb, 0xfd, 0xa6, 0xb4, 0xd8, 0x3c, 0xf2, 0x53, 0xd8, 0xc8, 0x69, 0xa5, 0x47, 0x57, 0x97, 0x05, 0x2e, 0x71, 0xa0, 0x7e, 0xce, 0xc2, 0x6f, 0x42, 0x6f, 0x64, 0xaa, 0x4b, 0x4a, 0xd2, 0x9f, 0xd8, 0xce, 0xa9, 0xde, 0x30, 0xd0, 0xbd, 0x41, 0x27, 0x95, 0xa1, 0xb0, 0x52, 0x67, 0xe5, 0x11, 0x83, 0xb0, 0x0d, 0x55, 0x0c, 0xab, 0xae, 0x2e, 0xcd, 0xbe, 0x26, 0xe8, 0x0f, 0xa1, 0x89, 0x57, 0x7e, 0xfd, 0x7d, 0x37, 0x92, 0x79, 0xd2, 0x56, 0x0e, 0x2b, 0x3a, 0x69, 0x31, 0xcb, 0x2c, 0x2d, 0x4f, 0x64, 0x99, 0x2d, 0xf9, 0xff, 0xc9, 0xb2, 0x8a, 0x9d, 0x65, 0x14, 0xe0, 0x2c, 0x90, 0xb3, 0x65, 0x7f, 0x4a, 0xb9, 0x3f, 0x3f, 0x86, 0x26, 0xca, 0xf4, 0xc6, 0xe6, 0xde, 0x55, 0x57, 0x4d, 0x65, 0x0c, 0x45, 0xff, 0x5c, 0xb2, 0x34, 0x09, 0xf2, 0xe5, 0xa2, 0x4f, 0xd4, 0xf2, 0x29, 0x97, 0xfb, 0x08, 0x1e, 0xfd, 0xa9, 0x94, 0x9b, 0x2b, 0xc8, 0xaf, 0x16, 0xed, 0xf8, 0x6c, 0xc1, 0x0e, 0x25, 0xf6, 0x11, 0x9e, 0xef, 0x3e, 0x34, 0xf0, 0x2d, 0x09, 0x53, 0xb8, 0x12, 0xf6, 0x60, 0x9e, 0x13, 0x7e, 0xd2, 0x1f, 0x41, 0xd3, 0xac, 0x8a, 0x18, 0x9f, 0x4c, 0xc2, 0x44, 0x9c, 0x3e, 0x37, 0xfc, 0xa6, 0x03, 0x58, 0xef, 0x30, 0x79, 0xa1, 0x51, 0x07, 0x3a, 0xb2, 0x07, 0x75, 0x04, 0x19, 0x77, 0x19, 0xde, 0xa9, 0x4d, 0x75, 0xb7, 0xc7, 0xdd, 0x3c, 0xcc, 0x9e, 0x39, 0x7e, 0x93, 0x1d, 0xa8, 0x89, 0xe1, 0x3d, 0xca, 0xea, 0x6a, 0x5e, 0x15, 0xc3, 0xfb, 0xae, 0x4f, 0xbf, 0x9e, 0x57, 0xaa, 0x2e, 0x73, 0xc2, 0xbf, 0x0b, 0xf2, 0x47, 0xac, 0x29, 0xfb, 0xb0, 0xb2, 0x7d, 0x18, 0xfd, 0x25, 0xec, 0x6b, 0x0d, 0xaa, 0x27, 0x0f, 0x86, 0xf7, 0x37, 0x2c, 0x39, 0x9d, 0x69, 0xdc, 0x81, 0x0a, 0x57, 0x59, 0x49, 0xaf, 0x1e, 0xdd, 0x28, 0xc8, 0x91, 0xb2, 0x98, 0xf3, 0xd0, 0x5c, 0xd3, 0xae, 0x5d, 0x68, 0xcd, 0x16, 0xce, 0xc3, 0xbe, 0x91, 0xa2, 0x97, 0xd0, 0xb2, 0xd8, 0xef, 0xd2, 0x01, 0xc8, 0x27, 0xd0, 0xe0, 0xb8, 0x25, 0x0f, 0x4b, 0x9d, 0x6b, 0x64, 0x41, 0x4f, 0x60, 0x53, 0x5b, 0x67, 0x4e, 0xf9, 0x1f, 0x0c, 0x3a, 0x4c, 0x55, 0x9c, 0x0c, 0x65, 0xf0, 0x46, 0x45, 0x37, 0xbf, 0x05, 0x34, 0x6c, 0x2d, 0xbd, 0x85, 0x2f, 0x17, 0x25, 0x11, 0xa5, 0xd4, 0x3c, 0x45, 0x98, 0xc3, 0xb6, 0xac, 0xc3, 0x8c, 0x94, 0x11, 0xa0, 0x5f, 0x41, 0x4d, 0x73, 0xc8, 0x0f, 0xa0, 0xa9, 0x79, 0x77, 0x99, 0xeb, 0x0d, 0xcd, 0xe8, 0xfa, 0x78, 0x11, 0x13, 0xef, 0xce, 0x8a, 0x41, 0x6d, 0xe2, 0x21, 0x08, 0xa5, 0x5d, 0xd8, 0x3a, 0xf7, 0xa4, 0x77, 0xc3, 0x92, 0x49, 0x20, 0x44, 0xc0, 0x11, 0x75, 0xa2, 0xaa, 0x64, 0x1a, 0xb2, 0x3b, 0xab, 0x87, 0x34, 0x90, 0xa1, 0x5a, 0xcf, 0xca, 0x64, 0xf8, 0x5b, 0x69, 0x59, 0x97, 0x20, 0x67, 0x8b, 0x2f, 0xee, 0xa5, 0xe5, 0xcc, 0x92, 0xf8, 0x47, 0x78, 0x79, 0xff, 0xac, 0x42, 0xad, 0x37, 0x56, 0x4d, 0x7e, 0x03, 0xca, 0xdd, 0x2c, 0x2d, 0xf4, 0x5b, 0xe9, 0x8d, 0xbb, 0x59, 0x73, 0xc2, 0x6f, 0x6c, 0x1e, 0x37, 0x5e, 0x22, 0xb1, 0x41, 0x18, 0x34, 0xad, 0x93, 0x63, 0x81, 0x6b, 0xa1, 0x6d, 0x33, 0x2f, 0x18, 0xbe, 0x03, 0xf5, 0x81, 0x9c, 0x2a, 0xc0, 0xaf, 0x7b, 0x53, 0x4a, 0x62, 0xdb, 0x3b, 0x19, 0xb1, 0x4e, 0xc2, 0xa7, 0xb1, 0x6a, 0x48, 0x95, 0x7e, 0x46, 0x23, 0x02, 0x1f, 0xc8, 0xe9, 0x65, 0x10, 0x8d, 0x6f, 0x58, 0x22, 0x78, 0xa4, 0x1a, 0x52, 0xa5, 0x3f, 0xcf, 0x44, 0x0d, 0x03, 0x39, 0xb5, 0x01, 0x6f, 0x46, 0x63, 0x00, 0x06, 0x98, 0x4f, 0x4e, 0x53, 0x3f, 0x71, 0x45, 0xa0, 0x35, 0x27, 0xbe, 0x9f, 0x30, 0x21, 0x1c, 0xd0, 0xd6, 0x18, 0x72, 0xa1, 0xd1, 0xb6, 0x96, 0x1a, 0xad, 0xd5, 0x1c, 0xdb, 0xfa, 0x75, 0x18, 0x52, 0xed, 0xbc, 0x67, 0xc3, 0x31, 0x36, 0x41, 0xe6, 0xac, 0xab, 0x45, 0x8b, 0x83, 0xb8, 0x5c, 0x51, 0x4a, 0xf1, 0x86, 0xc6, 0xe5, 0x19, 0x03, 0xf5, 0x2a, 0xe2, 0x74, 0xe6, 0x6c, 0x6a, 0x8b, 0x0c, 0x89, 0xf3, 0xc5, 0x15, 0x93, 0x7f, 0xcc, 0x30, 0x5e, 0xd7, 0x77, 0x9e, 0x29, 0xe5, 0x8b, 0x6c, 0x15, 0x49, 0x93, 0xd9, 0xce, 0x96, 0x89, 0x64, 0x9a, 0xe9, 0x08, 0x2e, 0xbc, 0x30, 0x54, 0xc3, 0x1a, 0xd1, 0x6b, 0x29, 0xad, 0x40, 0x8a, 0xa7, 0x56, 0x9e, 0xeb, 0x3b, 0xd3, 0x14, 0xda, 0xf4, 0x9b, 0xa9, 0xc7, 0x7f, 0xf7, 0x87, 0xc0, 0xd9, 0xd6, 0xbe, 0x1a, 0x12, 0xef, 0xa5, 0x37, 0x96, 0x4a, 0xb9, 0x6a, 0x52, 0xce, 0x8e, 0xbe, 0x97, 0x39, 0x26, 0x7a, 0x7c, 0xc9, 0x3d, 0x5f, 0xc7, 0x7f, 0x57, 0x49, 0xe4, 0x0c, 0x3c, 0xb5, 0xcf, 0x26, 0x5e, 0x32, 0x76, 0xf6, 0xf4, 0x7b, 0xd1, 0x14, 0xf2, 0x3b, 0x7a, 0xfe, 0x73, 0xb4, 0x35, 0x9a, 0xa2, 0x07, 0x26, 0x5f, 0x57, 0xe3, 0x8e, 0x7d, 0x80, 0x81, 0x9c, 0xfa, 0x2c, 0x2a, 0xca, 0x6a, 0x2a, 0xad, 0x55, 0xb1, 0x94, 0xf3, 0x76, 0x0e, 0x95, 0x17, 0x72, 0xe8, 0x03, 0x80, 0x19, 0x22, 0x87, 0x8b, 0x24, 0x36, 0x43, 0x3c, 0x66, 0xe3, 0x45, 0x12, 0x67, 0xa3, 0xa8, 0x26, 0xe8, 0x6b, 0x4b, 0x46, 0x81, 0xd4, 0x6b, 0x91, 0xd9, 0xa6, 0xbe, 0xd1, 0xe3, 0x6b, 0x71, 0x65, 0x95, 0x29, 0x4d, 0xbd, 0xfa, 0x17, 0xe0, 0x14, 0x67, 0xca, 0x06, 0x39, 0x86, 0x7a, 0x87, 0x49, 0xd4, 0x43, 0xec, 0x3a, 0x6c, 0xfd, 0x41, 0x70, 0xf7, 0x96, 0xf8, 0x66, 0x4a, 0xfe, 0x35, 0xc0, 0x8d, 0x97, 0x08, 0xa6, 0x66, 0x67, 0x62, 0x8b, 0xd9, 0x43, 0xb7, 0xeb, 0x2c, 0x2f, 0x18, 0x05, 0xaf, 0x61, 0x43, 0xd7, 0x6b, 0x84, 0x0b, 0x38, 0x5b, 0x91, 0x67, 0xf6, 0x24, 0x83, 0x33, 0xa7, 0xbb, 0x5d, 0x30, 0x7e, 0xa9, 0x1e, 0x72, 0xe2, 0xfb, 0xbd, 0xb1, 0x24, 0x76, 0x41, 0xd7, 0xb5, 0xc9, 0x5d, 0x62, 0x09, 0x72, 0x02, 0xeb, 0x98, 0x45, 0xd9, 0x60, 0x31, 0x67, 0xad, 0x3d, 0xbd, 0xb8, 0x2b, 0x16, 0x04, 0xf9, 0x1a, 0xda, 0x1d, 0x26, 0xf3, 0x19, 0x7e, 0xaf, 0x18, 0x4a, 0xce, 0x6b, 0x98, 0x43, 0xa3, 0xc7, 0x00, 0x1d, 0x26, 0x0d, 0x44, 0x23, 0x3b, 0x45, 0xb0, 0xed, 0xc1, 0x2d, 0x64, 0x0b, 0xf2, 0x05, 0x34, 0x3a, 0x4c, 0x62, 0x59, 0x15, 0x64, 0xbb, 0x00, 0x68, 0x3d, 0xb8, 0x45, 0x5c, 0x44, 0xc0, 0xed, 0x1b, 0x2e, 0x64, 0x0a, 0xc1, 0xe7, 0x2e, 0xd9, 0x1a, 0x3a, 0xdc, 0x62, 0x3e, 0xa2, 0x4d, 0xd3, 0x52, 0xf3, 0xd0, 0xed, 0x2c, 0x45, 0x08, 0x9b, 0x99, 0x4b, 0x96, 0x03, 0x67, 0x3c, 0x36, 0x4f, 0x68, 0x6e, 0x63, 0xfe, 0xe8, 0xdc, 0x42, 0xb6, 0x20, 0xd7, 0xb0, 0xd5, 0x61, 0x72, 0xbe, 0xad, 0x91, 0xfd, 0x47, 0x3a, 0xde, 0x83, 0xfb, 0xd8, 0xaa, 0x20, 0xe7, 0xe0, 0x6a, 0x57, 0x16, 0x27, 0xe0, 0xf7, 0xca, 0xbc, 0xdf, 0xc3, 0x6e, 0xb1, 0x16, 0xf2, 0xd9, 0x13, 0x53, 0x38, 0x7b, 0x70, 0x9f, 0x14, 0x11, 0x64, 0x02, 0x9f, 0xac, 0x84, 0x73, 0xe4, 0x67, 0xd6, 0xfe, 0xc7, 0xd0, 0xa2, 0xfb, 0x8e, 0x82, 0x98, 0xd5, 0x90, 0x03, 0x57, 0xe2, 0x2c, 0x6d, 0x33, 0x78, 0xd6, 0x5d, 0xb5, 0x82, 0x19, 0xd2, 0xb6, 0x11, 0x5e, 0x41, 0x20, 0xdd, 0xa5, 0xbd, 0x39, 0x18, 0xfc, 0x26, 0xdd, 0x6d, 0xa0, 0xd7, 0xb2, 0x6c, 0x86, 0xfa, 0xdc, 0xd5, 0x6b, 0x68, 0x05, 0x99, 0xf7, 0xf3, 0xbd, 0x2e, 0xf5, 0x38, 0x8d, 0x82, 0x2a, 0x84, 0x3b, 0xf3, 0xb7, 0x64, 0x6a, 0xa1, 0x5b, 0xc8, 0x16, 0xdf, 0xd5, 0xd4, 0x1f, 0xd8, 0xcf, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x9e, 0xb6, 0x00, 0x94, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. var _ context.Context var _ grpc.ClientConn // This is a compile-time assertion to ensure that this generated file // is compatible with the grpc package it is being compiled against. const _ = grpc.SupportPackageIsVersion4 // TransformClient is the client API for Transform service. // // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. type TransformClient interface { GetUser(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*UserResponse, error) ParseToken(ctx context.Context, in *TokenRequest, opts ...grpc.CallOption) (*TokenResponse, error) // 获取erp 省、城市树 GetErpCityTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) AddMkt(ctx context.Context, in *MktReq, opts ...grpc.CallOption) (*MktRes, error) // 获取erp 字典 LoadOptionset(ctx context.Context, in *OptionsetReq, opts ...grpc.CallOption) (*OptionsetRes, error) GetSchoolIds(ctx context.Context, in *SchoolIdsReq, opts ...grpc.CallOption) (*SchoolIdsRes, error) GetCityIds(ctx context.Context, in *CityIdsReq, opts ...grpc.CallOption) (*CityIdsRes, error) GetMkIds(ctx context.Context, in *CityMkReq, opts ...grpc.CallOption) (*CityMkRes, error) PostExcelLog(ctx context.Context, in *ExcelLogReq, opts ...grpc.CallOption) (*ExcelLogRes, error) GetErpOptionset(ctx context.Context, in *OptionCode, opts ...grpc.CallOption) (*Options, error) GetStudent(ctx context.Context, in *StudentReq, opts ...grpc.CallOption) (*StudentRes, error) // 获取数据权限 GetDataPermission(ctx context.Context, in *DataPermissionReq, opts ...grpc.CallOption) (*DataPermissionRes, error) // 获取erp 渠道细分树 GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) // 获取erp 渠道细分树 GetErpMktNetWorkDetail(ctx context.Context, in *ErpMktNetWorkDetailReq, opts ...grpc.CallOption) (*ErpMktNetWorkDetailRes, error) // 获取erp 用户校区权限 GetErpOrganSchPerByUserId(ctx context.Context, in *GetErpOrganSchPerByUserIdReq, opts ...grpc.CallOption) (*GetErpOrganSchPerByUserIdRes, error) // 获取 erp 用户角色 GetErpRole(ctx context.Context, in *GetErpRoleReq, opts ...grpc.CallOption) (*GetErpRoleRes, error) // 获取 erp 全部校区 GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetErpSchoolRes, error) // 获取 erp 活动 GetErpActive(ctx context.Context, in *GetErpActiveReq, opts ...grpc.CallOption) (*GetErpActiveRes, error) // 获取erp 省、城、校区 GetErpOrganSchTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) // 查看erp用户是否正常 GetErpUser(ctx context.Context, in *ErpUserReq, opts ...grpc.CallOption) (*ErpUserRes, error) } type transformClient struct { cc *grpc.ClientConn } func NewTransformClient(cc *grpc.ClientConn) TransformClient { return &transformClient{cc} } func (c *transformClient) GetUser(ctx context.Context, in *UserRequest, opts ...grpc.CallOption) (*UserResponse, error) { out := new(UserResponse) err := c.cc.Invoke(ctx, "/transform.Transform/GetUser", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) ParseToken(ctx context.Context, in *TokenRequest, opts ...grpc.CallOption) (*TokenResponse, error) { out := new(TokenResponse) err := c.cc.Invoke(ctx, "/transform.Transform/ParseToken", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpCityTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) { out := new(TreeNodes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpCityTree", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) AddMkt(ctx context.Context, in *MktReq, opts ...grpc.CallOption) (*MktRes, error) { out := new(MktRes) err := c.cc.Invoke(ctx, "/transform.Transform/AddMkt", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) LoadOptionset(ctx context.Context, in *OptionsetReq, opts ...grpc.CallOption) (*OptionsetRes, error) { out := new(OptionsetRes) err := c.cc.Invoke(ctx, "/transform.Transform/LoadOptionset", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetSchoolIds(ctx context.Context, in *SchoolIdsReq, opts ...grpc.CallOption) (*SchoolIdsRes, error) { out := new(SchoolIdsRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetSchoolIds", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetCityIds(ctx context.Context, in *CityIdsReq, opts ...grpc.CallOption) (*CityIdsRes, error) { out := new(CityIdsRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetCityIds", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetMkIds(ctx context.Context, in *CityMkReq, opts ...grpc.CallOption) (*CityMkRes, error) { out := new(CityMkRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetMkIds", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) PostExcelLog(ctx context.Context, in *ExcelLogReq, opts ...grpc.CallOption) (*ExcelLogRes, error) { out := new(ExcelLogRes) err := c.cc.Invoke(ctx, "/transform.Transform/PostExcelLog", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpOptionset(ctx context.Context, in *OptionCode, opts ...grpc.CallOption) (*Options, error) { out := new(Options) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpOptionset", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetStudent(ctx context.Context, in *StudentReq, opts ...grpc.CallOption) (*StudentRes, error) { out := new(StudentRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetStudent", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetDataPermission(ctx context.Context, in *DataPermissionReq, opts ...grpc.CallOption) (*DataPermissionRes, error) { out := new(DataPermissionRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetDataPermission", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpMktNetWorkDetailTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) { out := new(TreeNodes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpMktNetWorkDetailTree", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpMktNetWorkDetail(ctx context.Context, in *ErpMktNetWorkDetailReq, opts ...grpc.CallOption) (*ErpMktNetWorkDetailRes, error) { out := new(ErpMktNetWorkDetailRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpMktNetWorkDetail", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpOrganSchPerByUserId(ctx context.Context, in *GetErpOrganSchPerByUserIdReq, opts ...grpc.CallOption) (*GetErpOrganSchPerByUserIdRes, error) { out := new(GetErpOrganSchPerByUserIdRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpOrganSchPerByUserId", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpRole(ctx context.Context, in *GetErpRoleReq, opts ...grpc.CallOption) (*GetErpRoleRes, error) { out := new(GetErpRoleRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpRole", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpSchool(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetErpSchoolRes, error) { out := new(GetErpSchoolRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpSchool", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpActive(ctx context.Context, in *GetErpActiveReq, opts ...grpc.CallOption) (*GetErpActiveRes, error) { out := new(GetErpActiveRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpActive", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpOrganSchTree(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*TreeNodes, error) { out := new(TreeNodes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpOrganSchTree", in, out, opts...) if err != nil { return nil, err } return out, nil } func (c *transformClient) GetErpUser(ctx context.Context, in *ErpUserReq, opts ...grpc.CallOption) (*ErpUserRes, error) { out := new(ErpUserRes) err := c.cc.Invoke(ctx, "/transform.Transform/GetErpUser", in, out, opts...) if err != nil { return nil, err } return out, nil } // TransformServer is the server API for Transform service. type TransformServer interface { GetUser(context.Context, *UserRequest) (*UserResponse, error) ParseToken(context.Context, *TokenRequest) (*TokenResponse, error) // 获取erp 省、城市树 GetErpCityTree(context.Context, *Empty) (*TreeNodes, error) AddMkt(context.Context, *MktReq) (*MktRes, error) // 获取erp 字典 LoadOptionset(context.Context, *OptionsetReq) (*OptionsetRes, error) GetSchoolIds(context.Context, *SchoolIdsReq) (*SchoolIdsRes, error) GetCityIds(context.Context, *CityIdsReq) (*CityIdsRes, error) GetMkIds(context.Context, *CityMkReq) (*CityMkRes, error) PostExcelLog(context.Context, *ExcelLogReq) (*ExcelLogRes, error) GetErpOptionset(context.Context, *OptionCode) (*Options, error) GetStudent(context.Context, *StudentReq) (*StudentRes, error) // 获取数据权限 GetDataPermission(context.Context, *DataPermissionReq) (*DataPermissionRes, error) // 获取erp 渠道细分树 GetErpMktNetWorkDetailTree(context.Context, *Empty) (*TreeNodes, error) // 获取erp 渠道细分树 GetErpMktNetWorkDetail(context.Context, *ErpMktNetWorkDetailReq) (*ErpMktNetWorkDetailRes, error) // 获取erp 用户校区权限 GetErpOrganSchPerByUserId(context.Context, *GetErpOrganSchPerByUserIdReq) (*GetErpOrganSchPerByUserIdRes, error) // 获取 erp 用户角色 GetErpRole(context.Context, *GetErpRoleReq) (*GetErpRoleRes, error) // 获取 erp 全部校区 GetErpSchool(context.Context, *Empty) (*GetErpSchoolRes, error) // 获取 erp 活动 GetErpActive(context.Context, *GetErpActiveReq) (*GetErpActiveRes, error) // 获取erp 省、城、校区 GetErpOrganSchTree(context.Context, *Empty) (*TreeNodes, error) // 查看erp用户是否正常 GetErpUser(context.Context, *ErpUserReq) (*ErpUserRes, error) } // UnimplementedTransformServer can be embedded to have forward compatible implementations. type UnimplementedTransformServer struct { } func (*UnimplementedTransformServer) GetUser(ctx context.Context, req *UserRequest) (*UserResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method GetUser not implemented") } func (*UnimplementedTransformServer) ParseToken(ctx context.Context, req *TokenRequest) (*TokenResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method ParseToken not implemented") } func (*UnimplementedTransformServer) GetErpCityTree(ctx context.Context, req *Empty) (*TreeNodes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpCityTree not implemented") } func (*UnimplementedTransformServer) AddMkt(ctx context.Context, req *MktReq) (*MktRes, error) { return nil, status.Errorf(codes.Unimplemented, "method AddMkt not implemented") } func (*UnimplementedTransformServer) LoadOptionset(ctx context.Context, req *OptionsetReq) (*OptionsetRes, error) { return nil, status.Errorf(codes.Unimplemented, "method LoadOptionset not implemented") } func (*UnimplementedTransformServer) GetSchoolIds(ctx context.Context, req *SchoolIdsReq) (*SchoolIdsRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetSchoolIds not implemented") } func (*UnimplementedTransformServer) GetCityIds(ctx context.Context, req *CityIdsReq) (*CityIdsRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetCityIds not implemented") } func (*UnimplementedTransformServer) GetMkIds(ctx context.Context, req *CityMkReq) (*CityMkRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetMkIds not implemented") } func (*UnimplementedTransformServer) PostExcelLog(ctx context.Context, req *ExcelLogReq) (*ExcelLogRes, error) { return nil, status.Errorf(codes.Unimplemented, "method PostExcelLog not implemented") } func (*UnimplementedTransformServer) GetErpOptionset(ctx context.Context, req *OptionCode) (*Options, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpOptionset not implemented") } func (*UnimplementedTransformServer) GetStudent(ctx context.Context, req *StudentReq) (*StudentRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetStudent not implemented") } func (*UnimplementedTransformServer) GetDataPermission(ctx context.Context, req *DataPermissionReq) (*DataPermissionRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetDataPermission not implemented") } func (*UnimplementedTransformServer) GetErpMktNetWorkDetailTree(ctx context.Context, req *Empty) (*TreeNodes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpMktNetWorkDetailTree not implemented") } func (*UnimplementedTransformServer) GetErpMktNetWorkDetail(ctx context.Context, req *ErpMktNetWorkDetailReq) (*ErpMktNetWorkDetailRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpMktNetWorkDetail not implemented") } func (*UnimplementedTransformServer) GetErpOrganSchPerByUserId(ctx context.Context, req *GetErpOrganSchPerByUserIdReq) (*GetErpOrganSchPerByUserIdRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpOrganSchPerByUserId not implemented") } func (*UnimplementedTransformServer) GetErpRole(ctx context.Context, req *GetErpRoleReq) (*GetErpRoleRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpRole not implemented") } func (*UnimplementedTransformServer) GetErpSchool(ctx context.Context, req *Empty) (*GetErpSchoolRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpSchool not implemented") } func (*UnimplementedTransformServer) GetErpActive(ctx context.Context, req *GetErpActiveReq) (*GetErpActiveRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpActive not implemented") } func (*UnimplementedTransformServer) GetErpOrganSchTree(ctx context.Context, req *Empty) (*TreeNodes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpOrganSchTree not implemented") } func (*UnimplementedTransformServer) GetErpUser(ctx context.Context, req *ErpUserReq) (*ErpUserRes, error) { return nil, status.Errorf(codes.Unimplemented, "method GetErpUser not implemented") } func RegisterTransformServer(s *grpc.Server, srv TransformServer) { s.RegisterService(&_Transform_serviceDesc, srv) } func _Transform_GetUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(UserRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetUser", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetUser(ctx, req.(*UserRequest)) } return interceptor(ctx, in, info, handler) } func _Transform_ParseToken_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(TokenRequest) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).ParseToken(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/ParseToken", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).ParseToken(ctx, req.(*TokenRequest)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpCityTree_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpCityTree(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpCityTree", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpCityTree(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } func _Transform_AddMkt_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(MktReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).AddMkt(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/AddMkt", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).AddMkt(ctx, req.(*MktReq)) } return interceptor(ctx, in, info, handler) } func _Transform_LoadOptionset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(OptionsetReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).LoadOptionset(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/LoadOptionset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).LoadOptionset(ctx, req.(*OptionsetReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetSchoolIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(SchoolIdsReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetSchoolIds(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetSchoolIds", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetSchoolIds(ctx, req.(*SchoolIdsReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetCityIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(CityIdsReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetCityIds(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetCityIds", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetCityIds(ctx, req.(*CityIdsReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetMkIds_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(CityMkReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetMkIds(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetMkIds", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetMkIds(ctx, req.(*CityMkReq)) } return interceptor(ctx, in, info, handler) } func _Transform_PostExcelLog_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ExcelLogReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).PostExcelLog(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/PostExcelLog", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).PostExcelLog(ctx, req.(*ExcelLogReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpOptionset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(OptionCode) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpOptionset(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpOptionset", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpOptionset(ctx, req.(*OptionCode)) } return interceptor(ctx, in, info, handler) } func _Transform_GetStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(StudentReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetStudent(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetStudent", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetStudent(ctx, req.(*StudentReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetDataPermission_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(DataPermissionReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetDataPermission(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetDataPermission", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetDataPermission(ctx, req.(*DataPermissionReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpMktNetWorkDetailTree_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpMktNetWorkDetailTree(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpMktNetWorkDetailTree", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpMktNetWorkDetailTree(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpMktNetWorkDetail_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ErpMktNetWorkDetailReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpMktNetWorkDetail(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpMktNetWorkDetail", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpMktNetWorkDetail(ctx, req.(*ErpMktNetWorkDetailReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpOrganSchPerByUserId_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetErpOrganSchPerByUserIdReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpOrganSchPerByUserId(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpOrganSchPerByUserId", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpOrganSchPerByUserId(ctx, req.(*GetErpOrganSchPerByUserIdReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpRole_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetErpRoleReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpRole(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpRole", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpRole(ctx, req.(*GetErpRoleReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpSchool_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpSchool(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpSchool", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpSchool(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpActive_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(GetErpActiveReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpActive(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpActive", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpActive(ctx, req.(*GetErpActiveReq)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpOrganSchTree_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(Empty) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpOrganSchTree(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpOrganSchTree", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpOrganSchTree(ctx, req.(*Empty)) } return interceptor(ctx, in, info, handler) } func _Transform_GetErpUser_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(ErpUserReq) if err := dec(in); err != nil { return nil, err } if interceptor == nil { return srv.(TransformServer).GetErpUser(ctx, in) } info := &grpc.UnaryServerInfo{ Server: srv, FullMethod: "/transform.Transform/GetErpUser", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(TransformServer).GetErpUser(ctx, req.(*ErpUserReq)) } return interceptor(ctx, in, info, handler) } var _Transform_serviceDesc = grpc.ServiceDesc{ ServiceName: "transform.Transform", HandlerType: (*TransformServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetUser", Handler: _Transform_GetUser_Handler, }, { MethodName: "ParseToken", Handler: _Transform_ParseToken_Handler, }, { MethodName: "GetErpCityTree", Handler: _Transform_GetErpCityTree_Handler, }, { MethodName: "AddMkt", Handler: _Transform_AddMkt_Handler, }, { MethodName: "LoadOptionset", Handler: _Transform_LoadOptionset_Handler, }, { MethodName: "GetSchoolIds", Handler: _Transform_GetSchoolIds_Handler, }, { MethodName: "GetCityIds", Handler: _Transform_GetCityIds_Handler, }, { MethodName: "GetMkIds", Handler: _Transform_GetMkIds_Handler, }, { MethodName: "PostExcelLog", Handler: _Transform_PostExcelLog_Handler, }, { MethodName: "GetErpOptionset", Handler: _Transform_GetErpOptionset_Handler, }, { MethodName: "GetStudent", Handler: _Transform_GetStudent_Handler, }, { MethodName: "GetDataPermission", Handler: _Transform_GetDataPermission_Handler, }, { MethodName: "GetErpMktNetWorkDetailTree", Handler: _Transform_GetErpMktNetWorkDetailTree_Handler, }, { MethodName: "GetErpMktNetWorkDetail", Handler: _Transform_GetErpMktNetWorkDetail_Handler, }, { MethodName: "GetErpOrganSchPerByUserId", Handler: _Transform_GetErpOrganSchPerByUserId_Handler, }, { MethodName: "GetErpRole", Handler: _Transform_GetErpRole_Handler, }, { MethodName: "GetErpSchool", Handler: _Transform_GetErpSchool_Handler, }, { MethodName: "GetErpActive", Handler: _Transform_GetErpActive_Handler, }, { MethodName: "GetErpOrganSchTree", Handler: _Transform_GetErpOrganSchTree_Handler, }, { MethodName: "GetErpUser", Handler: _Transform_GetErpUser_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "transform.proto", }