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.

1327 lines
47 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: SysDict.proto
//在web层重新生成pb.go的方法
//
//protoc -I Business/SysDict/SysDictProto/ Business/SysDict/SysDictProto/SysDict.proto --go_out=plugins=grpc:Business/SysDict/SysDictProto
package SysDictProto
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 GetStageNameArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//多个学段ID
StageId []string `protobuf:"bytes,1,rep,name=StageId,proto3" json:"StageId,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 *GetStageNameArg) Reset() {
*x = GetStageNameArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetStageNameArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetStageNameArg) ProtoMessage() {}
func (x *GetStageNameArg) ProtoReflect() protoreflect.Message {
mi := &file_SysDict_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 GetStageNameArg.ProtoReflect.Descriptor instead.
func (*GetStageNameArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{0}
}
func (x *GetStageNameArg) GetStageId() []string {
if x != nil {
return x.StageId
}
return nil
}
func (x *GetStageNameArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *GetStageNameArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type GetSubjectNameArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//多个学科ID
SubjectId []string `protobuf:"bytes,1,rep,name=SubjectId,proto3" json:"SubjectId,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 *GetSubjectNameArg) Reset() {
*x = GetSubjectNameArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetSubjectNameArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetSubjectNameArg) ProtoMessage() {}
func (x *GetSubjectNameArg) ProtoReflect() protoreflect.Message {
mi := &file_SysDict_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 GetSubjectNameArg.ProtoReflect.Descriptor instead.
func (*GetSubjectNameArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{1}
}
func (x *GetSubjectNameArg) GetSubjectId() []string {
if x != nil {
return x.SubjectId
}
return nil
}
func (x *GetSubjectNameArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *GetSubjectNameArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type GetMultipleDictArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//多个dict_kind
MultipleDictKind []string `protobuf:"bytes,1,rep,name=MultipleDictKind,proto3" json:"MultipleDictKind,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 *GetMultipleDictArg) Reset() {
*x = GetMultipleDictArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetMultipleDictArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetMultipleDictArg) ProtoMessage() {}
func (x *GetMultipleDictArg) ProtoReflect() protoreflect.Message {
mi := &file_SysDict_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 GetMultipleDictArg.ProtoReflect.Descriptor instead.
func (*GetMultipleDictArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{2}
}
func (x *GetMultipleDictArg) GetMultipleDictKind() []string {
if x != nil {
return x.MultipleDictKind
}
return nil
}
func (x *GetMultipleDictArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *GetMultipleDictArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type GetSubjectArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//学段ID
StageId string `protobuf:"bytes,1,opt,name=StageId,proto3" json:"StageId,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 *GetSubjectArg) Reset() {
*x = GetSubjectArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *GetSubjectArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetSubjectArg) ProtoMessage() {}
func (x *GetSubjectArg) ProtoReflect() protoreflect.Message {
mi := &file_SysDict_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 GetSubjectArg.ProtoReflect.Descriptor instead.
func (*GetSubjectArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{3}
}
func (x *GetSubjectArg) GetStageId() string {
if x != nil {
return x.StageId
}
return ""
}
func (x *GetSubjectArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *GetSubjectArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type MultipleQueryArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//字典分类
DictKind string `protobuf:"bytes,1,opt,name=DictKind,proto3" json:"DictKind,omitempty"`
MultipleDictCode []string `protobuf:"bytes,2,rep,name=MultipleDictCode,proto3" json:"MultipleDictCode,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 *MultipleQueryArg) Reset() {
*x = MultipleQueryArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
func (x *MultipleQueryArg) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*MultipleQueryArg) ProtoMessage() {}
func (x *MultipleQueryArg) ProtoReflect() protoreflect.Message {
mi := &file_SysDict_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 MultipleQueryArg.ProtoReflect.Descriptor instead.
func (*MultipleQueryArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{4}
}
func (x *MultipleQueryArg) GetDictKind() string {
if x != nil {
return x.DictKind
}
return ""
}
func (x *MultipleQueryArg) GetMultipleDictCode() []string {
if x != nil {
return x.MultipleDictCode
}
return nil
}
func (x *MultipleQueryArg) GetActionPersonId() string {
if x != nil {
return x.ActionPersonId
}
return ""
}
func (x *MultipleQueryArg) GetActionIpAddress() string {
if x != nil {
return x.ActionIpAddress
}
return ""
}
type ModelArg struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
//主键ID
DictId int32 `protobuf:"varint,1,opt,name=DictId,proto3" json:"DictId,omitempty"`
//字典分类
DictKind string `protobuf:"bytes,2,opt,name=DictKind,proto3" json:"DictKind,omitempty"`
//字典编码
DictCode string `protobuf:"bytes,3,opt,name=DictCode,proto3" json:"DictCode,omitempty"`
//字典值
DictValue string `protobuf:"bytes,4,opt,name=DictValue,proto3" json:"DictValue,omitempty"`
//字典备注
DictRemark string `protobuf:"bytes,5,opt,name=DictRemark,proto3" json:"DictRemark,omitempty"`
//上级字典ID
DictParent string `protobuf:"bytes,6,opt,name=DictParent,proto3" json:"DictParent,omitempty"`
//排序
SortId int32 `protobuf:"varint,7,opt,name=SortId,proto3" json:"SortId,omitempty"`
//是否启用 0未启用 1启用
BUse int32 `protobuf:"varint,8,opt,name=BUse,proto3" json:"BUse,omitempty"`
//需要强制更新的列
ForceUpdateFields []string `protobuf:"bytes,9,rep,name=ForceUpdateFields,proto3" json:"ForceUpdateFields,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,10,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,11,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *ModelArg) Reset() {
*x = ModelArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[5]
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_SysDict_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 ModelArg.ProtoReflect.Descriptor instead.
func (*ModelArg) Descriptor() ([]byte, []int) {
return file_SysDict_proto_rawDescGZIP(), []int{5}
}
func (x *ModelArg) GetDictId() int32 {
if x != nil {
return x.DictId
}
return 0
}
func (x *ModelArg) GetDictKind() string {
if x != nil {
return x.DictKind
}
return ""
}
func (x *ModelArg) GetDictCode() string {
if x != nil {
return x.DictCode
}
return ""
}
func (x *ModelArg) GetDictValue() string {
if x != nil {
return x.DictValue
}
return ""
}
func (x *ModelArg) GetDictRemark() string {
if x != nil {
return x.DictRemark
}
return ""
}
func (x *ModelArg) GetDictParent() string {
if x != nil {
return x.DictParent
}
return ""
}
func (x *ModelArg) GetSortId() int32 {
if x != nil {
return x.SortId
}
return 0
}
func (x *ModelArg) GetBUse() int32 {
if x != nil {
return x.BUse
}
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"`
//字典分类
DictKind string `protobuf:"bytes,3,opt,name=DictKind,proto3" json:"DictKind,omitempty"`
//上级字典ID
DictParent string `protobuf:"bytes,4,opt,name=DictParent,proto3" json:"DictParent,omitempty"`
//操作人
ActionPersonId string `protobuf:"bytes,5,opt,name=ActionPersonId,proto3" json:"ActionPersonId,omitempty"`
//操作IP
ActionIpAddress string `protobuf:"bytes,6,opt,name=ActionIpAddress,proto3" json:"ActionIpAddress,omitempty"`
}
func (x *QueryArg) Reset() {
*x = QueryArg{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[6]
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_SysDict_proto_msgTypes[6]
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_SysDict_proto_rawDescGZIP(), []int{6}
}
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) GetDictKind() string {
if x != nil {
return x.DictKind
}
return ""
}
func (x *QueryArg) GetDictParent() string {
if x != nil {
return x.DictParent
}
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"`
}
func (x *Reply) Reset() {
*x = Reply{}
if protoimpl.UnsafeEnabled {
mi := &file_SysDict_proto_msgTypes[7]
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_SysDict_proto_msgTypes[7]
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_SysDict_proto_rawDescGZIP(), []int{7}
}
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 ""
}
var File_SysDict_proto protoreflect.FileDescriptor
var file_SysDict_proto_rawDesc = []byte{
0x0a, 0x0d, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
0x0c, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x7d, 0x0a,
0x0f, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x67,
0x12, 0x18, 0x0a, 0x07, 0x53, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x03, 0x28,
0x09, 0x52, 0x07, 0x53, 0x74, 0x61, 0x67, 0x65, 0x49, 0x64, 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, 0x22, 0x83, 0x01, 0x0a,
0x11, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x41,
0x72, 0x67, 0x12, 0x1c, 0x0a, 0x09, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64, 0x18,
0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x64,
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, 0x22, 0x92, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70,
0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x41, 0x72, 0x67, 0x12, 0x2a, 0x0a, 0x10, 0x4d, 0x75, 0x6c,
0x74, 0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x4b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20,
0x03, 0x28, 0x09, 0x52, 0x10, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63,
0x74, 0x4b, 0x69, 0x6e, 0x64, 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, 0x22, 0x7b, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x53, 0x75,
0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x72, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x53, 0x74, 0x61, 0x67,
0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x53, 0x74, 0x61, 0x67, 0x65,
0x49, 0x64, 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, 0x22, 0xac, 0x01, 0x0a, 0x10, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c,
0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x12, 0x1a, 0x0a, 0x08, 0x44, 0x69, 0x63,
0x74, 0x4b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x44, 0x69, 0x63,
0x74, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x2a, 0x0a, 0x10, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c,
0x65, 0x44, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x52,
0x10, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64,
0x65, 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, 0xe4, 0x02, 0x0a, 0x08, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67,
0x12, 0x16, 0x0a, 0x06, 0x44, 0x69, 0x63, 0x74, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
0x52, 0x06, 0x44, 0x69, 0x63, 0x74, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x44, 0x69, 0x63, 0x74,
0x4b, 0x69, 0x6e, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x44, 0x69, 0x63, 0x74,
0x4b, 0x69, 0x6e, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x44, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x44, 0x69, 0x63, 0x74, 0x43, 0x6f, 0x64, 0x65,
0x12, 0x1c, 0x0a, 0x09, 0x44, 0x69, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x04, 0x20,
0x01, 0x28, 0x09, 0x52, 0x09, 0x44, 0x69, 0x63, 0x74, 0x56, 0x61, 0x6c, 0x75, 0x65, 0x12, 0x1e,
0x0a, 0x0a, 0x44, 0x69, 0x63, 0x74, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x18, 0x05, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x44, 0x69, 0x63, 0x74, 0x52, 0x65, 0x6d, 0x61, 0x72, 0x6b, 0x12, 0x1e,
0x0a, 0x0a, 0x44, 0x69, 0x63, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0a, 0x44, 0x69, 0x63, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x16,
0x0a, 0x06, 0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06,
0x53, 0x6f, 0x72, 0x74, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x42, 0x55, 0x73, 0x65, 0x18, 0x08,
0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x42, 0x55, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x11, 0x46, 0x6f,
0x72, 0x63, 0x65, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18,
0x09, 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, 0x0a, 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, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x6f,
0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22, 0xc2, 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, 0x1a, 0x0a, 0x08, 0x44, 0x69, 0x63, 0x74, 0x4b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20,
0x01, 0x28, 0x09, 0x52, 0x08, 0x44, 0x69, 0x63, 0x74, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x1e, 0x0a,
0x0a, 0x44, 0x69, 0x63, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28,
0x09, 0x52, 0x0a, 0x44, 0x69, 0x63, 0x74, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x26, 0x0a,
0x0e, 0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x65, 0x72, 0x73, 0x6f, 0x6e, 0x49, 0x64, 0x18,
0x05, 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, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f,
0x41, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x70, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x22,
0x65, 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, 0x32, 0xb9, 0x04, 0x0a, 0x0d, 0x53, 0x79, 0x73, 0x44, 0x69,
0x63, 0x74, 0x4d, 0x61, 0x6e, 0x61, 0x67, 0x65, 0x12, 0x3b, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53,
0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74,
0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x13,
0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65,
0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x3c, 0x0a, 0x0b, 0x50, 0x61, 0x67, 0x65, 0x53, 0x79, 0x73,
0x44, 0x69, 0x63, 0x74, 0x12, 0x16, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72,
0x6f, 0x74, 0x6f, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x1a, 0x13, 0x2e, 0x53,
0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c,
0x79, 0x22, 0x00, 0x12, 0x54, 0x0a, 0x1b, 0x50, 0x61, 0x67, 0x65, 0x53, 0x79, 0x73, 0x44, 0x69,
0x63, 0x74, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x43, 0x6f,
0x64, 0x65, 0x12, 0x1e, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x2e, 0x4d, 0x75, 0x6c, 0x74, 0x69, 0x70, 0x6c, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41,
0x72, 0x67, 0x1a, 0x13, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x39, 0x0a, 0x08, 0x47, 0x65, 0x74,
0x53, 0x74, 0x61, 0x67, 0x65, 0x12, 0x16, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50,
0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x41, 0x72, 0x67, 0x1a, 0x13, 0x2e,
0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70,
0x6c, 0x79, 0x22, 0x00, 0x12, 0x40, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x6a, 0x65,
0x63, 0x74, 0x12, 0x1b, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x41, 0x72, 0x67, 0x1a,
0x13, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52,
0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x4a, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c,
0x74, 0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x53, 0x79, 0x73, 0x44,
0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x4d, 0x75, 0x6c, 0x74,
0x69, 0x70, 0x6c, 0x65, 0x44, 0x69, 0x63, 0x74, 0x41, 0x72, 0x67, 0x1a, 0x13, 0x2e, 0x53, 0x79,
0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79,
0x22, 0x00, 0x12, 0x44, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61,
0x6d, 0x65, 0x12, 0x1d, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74,
0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x74, 0x61, 0x67, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x41, 0x72,
0x67, 0x1a, 0x13, 0x2e, 0x53, 0x79, 0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f,
0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x00, 0x12, 0x48, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x53,
0x75, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x1f, 0x2e, 0x53, 0x79, 0x73,
0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x47, 0x65, 0x74, 0x53, 0x75, 0x62,
0x6a, 0x65, 0x63, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x41, 0x72, 0x67, 0x1a, 0x13, 0x2e, 0x53, 0x79,
0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x79,
0x22, 0x00, 0x42, 0x36, 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, 0x07, 0x53, 0x79,
0x73, 0x44, 0x69, 0x63, 0x74, 0x50, 0x01, 0x5a, 0x0e, 0x2e, 0x3b, 0x53, 0x79, 0x73, 0x44, 0x69,
0x63, 0x74, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0xa2, 0x02, 0x00, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x33,
}
var (
file_SysDict_proto_rawDescOnce sync.Once
file_SysDict_proto_rawDescData = file_SysDict_proto_rawDesc
)
func file_SysDict_proto_rawDescGZIP() []byte {
file_SysDict_proto_rawDescOnce.Do(func() {
file_SysDict_proto_rawDescData = protoimpl.X.CompressGZIP(file_SysDict_proto_rawDescData)
})
return file_SysDict_proto_rawDescData
}
var file_SysDict_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
var file_SysDict_proto_goTypes = []interface{}{
(*GetStageNameArg)(nil), // 0: SysDictProto.GetStageNameArg
(*GetSubjectNameArg)(nil), // 1: SysDictProto.GetSubjectNameArg
(*GetMultipleDictArg)(nil), // 2: SysDictProto.GetMultipleDictArg
(*GetSubjectArg)(nil), // 3: SysDictProto.GetSubjectArg
(*MultipleQueryArg)(nil), // 4: SysDictProto.MultipleQueryArg
(*ModelArg)(nil), // 5: SysDictProto.ModelArg
(*QueryArg)(nil), // 6: SysDictProto.QueryArg
(*Reply)(nil), // 7: SysDictProto.Reply
}
var file_SysDict_proto_depIdxs = []int32{
5, // 0: SysDictProto.SysDictManage.GetSysDict:input_type -> SysDictProto.ModelArg
6, // 1: SysDictProto.SysDictManage.PageSysDict:input_type -> SysDictProto.QueryArg
4, // 2: SysDictProto.SysDictManage.PageSysDictMultipleDictCode:input_type -> SysDictProto.MultipleQueryArg
5, // 3: SysDictProto.SysDictManage.GetStage:input_type -> SysDictProto.ModelArg
3, // 4: SysDictProto.SysDictManage.GetSubject:input_type -> SysDictProto.GetSubjectArg
2, // 5: SysDictProto.SysDictManage.GetMultipleDict:input_type -> SysDictProto.GetMultipleDictArg
0, // 6: SysDictProto.SysDictManage.GetStageName:input_type -> SysDictProto.GetStageNameArg
1, // 7: SysDictProto.SysDictManage.GetSubjectName:input_type -> SysDictProto.GetSubjectNameArg
7, // 8: SysDictProto.SysDictManage.GetSysDict:output_type -> SysDictProto.Reply
7, // 9: SysDictProto.SysDictManage.PageSysDict:output_type -> SysDictProto.Reply
7, // 10: SysDictProto.SysDictManage.PageSysDictMultipleDictCode:output_type -> SysDictProto.Reply
7, // 11: SysDictProto.SysDictManage.GetStage:output_type -> SysDictProto.Reply
7, // 12: SysDictProto.SysDictManage.GetSubject:output_type -> SysDictProto.Reply
7, // 13: SysDictProto.SysDictManage.GetMultipleDict:output_type -> SysDictProto.Reply
7, // 14: SysDictProto.SysDictManage.GetStageName:output_type -> SysDictProto.Reply
7, // 15: SysDictProto.SysDictManage.GetSubjectName:output_type -> SysDictProto.Reply
8, // [8:16] is the sub-list for method output_type
0, // [0:8] 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_SysDict_proto_init() }
func file_SysDict_proto_init() {
if File_SysDict_proto != nil {
return
}
if !protoimpl.UnsafeEnabled {
file_SysDict_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetStageNameArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_SysDict_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetSubjectNameArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_SysDict_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetMultipleDictArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_SysDict_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*GetSubjectArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_SysDict_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
switch v := v.(*MultipleQueryArg); i {
case 0:
return &v.state
case 1:
return &v.sizeCache
case 2:
return &v.unknownFields
default:
return nil
}
}
file_SysDict_proto_msgTypes[5].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_SysDict_proto_msgTypes[6].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_SysDict_proto_msgTypes[7].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
}
}
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_SysDict_proto_rawDesc,
NumEnums: 0,
NumMessages: 8,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_SysDict_proto_goTypes,
DependencyIndexes: file_SysDict_proto_depIdxs,
MessageInfos: file_SysDict_proto_msgTypes,
}.Build()
File_SysDict_proto = out.File
file_SysDict_proto_rawDesc = nil
file_SysDict_proto_goTypes = nil
file_SysDict_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
// SysDictManageClient is the client API for SysDictManage service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type SysDictManageClient interface {
//获取单条
GetSysDict(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//查询(分页)
PageSysDict(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error)
//根据多个dict_code获取字典信息
PageSysDictMultipleDictCode(ctx context.Context, in *MultipleQueryArg, opts ...grpc.CallOption) (*Reply, error)
//获取学段信息列表
GetStage(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error)
//根据学段ID获取学科信息列表
GetSubject(ctx context.Context, in *GetSubjectArg, opts ...grpc.CallOption) (*Reply, error)
//根据多个dict_kind获取字典信息
GetMultipleDict(ctx context.Context, in *GetMultipleDictArg, opts ...grpc.CallOption) (*Reply, error)
//根据多个学段ID获取学段名称
GetStageName(ctx context.Context, in *GetStageNameArg, opts ...grpc.CallOption) (*Reply, error)
//根据多个学科ID获取学科名称
GetSubjectName(ctx context.Context, in *GetSubjectNameArg, opts ...grpc.CallOption) (*Reply, error)
}
type sysDictManageClient struct {
cc grpc.ClientConnInterface
}
func NewSysDictManageClient(cc grpc.ClientConnInterface) SysDictManageClient {
return &sysDictManageClient{cc}
}
func (c *sysDictManageClient) GetSysDict(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetSysDict", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) PageSysDict(ctx context.Context, in *QueryArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/PageSysDict", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) PageSysDictMultipleDictCode(ctx context.Context, in *MultipleQueryArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/PageSysDictMultipleDictCode", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) GetStage(ctx context.Context, in *ModelArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetStage", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) GetSubject(ctx context.Context, in *GetSubjectArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetSubject", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) GetMultipleDict(ctx context.Context, in *GetMultipleDictArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetMultipleDict", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) GetStageName(ctx context.Context, in *GetStageNameArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetStageName", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *sysDictManageClient) GetSubjectName(ctx context.Context, in *GetSubjectNameArg, opts ...grpc.CallOption) (*Reply, error) {
out := new(Reply)
err := c.cc.Invoke(ctx, "/SysDictProto.SysDictManage/GetSubjectName", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// SysDictManageServer is the server API for SysDictManage service.
type SysDictManageServer interface {
//获取单条
GetSysDict(context.Context, *ModelArg) (*Reply, error)
//查询(分页)
PageSysDict(context.Context, *QueryArg) (*Reply, error)
//根据多个dict_code获取字典信息
PageSysDictMultipleDictCode(context.Context, *MultipleQueryArg) (*Reply, error)
//获取学段信息列表
GetStage(context.Context, *ModelArg) (*Reply, error)
//根据学段ID获取学科信息列表
GetSubject(context.Context, *GetSubjectArg) (*Reply, error)
//根据多个dict_kind获取字典信息
GetMultipleDict(context.Context, *GetMultipleDictArg) (*Reply, error)
//根据多个学段ID获取学段名称
GetStageName(context.Context, *GetStageNameArg) (*Reply, error)
//根据多个学科ID获取学科名称
GetSubjectName(context.Context, *GetSubjectNameArg) (*Reply, error)
}
// UnimplementedSysDictManageServer can be embedded to have forward compatible implementations.
type UnimplementedSysDictManageServer struct {
}
func (*UnimplementedSysDictManageServer) GetSysDict(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetSysDict not implemented")
}
func (*UnimplementedSysDictManageServer) PageSysDict(context.Context, *QueryArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method PageSysDict not implemented")
}
func (*UnimplementedSysDictManageServer) PageSysDictMultipleDictCode(context.Context, *MultipleQueryArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method PageSysDictMultipleDictCode not implemented")
}
func (*UnimplementedSysDictManageServer) GetStage(context.Context, *ModelArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetStage not implemented")
}
func (*UnimplementedSysDictManageServer) GetSubject(context.Context, *GetSubjectArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetSubject not implemented")
}
func (*UnimplementedSysDictManageServer) GetMultipleDict(context.Context, *GetMultipleDictArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetMultipleDict not implemented")
}
func (*UnimplementedSysDictManageServer) GetStageName(context.Context, *GetStageNameArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetStageName not implemented")
}
func (*UnimplementedSysDictManageServer) GetSubjectName(context.Context, *GetSubjectNameArg) (*Reply, error) {
return nil, status.Errorf(codes.Unimplemented, "method GetSubjectName not implemented")
}
func RegisterSysDictManageServer(s *grpc.Server, srv SysDictManageServer) {
s.RegisterService(&_SysDictManage_serviceDesc, srv)
}
func _SysDictManage_GetSysDict_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.(SysDictManageServer).GetSysDict(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetSysDict",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetSysDict(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_PageSysDict_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.(SysDictManageServer).PageSysDict(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/PageSysDict",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).PageSysDict(ctx, req.(*QueryArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_PageSysDictMultipleDictCode_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(MultipleQueryArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SysDictManageServer).PageSysDictMultipleDictCode(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/PageSysDictMultipleDictCode",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).PageSysDictMultipleDictCode(ctx, req.(*MultipleQueryArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_GetStage_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.(SysDictManageServer).GetStage(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetStage",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetStage(ctx, req.(*ModelArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_GetSubject_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetSubjectArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SysDictManageServer).GetSubject(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetSubject",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetSubject(ctx, req.(*GetSubjectArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_GetMultipleDict_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetMultipleDictArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SysDictManageServer).GetMultipleDict(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetMultipleDict",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetMultipleDict(ctx, req.(*GetMultipleDictArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_GetStageName_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetStageNameArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SysDictManageServer).GetStageName(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetStageName",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetStageName(ctx, req.(*GetStageNameArg))
}
return interceptor(ctx, in, info, handler)
}
func _SysDictManage_GetSubjectName_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(GetSubjectNameArg)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(SysDictManageServer).GetSubjectName(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/SysDictProto.SysDictManage/GetSubjectName",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(SysDictManageServer).GetSubjectName(ctx, req.(*GetSubjectNameArg))
}
return interceptor(ctx, in, info, handler)
}
var _SysDictManage_serviceDesc = grpc.ServiceDesc{
ServiceName: "SysDictProto.SysDictManage",
HandlerType: (*SysDictManageServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "GetSysDict",
Handler: _SysDictManage_GetSysDict_Handler,
},
{
MethodName: "PageSysDict",
Handler: _SysDictManage_PageSysDict_Handler,
},
{
MethodName: "PageSysDictMultipleDictCode",
Handler: _SysDictManage_PageSysDictMultipleDictCode_Handler,
},
{
MethodName: "GetStage",
Handler: _SysDictManage_GetStage_Handler,
},
{
MethodName: "GetSubject",
Handler: _SysDictManage_GetSubject_Handler,
},
{
MethodName: "GetMultipleDict",
Handler: _SysDictManage_GetMultipleDict_Handler,
},
{
MethodName: "GetStageName",
Handler: _SysDictManage_GetStageName_Handler,
},
{
MethodName: "GetSubjectName",
Handler: _SysDictManage_GetSubjectName_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "SysDict.proto",
}