You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1423 lines
51 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.21.0
// protoc v3.11.4
// source: BaseStudent.proto
//在web层重新生成pb.go的方法
//
//protoc -I Business/BaseStudent/BaseStudentProto/ Business/BaseStudent/BaseStudentProto/BaseStudent.proto --go_out=plugins=grpc:Business/BaseStudent/BaseStudentProto
package BaseStudentProto
import (
context "context"
proto "github.com/golang/protobuf/proto"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
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 ImportArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//单位ID
BureauId string `protobuf:"bytes,1,opt,name=BureauId,proto3" json:"BureauId,omitempty"`
//EXCEL路径
ExcelPath string `protobuf:"bytes,2,opt,name=ExcelPath,proto3" json:"ExcelPath,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,3,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,4,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *ImportArg) Reset() {
*x = ImportArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ImportArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ImportArg) ProtoMessage() {}
func (x *ImportArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_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 ImportArg.ProtoReflect.Descriptor instead.
func (*ImportArg) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{0}
}
func (x *ImportArg) GetBureauId() string {
if x != nil {
return x.BureauId
}
return ""
}
func (x *ImportArg) GetExcelPath() string {
if x != nil {
return x.ExcelPath
}
return ""
}
func (x *ImportArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *ImportArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
//学生调整班级
type ReviseArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//一个或多个ID
Ids []string `protobuf:"bytes,1,rep,name=Ids,proto3" json:"Ids,omitempty"`
//调整后的班级ID
ClassId string `protobuf:"bytes,2,opt,name=ClassId,proto3" json:"ClassId,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,3,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,4,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *ReviseArg) Reset() {
*x = ReviseArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ReviseArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ReviseArg) ProtoMessage() {}
func (x *ReviseArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_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 ReviseArg.ProtoReflect.Descriptor instead.
func (*ReviseArg) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{1}
}
func (x *ReviseArg) GetIds() []string {
if x != nil {
return x.Ids
}
return nil
}
func (x *ReviseArg) GetClassId() string {
if x != nil {
return x.ClassId
}
return ""
}
func (x *ReviseArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *ReviseArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type ModelArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//学生ID
PersonId string `protobuf:"bytes,1,opt,name=PersonId,proto3" json:"PersonId,omitempty"`
//整数ID
IdInt int32 `protobuf:"varint,2,opt,name=IdInt,proto3" json:"IdInt,omitempty"`
//学生姓名
Xm string `protobuf:"bytes,3,opt,name=Xm,proto3" json:"Xm,omitempty"`
//姓名拼音
Xmpy string `protobuf:"bytes,4,opt,name=Xmpy,proto3" json:"Xmpy,omitempty"`
//曾用名
Cym string `protobuf:"bytes,5,opt,name=Cym,proto3" json:"Cym,omitempty"`
//性别(有字典)
Xbm string `protobuf:"bytes,6,opt,name=Xbm,proto3" json:"Xbm,omitempty"`
//出生日期
Csrq string `protobuf:"bytes,7,opt,name=Csrq,proto3" json:"Csrq,omitempty"`
//民族 (有字典)
Mzm string `protobuf:"bytes,8,opt,name=Mzm,proto3" json:"Mzm,omitempty"`
//政治面貌 (有字典)
Zzmmm string `protobuf:"bytes,9,opt,name=Zzmmm,proto3" json:"Zzmmm,omitempty"`
//身份证件类型代码 (有字典)
Sfzjlxm string `protobuf:"bytes,10,opt,name=Sfzjlxm,proto3" json:"Sfzjlxm,omitempty"`
//身份证件号
Sfzjh string `protobuf:"bytes,11,opt,name=Sfzjh,proto3" json:"Sfzjh,omitempty"`
//独生子女标志 0不是 1
Dszybz int32 `protobuf:"varint,12,opt,name=Dszybz,proto3" json:"Dszybz,omitempty"`
//随迁子女标志 0不是 1
Sqznbz int32 `protobuf:"varint,13,opt,name=Sqznbz,proto3" json:"Sqznbz,omitempty"`
//进城务工人员随迁子女标志 0不是 1
Jcwgrysqznbz int32 `protobuf:"varint,14,opt,name=Jcwgrysqznbz,proto3" json:"Jcwgrysqznbz,omitempty"`
//孤儿标志 0不是 1
Gebz int32 `protobuf:"varint,15,opt,name=Gebz,proto3" json:"Gebz,omitempty"`
//留守儿童标志 0不是 1
Lsetbz int32 `protobuf:"varint,16,opt,name=Lsetbz,proto3" json:"Lsetbz,omitempty"`
//残疾标志 0不是 1
Cjbz int32 `protobuf:"varint,17,opt,name=Cjbz,proto3" json:"Cjbz,omitempty"`
//班级ID
ClassId string `protobuf:"bytes,18,opt,name=ClassId,proto3" json:"ClassId,omitempty"`
//学校ID
BureauId string `protobuf:"bytes,19,opt,name=BureauId,proto3" json:"BureauId,omitempty"`
//是否启用 0未启用 1启用
BUse int32 `protobuf:"varint,20,opt,name=BUse,proto3" json:"BUse,omitempty"`
//状态码
StateId int32 `protobuf:"varint,21,opt,name=StateId,proto3" json:"StateId,omitempty"`
//所在省行政区划码
ProvinceCode string `protobuf:"bytes,22,opt,name=ProvinceCode,proto3" json:"ProvinceCode,omitempty"`
//所在市行政区划码
CityCode string `protobuf:"bytes,23,opt,name=CityCode,proto3" json:"CityCode,omitempty"`
//所在区行政区划码
DistrictCode string `protobuf:"bytes,24,opt,name=DistrictCode,proto3" json:"DistrictCode,omitempty"`
//所在主校ID
MainSchoolId string `protobuf:"bytes,25,opt,name=MainSchoolId,proto3" json:"MainSchoolId,omitempty"`
//最后修改时间
LastUpdatedTime string `protobuf:"bytes,26,opt,name=LastUpdatedTime,proto3" json:"LastUpdatedTime,omitempty"`
//导出的EXCEL是否要数据 0空的 1有数据
ExportExcelStatus int32 `protobuf:"varint,27,opt,name=ExportExcelStatus,proto3" json:"ExportExcelStatus,omitempty"`
//需要强制更新的列
ForceUpdateFields []string `protobuf:"bytes,28,rep,name=ForceUpdateFields,proto3" json:"ForceUpdateFields,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,29,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,30,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *ModelArg) Reset() {
*x = ModelArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *ModelArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ModelArg) ProtoMessage() {}
func (x *ModelArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_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 ModelArg.ProtoReflect.Descriptor instead.
func (*ModelArg) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{2}
}
func (x *ModelArg) GetPersonId() string {
if x != nil {
return x.PersonId
}
return ""
}
func (x *ModelArg) GetIdInt() int32 {
if x != nil {
return x.IdInt
}
return 0
}
func (x *ModelArg) GetXm() string {
if x != nil {
return x.Xm
}
return ""
}
func (x *ModelArg) GetXmpy() string {
if x != nil {
return x.Xmpy
}
return ""
}
func (x *ModelArg) GetCym() string {
if x != nil {
return x.Cym
}
return ""
}
func (x *ModelArg) GetXbm() string {
if x != nil {
return x.Xbm
}
return ""
}
func (x *ModelArg) GetCsrq() string {
if x != nil {
return x.Csrq
}
return ""
}
func (x *ModelArg) GetMzm() string {
if x != nil {
return x.Mzm
}
return ""
}
func (x *ModelArg) GetZzmmm() string {
if x != nil {
return x.Zzmmm
}
return ""
}
func (x *ModelArg) GetSfzjlxm() string {
if x != nil {
return x.Sfzjlxm
}
return ""
}
func (x *ModelArg) GetSfzjh() string {
if x != nil {
return x.Sfzjh
}
return ""
}
func (x *ModelArg) GetDszybz() int32 {
if x != nil {
return x.Dszybz
}
return 0
}
func (x *ModelArg) GetSqznbz() int32 {
if x != nil {
return x.Sqznbz
}
return 0
}
func (x *ModelArg) GetJcwgrysqznbz() int32 {
if x != nil {
return x.Jcwgrysqznbz
}
return 0
}
func (x *ModelArg) GetGebz() int32 {
if x != nil {
return x.Gebz
}
return 0
}
func (x *ModelArg) GetLsetbz() int32 {
if x != nil {
return x.Lsetbz
}
return 0
}
func (x *ModelArg) GetCjbz() int32 {
if x != nil {
return x.Cjbz
}
return 0
}
func (x *ModelArg) GetClassId() string {
if x != nil {
return x.ClassId
}
return ""
}
func (x *ModelArg) GetBureauId() string {
if x != nil {
return x.BureauId
}
return ""
}
func (x *ModelArg) GetBUse() int32 {
if x != nil {
return x.BUse
}
return 0
}
func (x *ModelArg) GetStateId() int32 {
if x != nil {
return x.StateId
}
return 0
}
func (x *ModelArg) GetProvinceCode() string {
if x != nil {
return x.ProvinceCode
}
return ""
}
func (x *ModelArg) GetCityCode() string {
if x != nil {
return x.CityCode
}
return ""
}
func (x *ModelArg) GetDistrictCode() string {
if x != nil {
return x.DistrictCode
}
return ""
}
func (x *ModelArg) GetMainSchoolId() string {
if x != nil {
return x.MainSchoolId
}
return ""
}
func (x *ModelArg) GetLastUpdatedTime() string {
if x != nil {
return x.LastUpdatedTime
}
return ""
}
func (x *ModelArg) GetExportExcelStatus() int32 {
if x != nil {
return x.ExportExcelStatus
}
return 0
}
func (x *ModelArg) GetForceUpdateFields() []string {
if x != nil {
return x.ForceUpdateFields
}
return nil
}
func (x *ModelArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *ModelArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
// 查询参数
type QueryArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Page int32 `protobuf:"varint,1,opt,name=Page,proto3" json:"Page,omitempty"`
Limit int32 `protobuf:"varint,2,opt,name=Limit,proto3" json:"Limit,omitempty"`
//班级ID
ClassId string `protobuf:"bytes,6,opt,name=ClassId,proto3" json:"ClassId,omitempty"`
//学生姓名
Xm string `protobuf:"bytes,7,opt,name=Xm,proto3" json:"Xm,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,8,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,9,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *QueryArg) Reset() {
*x = QueryArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *QueryArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*QueryArg) ProtoMessage() {}
func (x *QueryArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_proto_msgTypes[3]
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 QueryArg.ProtoReflect.Descriptor instead.
func (*QueryArg) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{3}
}
func (x *QueryArg) GetPage() int32 {
if x != nil {
return x.Page
}
return 0
}
func (x *QueryArg) GetLimit() int32 {
if x != nil {
return x.Limit
}
return 0
}
func (x *QueryArg) GetClassId() string {
if x != nil {
return x.ClassId
}
return ""
}
func (x *QueryArg) GetXm() string {
if x != nil {
return x.Xm
}
return ""
}
func (x *QueryArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *QueryArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
// 查询请求响应
type Reply struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Success bool `protobuf:"varint,1,opt,name=Success,proto3" json:"Success,omitempty"`
Message string `protobuf:"bytes,2,opt,name=Message,proto3" json:"Message,omitempty"`
Count int32 `protobuf:"varint,3,opt,name=Count,proto3" json:"Count,omitempty"`
List string `protobuf:"bytes,4,opt,name=List,proto3" json:"List,omitempty"`
ExcelPath string `protobuf:"bytes,5,opt,name=ExcelPath,proto3" json:"ExcelPath,omitempty"`
}
func (x *Reply) Reset() {
*x = Reply{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *Reply) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*Reply) ProtoMessage() {}
func (x *Reply) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_proto_msgTypes[4]
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 Reply.ProtoReflect.Descriptor instead.
func (*Reply) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{4}
}
func (x *Reply) GetSuccess() bool {
if x != nil {
return x.Success
}
return false
}
func (x *Reply) GetMessage() string {
if x != nil {
return x.Message
}
return ""
}
func (x *Reply) GetCount() int32 {
if x != nil {
return x.Count
}
return 0
}
func (x *Reply) GetList() string {
if x != nil {
return x.List
}
return ""
}
func (x *Reply) GetExcelPath() string {
if x != nil {
return x.ExcelPath
}
return ""
}
//删除参数
type DeleteIdsArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//一个或多个ID
Ids []string `protobuf:"bytes,1,rep,name=Ids,proto3" json:"Ids,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,2,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,3,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *DeleteIdsArg) Reset() {
*x = DeleteIdsArg{}
if protoimpl.UnsafeEnabled {
mi := &file_BaseStudent_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *DeleteIdsArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteIdsArg) ProtoMessage() {}
func (x *DeleteIdsArg) ProtoReflect() protoreflect.Message {
mi := &file_BaseStudent_proto_msgTypes[5]
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 DeleteIdsArg.ProtoReflect.Descriptor instead.
func (*DeleteIdsArg) Descriptor() ([]byte, []int) {
return file_BaseStudent_proto_rawDescGZIP(), []int{5}
}
func (x *DeleteIdsArg) GetIds() []string {
if x != nil {
return x.Ids
}
return nil
}
func (x *DeleteIdsArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *DeleteIdsArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
var File_BaseStudent_proto protoreflect.FileDescriptor
var file_BaseStudent_proto_rawDesc = []byte{
0x0a, 0x11, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72,
0x6f, 0x74, 0x6f, 0x12, 0x10, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74,
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x97, 0x01, 0x0a, 0x09, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74,
0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x18,
0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x12,
0x1c, 0x0a, 0x09, 0x45, 0x78, 0x63, 0x65, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01,
0x28, 0x09, 0x52, 0x09, 0x45, 0x78, 0x63, 0x65, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x12, 0x26, 0x0a,
0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18,
0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72,
0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49,
0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22,
0x89, 0x01, 0x0a, 0x09, 0x52, 0x65, 0x76, 0x69, 0x73, 0x65, 0x41, 0x72, 0x67, 0x12, 0x10, 0x0a,
0x03, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64, 0x73, 0x12,
0x18, 0x0a, 0x07, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
0x52, 0x07, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74,
0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49,
0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64,
0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69,
0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xc8, 0x06, 0x0a, 0x08,
0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x65, 0x72, 0x73,
0x6f, 0x6e, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x50, 0x65, 0x72, 0x73,
0x6f, 0x6e, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x49, 0x64, 0x49, 0x6e, 0x74, 0x18, 0x02, 0x20,
0x01, 0x28, 0x05, 0x52, 0x05, 0x49, 0x64, 0x49, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x58, 0x6d,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x58, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x58, 0x6d,
0x70, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x58, 0x6d, 0x70, 0x79, 0x12, 0x10,
0x0a, 0x03, 0x43, 0x79, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x43, 0x79, 0x6d,
0x12, 0x10, 0x0a, 0x03, 0x58, 0x62, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x58,
0x62, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x43, 0x73, 0x72, 0x71, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09,
0x52, 0x04, 0x43, 0x73, 0x72, 0x71, 0x12, 0x10, 0x0a, 0x03, 0x4d, 0x7a, 0x6d, 0x18, 0x08, 0x20,
0x01, 0x28, 0x09, 0x52, 0x03, 0x4d, 0x7a, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x5a, 0x7a, 0x6d, 0x6d,
0x6d, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x5a, 0x7a, 0x6d, 0x6d, 0x6d, 0x12, 0x18,
0x0a, 0x07, 0x53, 0x66, 0x7a, 0x6a, 0x6c, 0x78, 0x6d, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52,
0x07, 0x53, 0x66, 0x7a, 0x6a, 0x6c, 0x78, 0x6d, 0x12, 0x14, 0x0a, 0x05, 0x53, 0x66, 0x7a, 0x6a,
0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x53, 0x66, 0x7a, 0x6a, 0x68, 0x12, 0x16,
0x0a, 0x06, 0x44, 0x73, 0x7a, 0x79, 0x62, 0x7a, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06,
0x44, 0x73, 0x7a, 0x79, 0x62, 0x7a, 0x12, 0x16, 0x0a, 0x06, 0x53, 0x71, 0x7a, 0x6e, 0x62, 0x7a,
0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x53, 0x71, 0x7a, 0x6e, 0x62, 0x7a, 0x12, 0x22,
0x0a, 0x0c, 0x4a, 0x63, 0x77, 0x67, 0x72, 0x79, 0x73, 0x71, 0x7a, 0x6e, 0x62, 0x7a, 0x18, 0x0e,
0x20, 0x01, 0x28, 0x05, 0x52, 0x0c, 0x4a, 0x63, 0x77, 0x67, 0x72, 0x79, 0x73, 0x71, 0x7a, 0x6e,
0x62, 0x7a, 0x12, 0x12, 0x0a, 0x04, 0x47, 0x65, 0x62, 0x7a, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x05,
0x52, 0x04, 0x47, 0x65, 0x62, 0x7a, 0x12, 0x16, 0x0a, 0x06, 0x4c, 0x73, 0x65, 0x74, 0x62, 0x7a,
0x18, 0x10, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x4c, 0x73, 0x65, 0x74, 0x62, 0x7a, 0x12, 0x12,
0x0a, 0x04, 0x43, 0x6a, 0x62, 0x7a, 0x18, 0x11, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x43, 0x6a,
0x62, 0x7a, 0x12, 0x18, 0x0a, 0x07, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x18, 0x12, 0x20,
0x01, 0x28, 0x09, 0x52, 0x07, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08,
0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
0x42, 0x75, 0x72, 0x65, 0x61, 0x75, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65,
0x18, 0x14, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x18, 0x0a, 0x07,
0x53, 0x74, 0x61, 0x74, 0x65, 0x49, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x05, 0x52, 0x07, 0x53,
0x74, 0x61, 0x74, 0x65, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0c, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e,
0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x16, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x50, 0x72,
0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x43, 0x69,
0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x43, 0x69,
0x74, 0x79, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69,
0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x18, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x44, 0x69,
0x73, 0x74, 0x72, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x22, 0x0a, 0x0c, 0x4d, 0x61,
0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x18, 0x19, 0x20, 0x01, 0x28, 0x09,
0x52, 0x0c, 0x4d, 0x61, 0x69, 0x6e, 0x53, 0x63, 0x68, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x12, 0x28,
0x0a, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x1a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x4c, 0x61, 0x73, 0x74, 0x55, 0x70, 0x64,
0x61, 0x74, 0x65, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x45, 0x78, 0x70, 0x6f,
0x72, 0x74, 0x45, 0x78, 0x63, 0x65, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x1b, 0x20,
0x01, 0x28, 0x05, 0x52, 0x11, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x45, 0x78, 0x63, 0x65, 0x6c,
0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x1c, 0x20, 0x03, 0x28,
0x09, 0x52, 0x11, 0x46, 0x6f, 0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69,
0x65, 0x6c, 0x64, 0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65,
0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x1d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63,
0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f,
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18,
0x1e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41,
0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xb0, 0x01, 0x0a, 0x08, 0x51, 0x75, 0x65, 0x72, 0x79,
0x41, 0x72, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x05, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74,
0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x4c, 0x69, 0x6d, 0x69, 0x74, 0x12, 0x18, 0x0a,
0x07, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x43, 0x6c, 0x61, 0x73, 0x73, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x58, 0x6d, 0x18, 0x07, 0x20,
0x01, 0x28, 0x09, 0x52, 0x02, 0x58, 0x6d, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52,
0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12,
0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65,
0x73, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e,
0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0x83, 0x01, 0x0a, 0x05, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01,
0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x18, 0x0a,
0x07, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74,
0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x12, 0x0a,
0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x4c, 0x69, 0x73,
0x74, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x78, 0x63, 0x65, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x18, 0x05,
0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x45, 0x78, 0x63, 0x65, 0x6c, 0x50, 0x61, 0x74, 0x68, 0x22,
0x72, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67, 0x12,
0x10, 0x0a, 0x03, 0x49, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x03, 0x49, 0x64,
0x73, 0x12, 0x26, 0x0a, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f,
0x6e, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x74,
0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72,
0x65, 0x73, 0x73, 0x32, 0xd4, 0x05, 0x0a, 0x11, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64,
0x65, 0x6e, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x47, 0x0a, 0x0e, 0x47, 0x65, 0x74,
0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x42, 0x61,
0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d,
0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74,
0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79,
0x22, 0x00, 0x12, 0x47, 0x0a, 0x0e, 0x41, 0x64, 0x64, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75,
0x64, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65,
0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67,
0x1a, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4e, 0x0a, 0x11, 0x44,
0x65, 0x6c, 0x65, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74,
0x12, 0x1e, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x64, 0x73, 0x41, 0x72, 0x67,
0x1a, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x11, 0x55,
0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74,
0x12, 0x1a, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e, 0x42,
0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x0f, 0x50, 0x61, 0x67, 0x65, 0x42,
0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x12, 0x1a, 0x2e, 0x42, 0x61, 0x73,
0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x51, 0x75,
0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75,
0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22,
0x00, 0x12, 0x4c, 0x0a, 0x12, 0x52, 0x65, 0x76, 0x69, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65,
0x6e, 0x74, 0x43, 0x6c, 0x61, 0x73, 0x73, 0x12, 0x1b, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74,
0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x76, 0x69, 0x73,
0x65, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65,
0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12,
0x56, 0x0a, 0x1d, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74,
0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x63, 0x65, 0x6c,
0x12, 0x1a, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e, 0x42,
0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e,
0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x16, 0x45, 0x78, 0x70, 0x6f, 0x72,
0x74, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x63, 0x65,
0x6c, 0x12, 0x1a, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50,
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x17, 0x2e,
0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f,
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x50, 0x0a, 0x16, 0x49, 0x6d, 0x70, 0x6f,
0x72, 0x74, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x45, 0x78, 0x63,
0x65, 0x6c, 0x12, 0x1b, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74,
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x41, 0x72, 0x67, 0x1a,
0x17, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e, 0x74, 0x50, 0x72, 0x6f,
0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x42, 0x3e, 0x0a, 0x16, 0x63, 0x6f,
0x6d, 0x2e, 0x64, 0x73, 0x69, 0x64, 0x65, 0x61, 0x6c, 0x2e, 0x64, 0x73, 0x6d, 0x69, 0x6e, 0x2e,
0x62, 0x61, 0x73, 0x65, 0x42, 0x0b, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65, 0x6e,
0x74, 0x50, 0x01, 0x5a, 0x12, 0x2e, 0x3b, 0x42, 0x61, 0x73, 0x65, 0x53, 0x74, 0x75, 0x64, 0x65,
0x6e, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_BaseStudent_proto_rawDescOnce sync.Once
file_BaseStudent_proto_rawDescData = file_BaseStudent_proto_rawDesc
)
func file_BaseStudent_proto_rawDescGZIP() []byte {
file_BaseStudent_proto_rawDescOnce.Do(func() {
file_BaseStudent_proto_rawDescData = protoimpl.X.CompressGZIP(file_BaseStudent_proto_rawDescData)
})
return file_BaseStudent_proto_rawDescData
}
var file_BaseStudent_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
var file_BaseStudent_proto_goTypes = []interface{}{
(*ImportArg)(nil), // 0: BaseStudentProto.ImportArg
(*ReviseArg)(nil), // 1: BaseStudentProto.ReviseArg
(*ModelArg)(nil), // 2: BaseStudentProto.ModelArg
(*QueryArg)(nil), // 3: BaseStudentProto.QueryArg
(*Reply)(nil), // 4: BaseStudentProto.Reply
(*DeleteIdsArg)(nil), // 5: BaseStudentProto.DeleteIdsArg
}
var file_BaseStudent_proto_depIdxs = []int32{
2, // 0: BaseStudentProto.BaseStudentManage.GetBaseStudent:input_type -> BaseStudentProto.ModelArg
2, // 1: BaseStudentProto.BaseStudentManage.AddBaseStudent:input_type -> BaseStudentProto.ModelArg
5, // 2: BaseStudentProto.BaseStudentManage.DeleteBaseStudent:input_type -> BaseStudentProto.DeleteIdsArg
2, // 3: BaseStudentProto.BaseStudentManage.UpdateBaseStudent:input_type -> BaseStudentProto.ModelArg
3, // 4: BaseStudentProto.BaseStudentManage.PageBaseStudent:input_type -> BaseStudentProto.QueryArg
1, // 5: BaseStudentProto.BaseStudentManage.ReviseStudentClass:input_type -> BaseStudentProto.ReviseArg
2, // 6: BaseStudentProto.BaseStudentManage.ExportStudentAccountInfoExcel:input_type -> BaseStudentProto.ModelArg
2, // 7: BaseStudentProto.BaseStudentManage.ExportStudentInfoExcel:input_type -> BaseStudentProto.ModelArg
0, // 8: BaseStudentProto.BaseStudentManage.ImportStudentInfoExcel:input_type -> BaseStudentProto.ImportArg
4, // 9: BaseStudentProto.BaseStudentManage.GetBaseStudent:output_type -> BaseStudentProto.Reply
4, // 10: BaseStudentProto.BaseStudentManage.AddBaseStudent:output_type -> BaseStudentProto.Reply
4, // 11: BaseStudentProto.BaseStudentManage.DeleteBaseStudent:output_type -> BaseStudentProto.Reply
4, // 12: BaseStudentProto.BaseStudentManage.UpdateBaseStudent:output_type -> BaseStudentProto.Reply
4, // 13: BaseStudentProto.BaseStudentManage.PageBaseStudent:output_type -> BaseStudentProto.Reply
4, // 14: BaseStudentProto.BaseStudentManage.ReviseStudentClass:output_type -> BaseStudentProto.Reply
4, // 15: BaseStudentProto.BaseStudentManage.ExportStudentAccountInfoExcel:output_type -> BaseStudentProto.Reply
4, // 16: BaseStudentProto.BaseStudentManage.ExportStudentInfoExcel:output_type -> BaseStudentProto.Reply
4, // 17: BaseStudentProto.BaseStudentManage.ImportStudentInfoExcel:output_type -> BaseStudentProto.Reply
9, // [9:18] is the sub-list for method output_type
0, // [0:9] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_BaseStudent_proto_init() }
func file_BaseStudent_proto_init() {
if File_BaseStudent_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_BaseStudent_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ImportArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseStudent_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ReviseArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseStudent_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*ModelArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseStudent_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*QueryArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseStudent_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*Reply); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_BaseStudent_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*DeleteIdsArg); 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_BaseStudent_proto_rawDesc,
NumEnums: 0,
NumMessages: 6,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_BaseStudent_proto_goTypes,
DependencyIndexes: file_BaseStudent_proto_depIdxs,
MessageInfos: file_BaseStudent_proto_msgTypes,
}.Build()
File_BaseStudent_proto = out.File
file_BaseStudent_proto_rawDesc = nil
file_BaseStudent_proto_goTypes = nil
file_BaseStudent_proto_depIdxs = nil
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// 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.SupportPackageIsVersion6
// BaseStudentManageClient is the client API for BaseStudentManage service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type BaseStudentManageClient interface {
//获取单条
GetBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//增加
AddBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//批量删除
DeleteBaseStudent(ctx context.Context, in *DeleteIdsArg, opts ...grpc.CallOption) (*Reply, error)
//修改
UpdateBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//查询(分页)
PageBaseStudent(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error)
//学生调整班级
ReviseStudentClass(ctx context.Context, in *ReviseArg, opts ...grpc.CallOption) (*Reply, error)
//导出学生账号信息到EXCEL
ExportStudentAccountInfoExcel(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//导出学生信息到EXCEL
ExportStudentInfoExcel(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//导入本校学生信息
ImportStudentInfoExcel(ctx context.Context, in *ImportArg, opts ...grpc.CallOption) (*Reply, error)
}
type baseStudentManageClient struct {
cc grpc.ClientConnInterface
}
func NewBaseStudentManageClient(cc grpc.ClientConnInterface) BaseStudentManageClient {
return &baseStudentManageClient{cc}
}
func (c *baseStudentManageClient) GetBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/GetBaseStudent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) AddBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/AddBaseStudent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) DeleteBaseStudent(ctx context.Context, in *DeleteIdsArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/DeleteBaseStudent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) UpdateBaseStudent(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/UpdateBaseStudent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) PageBaseStudent(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/PageBaseStudent", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) ReviseStudentClass(ctx context.Context, in *ReviseArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/ReviseStudentClass", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) ExportStudentAccountInfoExcel(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/ExportStudentAccountInfoExcel", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) ExportStudentInfoExcel(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/ExportStudentInfoExcel", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *baseStudentManageClient) ImportStudentInfoExcel(ctx context.Context, in *ImportArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/BaseStudentProto.BaseStudentManage/ImportStudentInfoExcel", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// BaseStudentManageServer is the server API for BaseStudentManage service.
type BaseStudentManageServer interface {
//获取单条
GetBaseStudent(context.Context, *ModelArg) (*Reply, error)
//增加
AddBaseStudent(context.Context, *ModelArg) (*Reply, error)
//批量删除
DeleteBaseStudent(context.Context, *DeleteIdsArg) (*Reply, error)
//修改
UpdateBaseStudent(context.Context, *ModelArg) (*Reply, error)
//查询(分页)
PageBaseStudent(context.Context, *QueryArg) (*Reply, error)
//学生调整班级
ReviseStudentClass(context.Context, *ReviseArg) (*Reply, error)
//导出学生账号信息到EXCEL
ExportStudentAccountInfoExcel(context.Context, *ModelArg) (*Reply, error)
//导出学生信息到EXCEL
ExportStudentInfoExcel(context.Context, *ModelArg) (*Reply, error)
//导入本校学生信息
ImportStudentInfoExcel(context.Context, *ImportArg) (*Reply, error)
}
// UnimplementedBaseStudentManageServer can be embedded to have forward compatible implementations.
type UnimplementedBaseStudentManageServer struct {
}
func (*UnimplementedBaseStudentManageServer) GetBaseStudent(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetBaseStudent not implemented")
}
func (*UnimplementedBaseStudentManageServer) AddBaseStudent(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method AddBaseStudent not implemented")
}
func (*UnimplementedBaseStudentManageServer) DeleteBaseStudent(context.Context, *DeleteIdsArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method DeleteBaseStudent not implemented")
}
func (*UnimplementedBaseStudentManageServer) UpdateBaseStudent(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method UpdateBaseStudent not implemented")
}
func (*UnimplementedBaseStudentManageServer) PageBaseStudent(context.Context, *QueryArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method PageBaseStudent not implemented")
}
func (*UnimplementedBaseStudentManageServer) ReviseStudentClass(context.Context, *ReviseArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method ReviseStudentClass not implemented")
}
func (*UnimplementedBaseStudentManageServer) ExportStudentAccountInfoExcel(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method ExportStudentAccountInfoExcel not implemented")
}
func (*UnimplementedBaseStudentManageServer) ExportStudentInfoExcel(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method ExportStudentInfoExcel not implemented")
}
func (*UnimplementedBaseStudentManageServer) ImportStudentInfoExcel(context.Context, *ImportArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method ImportStudentInfoExcel not implemented")
}
func RegisterBaseStudentManageServer(s *grpc.Server, srv BaseStudentManageServer) {
s.RegisterService(&_BaseStudentManage_serviceDesc, srv)
}
func _BaseStudentManage_GetBaseStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).GetBaseStudent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/GetBaseStudent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).GetBaseStudent(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_AddBaseStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).AddBaseStudent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/AddBaseStudent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).AddBaseStudent(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_DeleteBaseStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(DeleteIdsArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).DeleteBaseStudent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/DeleteBaseStudent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).DeleteBaseStudent(ctx, req.(*DeleteIdsArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_UpdateBaseStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).UpdateBaseStudent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/UpdateBaseStudent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).UpdateBaseStudent(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_PageBaseStudent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(QueryArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).PageBaseStudent(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/PageBaseStudent",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).PageBaseStudent(ctx, req.(*QueryArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_ReviseStudentClass_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ReviseArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).ReviseStudentClass(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/ReviseStudentClass",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).ReviseStudentClass(ctx, req.(*ReviseArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_ExportStudentAccountInfoExcel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).ExportStudentAccountInfoExcel(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/ExportStudentAccountInfoExcel",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).ExportStudentAccountInfoExcel(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_ExportStudentInfoExcel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ModelArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).ExportStudentInfoExcel(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/ExportStudentInfoExcel",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).ExportStudentInfoExcel(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _BaseStudentManage_ImportStudentInfoExcel_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(ImportArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(BaseStudentManageServer).ImportStudentInfoExcel(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/BaseStudentProto.BaseStudentManage/ImportStudentInfoExcel",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(BaseStudentManageServer).ImportStudentInfoExcel(ctx, req.(*ImportArg))
}
return interceptor(ctx, in, info, handler)
}
var _BaseStudentManage_serviceDesc = grpc.ServiceDesc{
ServiceName: "BaseStudentProto.BaseStudentManage",
HandlerType: (*BaseStudentManageServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetBaseStudent",
Handler: _BaseStudentManage_GetBaseStudent_Handler,
},
{
MethodName: "AddBaseStudent",
Handler: _BaseStudentManage_AddBaseStudent_Handler,
},
{
MethodName: "DeleteBaseStudent",
Handler: _BaseStudentManage_DeleteBaseStudent_Handler,
},
{
MethodName: "UpdateBaseStudent",
Handler: _BaseStudentManage_UpdateBaseStudent_Handler,
},
{
MethodName: "PageBaseStudent",
Handler: _BaseStudentManage_PageBaseStudent_Handler,
},
{
MethodName: "ReviseStudentClass",
Handler: _BaseStudentManage_ReviseStudentClass_Handler,
},
{
MethodName: "ExportStudentAccountInfoExcel",
Handler: _BaseStudentManage_ExportStudentAccountInfoExcel_Handler,
},
{
MethodName: "ExportStudentInfoExcel",
Handler: _BaseStudentManage_ExportStudentInfoExcel_Handler,
},
{
MethodName: "ImportStudentInfoExcel",
Handler: _BaseStudentManage_ImportStudentInfoExcel_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "BaseStudent.proto",
}