| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084 | // Code generated by protoc-gen-go. DO NOT EDIT.// versions:// 	protoc-gen-go v1.28.1// 	protoc        v3.21.9// source: backend/operation/enum.protopackage operationPbimport (	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))type IsShow_Kind int32const (	IsShow_INVALID IsShow_Kind = 0 // 无效	IsShow_OK      IsShow_Kind = 1 // 是	IsShow_NO      IsShow_Kind = 2 // 否)// Enum value maps for IsShow_Kind.var (	IsShow_Kind_name = map[int32]string{		0: "INVALID",		1: "OK",		2: "NO",	}	IsShow_Kind_value = map[string]int32{		"INVALID": 0,		"OK":      1,		"NO":      2,	})func (x IsShow_Kind) Enum() *IsShow_Kind {	p := new(IsShow_Kind)	*p = x	return p}func (x IsShow_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (IsShow_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[0].Descriptor()}func (IsShow_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[0]}func (x IsShow_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use IsShow_Kind.Descriptor instead.func (IsShow_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{0, 0}}type CattleCategoryParent_Kind int32const (	CattleCategoryParent_INVALID       CattleCategoryParent_Kind = 0 // 所有	CattleCategoryParent_LACTATION_CAW CattleCategoryParent_Kind = 1 // 泌乳牛	CattleCategoryParent_FATTEN_CAW    CattleCategoryParent_Kind = 2 // 育肥牛	CattleCategoryParent_RESERVE_CAW   CattleCategoryParent_Kind = 3 // 后备牛	CattleCategoryParent_DRY_CAW       CattleCategoryParent_Kind = 4 // 干奶牛	CattleCategoryParent_PERINATAL_CAW CattleCategoryParent_Kind = 5 // 围产牛	CattleCategoryParent_OTHER_CAW     CattleCategoryParent_Kind = 6 // 其他)// Enum value maps for CattleCategoryParent_Kind.var (	CattleCategoryParent_Kind_name = map[int32]string{		0: "INVALID",		1: "LACTATION_CAW",		2: "FATTEN_CAW",		3: "RESERVE_CAW",		4: "DRY_CAW",		5: "PERINATAL_CAW",		6: "OTHER_CAW",	}	CattleCategoryParent_Kind_value = map[string]int32{		"INVALID":       0,		"LACTATION_CAW": 1,		"FATTEN_CAW":    2,		"RESERVE_CAW":   3,		"DRY_CAW":       4,		"PERINATAL_CAW": 5,		"OTHER_CAW":     6,	})func (x CattleCategoryParent_Kind) Enum() *CattleCategoryParent_Kind {	p := new(CattleCategoryParent_Kind)	*p = x	return p}func (x CattleCategoryParent_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (CattleCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[1].Descriptor()}func (CattleCategoryParent_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[1]}func (x CattleCategoryParent_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use CattleCategoryParent_Kind.Descriptor instead.func (CattleCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{1, 0}}type ForageCategoryParent_Kind int32const (	ForageCategoryParent_INVALID                        ForageCategoryParent_Kind = 0 // 无效	ForageCategoryParent_ROUGHAGE                       ForageCategoryParent_Kind = 1 // 粗料	ForageCategoryParent_CONCENTRATE                    ForageCategoryParent_Kind = 2 // 精料(浓缩料)	ForageCategoryParent_HALF_ROUGHAGE_HALF_CONCENTRATE ForageCategoryParent_Kind = 3 // 粗料精料各半	ForageCategoryParent_OTHER                          ForageCategoryParent_Kind = 4 // 其他)// Enum value maps for ForageCategoryParent_Kind.var (	ForageCategoryParent_Kind_name = map[int32]string{		0: "INVALID",		1: "ROUGHAGE",		2: "CONCENTRATE",		3: "HALF_ROUGHAGE_HALF_CONCENTRATE",		4: "OTHER",	}	ForageCategoryParent_Kind_value = map[string]int32{		"INVALID":                        0,		"ROUGHAGE":                       1,		"CONCENTRATE":                    2,		"HALF_ROUGHAGE_HALF_CONCENTRATE": 3,		"OTHER":                          4,	})func (x ForageCategoryParent_Kind) Enum() *ForageCategoryParent_Kind {	p := new(ForageCategoryParent_Kind)	*p = x	return p}func (x ForageCategoryParent_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (ForageCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[2].Descriptor()}func (ForageCategoryParent_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[2]}func (x ForageCategoryParent_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use ForageCategoryParent_Kind.Descriptor instead.func (ForageCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{2, 0}}type ForageSource_Kind int32const (	ForageSource_INVALID         ForageSource_Kind = 0 // 无效	ForageSource_SYSTEM_BUILT_IN ForageSource_Kind = 1 // 系统内置	ForageSource_USER_DEFINED    ForageSource_Kind = 2 // 用户自定义)// Enum value maps for ForageSource_Kind.var (	ForageSource_Kind_name = map[int32]string{		0: "INVALID",		1: "SYSTEM_BUILT_IN",		2: "USER_DEFINED",	}	ForageSource_Kind_value = map[string]int32{		"INVALID":         0,		"SYSTEM_BUILT_IN": 1,		"USER_DEFINED":    2,	})func (x ForageSource_Kind) Enum() *ForageSource_Kind {	p := new(ForageSource_Kind)	*p = x	return p}func (x ForageSource_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (ForageSource_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[3].Descriptor()}func (ForageSource_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[3]}func (x ForageSource_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use ForageSource_Kind.Descriptor instead.func (ForageSource_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{3, 0}}type JumpDelaType_Kind int32const (	JumpDelaType_INVALID JumpDelaType_Kind = 0 // 禁用	JumpDelaType_THREE   JumpDelaType_Kind = 1 // 3秒	JumpDelaType_SIX     JumpDelaType_Kind = 2 // 6秒	JumpDelaType_NINE    JumpDelaType_Kind = 3 // 9秒)// Enum value maps for JumpDelaType_Kind.var (	JumpDelaType_Kind_name = map[int32]string{		0: "INVALID",		1: "THREE",		2: "SIX",		3: "NINE",	}	JumpDelaType_Kind_value = map[string]int32{		"INVALID": 0,		"THREE":   1,		"SIX":     2,		"NINE":    3,	})func (x JumpDelaType_Kind) Enum() *JumpDelaType_Kind {	p := new(JumpDelaType_Kind)	*p = x	return p}func (x JumpDelaType_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (JumpDelaType_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[4].Descriptor()}func (JumpDelaType_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[4]}func (x JumpDelaType_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use JumpDelaType_Kind.Descriptor instead.func (JumpDelaType_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{4, 0}}type ForagePlanType_Kind int32const (	ForagePlanType_INVALID     ForagePlanType_Kind = 0 // 无	ForagePlanType_FORKLIFT    ForagePlanType_Kind = 1 // 铲车	ForagePlanType_CONCENTRATE ForagePlanType_Kind = 2 // 精料)// Enum value maps for ForagePlanType_Kind.var (	ForagePlanType_Kind_name = map[int32]string{		0: "INVALID",		1: "FORKLIFT",		2: "CONCENTRATE",	}	ForagePlanType_Kind_value = map[string]int32{		"INVALID":     0,		"FORKLIFT":    1,		"CONCENTRATE": 2,	})func (x ForagePlanType_Kind) Enum() *ForagePlanType_Kind {	p := new(ForagePlanType_Kind)	*p = x	return p}func (x ForagePlanType_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (ForagePlanType_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[5].Descriptor()}func (ForagePlanType_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[5]}func (x ForagePlanType_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use ForagePlanType_Kind.Descriptor instead.func (ForagePlanType_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{5, 0}}type DataSource_Kind int32const (	DataSource_INVALID        DataSource_Kind = 0 // 无	DataSource_BACKGROUND_ADD DataSource_Kind = 1 // 后台手动添加	DataSource_EXCEL_IMPORT   DataSource_Kind = 2 // excel报表导入	DataSource_FROM_PASTURE   DataSource_Kind = 3 // 来自牧场)// Enum value maps for DataSource_Kind.var (	DataSource_Kind_name = map[int32]string{		0: "INVALID",		1: "BACKGROUND_ADD",		2: "EXCEL_IMPORT",		3: "FROM_PASTURE",	}	DataSource_Kind_value = map[string]int32{		"INVALID":        0,		"BACKGROUND_ADD": 1,		"EXCEL_IMPORT":   2,		"FROM_PASTURE":   3,	})func (x DataSource_Kind) Enum() *DataSource_Kind {	p := new(DataSource_Kind)	*p = x	return p}func (x DataSource_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (DataSource_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[6].Descriptor()}func (DataSource_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[6]}func (x DataSource_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use DataSource_Kind.Descriptor instead.func (DataSource_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{6, 0}}type FormulaType_Kind int32const (	FormulaType_INVALID               FormulaType_Kind = 0 // 无	FormulaType_FEED_FORMULA          FormulaType_Kind = 1 // 饲喂配方	FormulaType_PREMIXED_FORMULA      FormulaType_Kind = 2 // 预混配方	FormulaType_SUPPLEMENTARY_FORMULA FormulaType_Kind = 3 // 补料配方)// Enum value maps for FormulaType_Kind.var (	FormulaType_Kind_name = map[int32]string{		0: "INVALID",		1: "FEED_FORMULA",		2: "PREMIXED_FORMULA",		3: "SUPPLEMENTARY_FORMULA",	}	FormulaType_Kind_value = map[string]int32{		"INVALID":               0,		"FEED_FORMULA":          1,		"PREMIXED_FORMULA":      2,		"SUPPLEMENTARY_FORMULA": 3,	})func (x FormulaType_Kind) Enum() *FormulaType_Kind {	p := new(FormulaType_Kind)	*p = x	return p}func (x FormulaType_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (FormulaType_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[7].Descriptor()}func (FormulaType_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[7]}func (x FormulaType_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use FormulaType_Kind.Descriptor instead.func (FormulaType_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{7, 0}}type DashboardTopType_Kind int32const (	DashboardTopType_INVALID           DashboardTopType_Kind = 0 // 无	DashboardTopType_MIXED_ACCURATE    DashboardTopType_Kind = 1 // 混料准确率	DashboardTopType_MIXED_CORRECT     DashboardTopType_Kind = 2 // 混料正确率	DashboardTopType_SPRINKLE_ACCURATE DashboardTopType_Kind = 3 // 撒料准确率	DashboardTopType_Sprinkle_CORRECT  DashboardTopType_Kind = 4 // 撒料正确率)// Enum value maps for DashboardTopType_Kind.var (	DashboardTopType_Kind_name = map[int32]string{		0: "INVALID",		1: "MIXED_ACCURATE",		2: "MIXED_CORRECT",		3: "SPRINKLE_ACCURATE",		4: "Sprinkle_CORRECT",	}	DashboardTopType_Kind_value = map[string]int32{		"INVALID":           0,		"MIXED_ACCURATE":    1,		"MIXED_CORRECT":     2,		"SPRINKLE_ACCURATE": 3,		"Sprinkle_CORRECT":  4,	})func (x DashboardTopType_Kind) Enum() *DashboardTopType_Kind {	p := new(DashboardTopType_Kind)	*p = x	return p}func (x DashboardTopType_Kind) String() string {	return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))}func (DashboardTopType_Kind) Descriptor() protoreflect.EnumDescriptor {	return file_backend_operation_enum_proto_enumTypes[8].Descriptor()}func (DashboardTopType_Kind) Type() protoreflect.EnumType {	return &file_backend_operation_enum_proto_enumTypes[8]}func (x DashboardTopType_Kind) Number() protoreflect.EnumNumber {	return protoreflect.EnumNumber(x)}// Deprecated: Use DashboardTopType_Kind.Descriptor instead.func (DashboardTopType_Kind) EnumDescriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{8, 0}}// 字段类型type IsShow struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *IsShow) Reset() {	*x = IsShow{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[0]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *IsShow) String() string {	return protoimpl.X.MessageStringOf(x)}func (*IsShow) ProtoMessage() {}func (x *IsShow) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 IsShow.ProtoReflect.Descriptor instead.func (*IsShow) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{0}}type CattleCategoryParent struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *CattleCategoryParent) Reset() {	*x = CattleCategoryParent{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[1]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *CattleCategoryParent) String() string {	return protoimpl.X.MessageStringOf(x)}func (*CattleCategoryParent) ProtoMessage() {}func (x *CattleCategoryParent) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 CattleCategoryParent.ProtoReflect.Descriptor instead.func (*CattleCategoryParent) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{1}}// 饲料类别type ForageCategoryParent struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *ForageCategoryParent) Reset() {	*x = ForageCategoryParent{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[2]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *ForageCategoryParent) String() string {	return protoimpl.X.MessageStringOf(x)}func (*ForageCategoryParent) ProtoMessage() {}func (x *ForageCategoryParent) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 ForageCategoryParent.ProtoReflect.Descriptor instead.func (*ForageCategoryParent) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{2}}// 饲料来源type ForageSource struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *ForageSource) Reset() {	*x = ForageSource{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[3]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *ForageSource) String() string {	return protoimpl.X.MessageStringOf(x)}func (*ForageSource) ProtoMessage() {}func (x *ForageSource) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 ForageSource.ProtoReflect.Descriptor instead.func (*ForageSource) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{3}}// 跳转延迟type JumpDelaType struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *JumpDelaType) Reset() {	*x = JumpDelaType{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[4]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *JumpDelaType) String() string {	return protoimpl.X.MessageStringOf(x)}func (*JumpDelaType) ProtoMessage() {}func (x *JumpDelaType) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 JumpDelaType.ProtoReflect.Descriptor instead.func (*JumpDelaType) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{4}}// 计划类型type ForagePlanType struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *ForagePlanType) Reset() {	*x = ForagePlanType{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[5]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *ForagePlanType) String() string {	return protoimpl.X.MessageStringOf(x)}func (*ForagePlanType) ProtoMessage() {}func (x *ForagePlanType) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 ForagePlanType.ProtoReflect.Descriptor instead.func (*ForagePlanType) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{5}}type DataSource struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *DataSource) Reset() {	*x = DataSource{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[6]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *DataSource) String() string {	return protoimpl.X.MessageStringOf(x)}func (*DataSource) ProtoMessage() {}func (x *DataSource) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 DataSource.ProtoReflect.Descriptor instead.func (*DataSource) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{6}}type FormulaType struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *FormulaType) Reset() {	*x = FormulaType{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[7]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *FormulaType) String() string {	return protoimpl.X.MessageStringOf(x)}func (*FormulaType) ProtoMessage() {}func (x *FormulaType) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_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 FormulaType.ProtoReflect.Descriptor instead.func (*FormulaType) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{7}}// DashboardTopType 首页排行榜的类型type DashboardTopType struct {	state         protoimpl.MessageState	sizeCache     protoimpl.SizeCache	unknownFields protoimpl.UnknownFields}func (x *DashboardTopType) Reset() {	*x = DashboardTopType{}	if protoimpl.UnsafeEnabled {		mi := &file_backend_operation_enum_proto_msgTypes[8]		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))		ms.StoreMessageInfo(mi)	}}func (x *DashboardTopType) String() string {	return protoimpl.X.MessageStringOf(x)}func (*DashboardTopType) ProtoMessage() {}func (x *DashboardTopType) ProtoReflect() protoreflect.Message {	mi := &file_backend_operation_enum_proto_msgTypes[8]	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 DashboardTopType.ProtoReflect.Descriptor instead.func (*DashboardTopType) Descriptor() ([]byte, []int) {	return file_backend_operation_enum_proto_rawDescGZIP(), []int{8}}var File_backend_operation_enum_proto protoreflect.FileDescriptorvar file_backend_operation_enum_proto_rawDesc = []byte{	0x0a, 0x1c, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,	0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11,	0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,	0x6e, 0x22, 0x2d, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x23, 0x0a, 0x04, 0x4b,	0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,	0x12, 0x06, 0x0a, 0x02, 0x4f, 0x4b, 0x10, 0x01, 0x12, 0x06, 0x0a, 0x02, 0x4e, 0x4f, 0x10, 0x02,	0x22, 0x8e, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,	0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x76, 0x0a, 0x04, 0x4b, 0x69, 0x6e,	0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x11,	0x0a, 0x0d, 0x4c, 0x41, 0x43, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,	0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x41, 0x54, 0x54, 0x45, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,	0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x5f, 0x43, 0x41, 0x57,	0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x52, 0x59, 0x5f, 0x43, 0x41, 0x57, 0x10, 0x04, 0x12,	0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x49, 0x4e, 0x41, 0x54, 0x41, 0x4c, 0x5f, 0x43, 0x41, 0x57,	0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x57, 0x10,	0x06, 0x22, 0x79, 0x0a, 0x14, 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,	0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x61, 0x0a, 0x04, 0x4b, 0x69, 0x6e,	0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x0c,	0x0a, 0x08, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b,	0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x22, 0x0a,	0x1e, 0x48, 0x41, 0x4c, 0x46, 0x5f, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x5f, 0x48,	0x41, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,	0x03, 0x12, 0x09, 0x0a, 0x05, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x0c,	0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3a, 0x0a, 0x04,	0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10,	0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x42, 0x55, 0x49, 0x4c,	0x54, 0x5f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x44,	0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x22, 0x41, 0x0a, 0x0c, 0x4a, 0x75, 0x6d, 0x70,	0x44, 0x65, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64,	0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,	0x05, 0x54, 0x48, 0x52, 0x45, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x49, 0x58, 0x10,	0x02, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x22, 0x44, 0x0a, 0x0e, 0x46,	0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x32, 0x0a,	0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,	0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x4f, 0x52, 0x4b, 0x4c, 0x49, 0x46, 0x54, 0x10, 0x01,	0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,	0x02, 0x22, 0x59, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22,	0x4b, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c,	0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x41, 0x43, 0x4b, 0x47, 0x52, 0x4f, 0x55,	0x4e, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x45, 0x58, 0x43, 0x45,	0x4c, 0x5f, 0x49, 0x4d, 0x50, 0x4f, 0x52, 0x54, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x52,	0x4f, 0x4d, 0x5f, 0x50, 0x41, 0x53, 0x54, 0x55, 0x52, 0x45, 0x10, 0x03, 0x22, 0x65, 0x0a, 0x0b,	0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x56, 0x0a, 0x04, 0x4b,	0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,	0x12, 0x10, 0x0a, 0x0c, 0x46, 0x45, 0x45, 0x44, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41,	0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x46,	0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x55, 0x50, 0x50,	0x4c, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x41, 0x52, 0x59, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c,	0x41, 0x10, 0x03, 0x22, 0x7b, 0x0a, 0x10, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64,	0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12,	0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e,	0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x01,	0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43,	0x54, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x50, 0x52, 0x49, 0x4e, 0x4b, 0x4c, 0x45, 0x5f,	0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x70,	0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43, 0x54, 0x10, 0x04,	0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50,	0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,}var (	file_backend_operation_enum_proto_rawDescOnce sync.Once	file_backend_operation_enum_proto_rawDescData = file_backend_operation_enum_proto_rawDesc)func file_backend_operation_enum_proto_rawDescGZIP() []byte {	file_backend_operation_enum_proto_rawDescOnce.Do(func() {		file_backend_operation_enum_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_enum_proto_rawDescData)	})	return file_backend_operation_enum_proto_rawDescData}var file_backend_operation_enum_proto_enumTypes = make([]protoimpl.EnumInfo, 9)var file_backend_operation_enum_proto_msgTypes = make([]protoimpl.MessageInfo, 9)var file_backend_operation_enum_proto_goTypes = []interface{}{	(IsShow_Kind)(0),               // 0: backend.operation.IsShow.Kind	(CattleCategoryParent_Kind)(0), // 1: backend.operation.CattleCategoryParent.Kind	(ForageCategoryParent_Kind)(0), // 2: backend.operation.ForageCategoryParent.Kind	(ForageSource_Kind)(0),         // 3: backend.operation.ForageSource.Kind	(JumpDelaType_Kind)(0),         // 4: backend.operation.JumpDelaType.Kind	(ForagePlanType_Kind)(0),       // 5: backend.operation.ForagePlanType.Kind	(DataSource_Kind)(0),           // 6: backend.operation.DataSource.Kind	(FormulaType_Kind)(0),          // 7: backend.operation.FormulaType.Kind	(DashboardTopType_Kind)(0),     // 8: backend.operation.DashboardTopType.Kind	(*IsShow)(nil),                 // 9: backend.operation.IsShow	(*CattleCategoryParent)(nil),   // 10: backend.operation.CattleCategoryParent	(*ForageCategoryParent)(nil),   // 11: backend.operation.ForageCategoryParent	(*ForageSource)(nil),           // 12: backend.operation.ForageSource	(*JumpDelaType)(nil),           // 13: backend.operation.JumpDelaType	(*ForagePlanType)(nil),         // 14: backend.operation.ForagePlanType	(*DataSource)(nil),             // 15: backend.operation.DataSource	(*FormulaType)(nil),            // 16: backend.operation.FormulaType	(*DashboardTopType)(nil),       // 17: backend.operation.DashboardTopType}var file_backend_operation_enum_proto_depIdxs = []int32{	0, // [0:0] is the sub-list for method output_type	0, // [0:0] 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_backend_operation_enum_proto_init() }func file_backend_operation_enum_proto_init() {	if File_backend_operation_enum_proto != nil {		return	}	if !protoimpl.UnsafeEnabled {		file_backend_operation_enum_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*IsShow); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*CattleCategoryParent); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*ForageCategoryParent); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*ForageSource); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*JumpDelaType); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*ForagePlanType); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*DataSource); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*FormulaType); i {			case 0:				return &v.state			case 1:				return &v.sizeCache			case 2:				return &v.unknownFields			default:				return nil			}		}		file_backend_operation_enum_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {			switch v := v.(*DashboardTopType); 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_backend_operation_enum_proto_rawDesc,			NumEnums:      9,			NumMessages:   9,			NumExtensions: 0,			NumServices:   0,		},		GoTypes:           file_backend_operation_enum_proto_goTypes,		DependencyIndexes: file_backend_operation_enum_proto_depIdxs,		EnumInfos:         file_backend_operation_enum_proto_enumTypes,		MessageInfos:      file_backend_operation_enum_proto_msgTypes,	}.Build()	File_backend_operation_enum_proto = out.File	file_backend_operation_enum_proto_rawDesc = nil	file_backend_operation_enum_proto_goTypes = nil	file_backend_operation_enum_proto_depIdxs = nil}
 |