|
@@ -1,285 +0,0 @@
|
|
|
-// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
-// versions:
|
|
|
|
|
-// protoc-gen-go v1.23.0
|
|
|
|
|
-// protoc v3.12.3
|
|
|
|
|
-// source: base_organ_school.proto
|
|
|
|
|
-
|
|
|
|
|
-package transform
|
|
|
|
|
-
|
|
|
|
|
-import (
|
|
|
|
|
- proto "github.com/golang/protobuf/proto"
|
|
|
|
|
- protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
|
- protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
|
- reflect "reflect"
|
|
|
|
|
- sync "sync"
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
-const (
|
|
|
|
|
- // Verify that this generated code is sufficiently up-to-date.
|
|
|
|
|
- _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
|
|
|
- // Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
|
|
|
- _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
-// This is a compile-time assertion that a sufficiently up-to-date version
|
|
|
|
|
-// of the legacy proto package is being used.
|
|
|
|
|
-const _ = proto.ProtoPackageIsVersion4
|
|
|
|
|
-
|
|
|
|
|
-type GetErpOrganSchPerByUserIdReq struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdReq) Reset() {
|
|
|
|
|
- *x = GetErpOrganSchPerByUserIdReq{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[0]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdReq) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*GetErpOrganSchPerByUserIdReq) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[0]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use GetErpOrganSchPerByUserIdReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*GetErpOrganSchPerByUserIdReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_base_organ_school_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdReq) GetUserId() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.UserId
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-type GetErpOrganSchPerByUserIdResp struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- Data []*ValueText `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdResp) Reset() {
|
|
|
|
|
- *x = GetErpOrganSchPerByUserIdResp{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[1]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdResp) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*GetErpOrganSchPerByUserIdResp) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[1]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use GetErpOrganSchPerByUserIdResp.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*GetErpOrganSchPerByUserIdResp) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_base_organ_school_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *GetErpOrganSchPerByUserIdResp) GetData() []*ValueText {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.Data
|
|
|
|
|
- }
|
|
|
|
|
- return nil
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-type ValueText struct {
|
|
|
|
|
- state protoimpl.MessageState
|
|
|
|
|
- sizeCache protoimpl.SizeCache
|
|
|
|
|
- unknownFields protoimpl.UnknownFields
|
|
|
|
|
-
|
|
|
|
|
- Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
|
|
|
|
|
- Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *ValueText) Reset() {
|
|
|
|
|
- *x = ValueText{}
|
|
|
|
|
- if protoimpl.UnsafeEnabled {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[2]
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *ValueText) String() string {
|
|
|
|
|
- return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (*ValueText) ProtoMessage() {}
|
|
|
|
|
-
|
|
|
|
|
-func (x *ValueText) ProtoReflect() protoreflect.Message {
|
|
|
|
|
- mi := &file_base_organ_school_proto_msgTypes[2]
|
|
|
|
|
- if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
- if ms.LoadMessageInfo() == nil {
|
|
|
|
|
- ms.StoreMessageInfo(mi)
|
|
|
|
|
- }
|
|
|
|
|
- return ms
|
|
|
|
|
- }
|
|
|
|
|
- return mi.MessageOf(x)
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-// Deprecated: Use ValueText.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*ValueText) Descriptor() ([]byte, []int) {
|
|
|
|
|
- return file_base_organ_school_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *ValueText) GetValue() int64 {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.Value
|
|
|
|
|
- }
|
|
|
|
|
- return 0
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *ValueText) GetText() string {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.Text
|
|
|
|
|
- }
|
|
|
|
|
- return ""
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-var File_base_organ_school_proto protoreflect.FileDescriptor
|
|
|
|
|
-
|
|
|
|
|
-var file_base_organ_school_proto_rawDesc = []byte{
|
|
|
|
|
- 0x0a, 0x17, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x5f, 0x73, 0x63, 0x68,
|
|
|
|
|
- 0x6f, 0x6f, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x09, 0x74, 0x72, 0x61, 0x6e, 0x73,
|
|
|
|
|
- 0x66, 0x6f, 0x72, 0x6d, 0x22, 0x37, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x45, 0x72, 0x70, 0x4f, 0x72,
|
|
|
|
|
- 0x67, 0x61, 0x6e, 0x53, 0x63, 0x68, 0x50, 0x65, 0x72, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49,
|
|
|
|
|
- 0x64, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18,
|
|
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x49, 0x0a,
|
|
|
|
|
- 0x1d, 0x47, 0x65, 0x74, 0x45, 0x72, 0x70, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x53, 0x63, 0x68, 0x50,
|
|
|
|
|
- 0x65, 0x72, 0x42, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x28,
|
|
|
|
|
- 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x74,
|
|
|
|
|
- 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x54, 0x65,
|
|
|
|
|
- 0x78, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x35, 0x0a, 0x09, 0x56, 0x61, 0x6c, 0x75,
|
|
|
|
|
- 0x65, 0x54, 0x65, 0x78, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x01,
|
|
|
|
|
- 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74,
|
|
|
|
|
- 0x65, 0x78, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x65, 0x78, 0x74, 0x62,
|
|
|
|
|
- 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-var (
|
|
|
|
|
- file_base_organ_school_proto_rawDescOnce sync.Once
|
|
|
|
|
- file_base_organ_school_proto_rawDescData = file_base_organ_school_proto_rawDesc
|
|
|
|
|
-)
|
|
|
|
|
-
|
|
|
|
|
-func file_base_organ_school_proto_rawDescGZIP() []byte {
|
|
|
|
|
- file_base_organ_school_proto_rawDescOnce.Do(func() {
|
|
|
|
|
- file_base_organ_school_proto_rawDescData = protoimpl.X.CompressGZIP(file_base_organ_school_proto_rawDescData)
|
|
|
|
|
- })
|
|
|
|
|
- return file_base_organ_school_proto_rawDescData
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-var file_base_organ_school_proto_msgTypes = make([]protoimpl.MessageInfo, 3)
|
|
|
|
|
-var file_base_organ_school_proto_goTypes = []interface{}{
|
|
|
|
|
- (*GetErpOrganSchPerByUserIdReq)(nil), // 0: transform.GetErpOrganSchPerByUserIdReq
|
|
|
|
|
- (*GetErpOrganSchPerByUserIdResp)(nil), // 1: transform.GetErpOrganSchPerByUserIdResp
|
|
|
|
|
- (*ValueText)(nil), // 2: transform.ValueText
|
|
|
|
|
-}
|
|
|
|
|
-var file_base_organ_school_proto_depIdxs = []int32{
|
|
|
|
|
- 2, // 0: transform.GetErpOrganSchPerByUserIdResp.data:type_name -> transform.ValueText
|
|
|
|
|
- 1, // [1:1] is the sub-list for method output_type
|
|
|
|
|
- 1, // [1:1] is the sub-list for method input_type
|
|
|
|
|
- 1, // [1:1] is the sub-list for extension type_name
|
|
|
|
|
- 1, // [1:1] is the sub-list for extension extendee
|
|
|
|
|
- 0, // [0:1] is the sub-list for field type_name
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func init() { file_base_organ_school_proto_init() }
|
|
|
|
|
-func file_base_organ_school_proto_init() {
|
|
|
|
|
- if File_base_organ_school_proto != nil {
|
|
|
|
|
- return
|
|
|
|
|
- }
|
|
|
|
|
- if !protoimpl.UnsafeEnabled {
|
|
|
|
|
- file_base_organ_school_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*GetErpOrganSchPerByUserIdReq); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- file_base_organ_school_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*GetErpOrganSchPerByUserIdResp); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- file_base_organ_school_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
- switch v := v.(*ValueText); i {
|
|
|
|
|
- case 0:
|
|
|
|
|
- return &v.state
|
|
|
|
|
- case 1:
|
|
|
|
|
- return &v.sizeCache
|
|
|
|
|
- case 2:
|
|
|
|
|
- return &v.unknownFields
|
|
|
|
|
- default:
|
|
|
|
|
- return nil
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- type x struct{}
|
|
|
|
|
- out := protoimpl.TypeBuilder{
|
|
|
|
|
- File: protoimpl.DescBuilder{
|
|
|
|
|
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
- RawDescriptor: file_base_organ_school_proto_rawDesc,
|
|
|
|
|
- NumEnums: 0,
|
|
|
|
|
- NumMessages: 3,
|
|
|
|
|
- NumExtensions: 0,
|
|
|
|
|
- NumServices: 0,
|
|
|
|
|
- },
|
|
|
|
|
- GoTypes: file_base_organ_school_proto_goTypes,
|
|
|
|
|
- DependencyIndexes: file_base_organ_school_proto_depIdxs,
|
|
|
|
|
- MessageInfos: file_base_organ_school_proto_msgTypes,
|
|
|
|
|
- }.Build()
|
|
|
|
|
- File_base_organ_school_proto = out.File
|
|
|
|
|
- file_base_organ_school_proto_rawDesc = nil
|
|
|
|
|
- file_base_organ_school_proto_goTypes = nil
|
|
|
|
|
- file_base_organ_school_proto_depIdxs = nil
|
|
|
|
|
-}
|
|
|