enum.pb.go 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.28.1
  4. // protoc v3.21.9
  5. // source: backend/operation/enum.proto
  6. package operationPb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type IsShow_Kind int32
  20. const (
  21. IsShow_INVALID IsShow_Kind = 0 // 无效
  22. IsShow_OK IsShow_Kind = 1 // 是
  23. IsShow_NO IsShow_Kind = 2 // 否
  24. )
  25. // Enum value maps for IsShow_Kind.
  26. var (
  27. IsShow_Kind_name = map[int32]string{
  28. 0: "INVALID",
  29. 1: "OK",
  30. 2: "NO",
  31. }
  32. IsShow_Kind_value = map[string]int32{
  33. "INVALID": 0,
  34. "OK": 1,
  35. "NO": 2,
  36. }
  37. )
  38. func (x IsShow_Kind) Enum() *IsShow_Kind {
  39. p := new(IsShow_Kind)
  40. *p = x
  41. return p
  42. }
  43. func (x IsShow_Kind) String() string {
  44. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  45. }
  46. func (IsShow_Kind) Descriptor() protoreflect.EnumDescriptor {
  47. return file_backend_operation_enum_proto_enumTypes[0].Descriptor()
  48. }
  49. func (IsShow_Kind) Type() protoreflect.EnumType {
  50. return &file_backend_operation_enum_proto_enumTypes[0]
  51. }
  52. func (x IsShow_Kind) Number() protoreflect.EnumNumber {
  53. return protoreflect.EnumNumber(x)
  54. }
  55. // Deprecated: Use IsShow_Kind.Descriptor instead.
  56. func (IsShow_Kind) EnumDescriptor() ([]byte, []int) {
  57. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0, 0}
  58. }
  59. type CattleCategoryParent_Kind int32
  60. const (
  61. CattleCategoryParent_INVALID CattleCategoryParent_Kind = 0 // 无效
  62. CattleCategoryParent_LACTATION_CAW CattleCategoryParent_Kind = 1 // 泌乳牛
  63. CattleCategoryParent_FATTEN_CAW CattleCategoryParent_Kind = 2 // 育肥牛
  64. CattleCategoryParent_RESERVE_CAW CattleCategoryParent_Kind = 3 // 后备牛
  65. CattleCategoryParent_DRY_CAW CattleCategoryParent_Kind = 4 // 干奶牛
  66. CattleCategoryParent_PERINATAL_CAW CattleCategoryParent_Kind = 5 // 泌乳牛
  67. CattleCategoryParent_OTHER_CAW CattleCategoryParent_Kind = 6 // 其他
  68. )
  69. // Enum value maps for CattleCategoryParent_Kind.
  70. var (
  71. CattleCategoryParent_Kind_name = map[int32]string{
  72. 0: "INVALID",
  73. 1: "LACTATION_CAW",
  74. 2: "FATTEN_CAW",
  75. 3: "RESERVE_CAW",
  76. 4: "DRY_CAW",
  77. 5: "PERINATAL_CAW",
  78. 6: "OTHER_CAW",
  79. }
  80. CattleCategoryParent_Kind_value = map[string]int32{
  81. "INVALID": 0,
  82. "LACTATION_CAW": 1,
  83. "FATTEN_CAW": 2,
  84. "RESERVE_CAW": 3,
  85. "DRY_CAW": 4,
  86. "PERINATAL_CAW": 5,
  87. "OTHER_CAW": 6,
  88. }
  89. )
  90. func (x CattleCategoryParent_Kind) Enum() *CattleCategoryParent_Kind {
  91. p := new(CattleCategoryParent_Kind)
  92. *p = x
  93. return p
  94. }
  95. func (x CattleCategoryParent_Kind) String() string {
  96. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  97. }
  98. func (CattleCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  99. return file_backend_operation_enum_proto_enumTypes[1].Descriptor()
  100. }
  101. func (CattleCategoryParent_Kind) Type() protoreflect.EnumType {
  102. return &file_backend_operation_enum_proto_enumTypes[1]
  103. }
  104. func (x CattleCategoryParent_Kind) Number() protoreflect.EnumNumber {
  105. return protoreflect.EnumNumber(x)
  106. }
  107. // Deprecated: Use CattleCategoryParent_Kind.Descriptor instead.
  108. func (CattleCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  109. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1, 0}
  110. }
  111. type ForageCategoryParent_Kind int32
  112. const (
  113. ForageCategoryParent_INVALID ForageCategoryParent_Kind = 0 // 无效
  114. ForageCategoryParent_ROUGHAGE ForageCategoryParent_Kind = 1 // 粗料
  115. ForageCategoryParent_CONCENTRATE ForageCategoryParent_Kind = 2 // 精料(浓缩料)
  116. ForageCategoryParent_HALF_ROUGHAGE_HALF_CONCENTRATE ForageCategoryParent_Kind = 3 // 粗料精料各半
  117. ForageCategoryParent_OTHER ForageCategoryParent_Kind = 4 // 其他
  118. )
  119. // Enum value maps for ForageCategoryParent_Kind.
  120. var (
  121. ForageCategoryParent_Kind_name = map[int32]string{
  122. 0: "INVALID",
  123. 1: "ROUGHAGE",
  124. 2: "CONCENTRATE",
  125. 3: "HALF_ROUGHAGE_HALF_CONCENTRATE",
  126. 4: "OTHER",
  127. }
  128. ForageCategoryParent_Kind_value = map[string]int32{
  129. "INVALID": 0,
  130. "ROUGHAGE": 1,
  131. "CONCENTRATE": 2,
  132. "HALF_ROUGHAGE_HALF_CONCENTRATE": 3,
  133. "OTHER": 4,
  134. }
  135. )
  136. func (x ForageCategoryParent_Kind) Enum() *ForageCategoryParent_Kind {
  137. p := new(ForageCategoryParent_Kind)
  138. *p = x
  139. return p
  140. }
  141. func (x ForageCategoryParent_Kind) String() string {
  142. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  143. }
  144. func (ForageCategoryParent_Kind) Descriptor() protoreflect.EnumDescriptor {
  145. return file_backend_operation_enum_proto_enumTypes[2].Descriptor()
  146. }
  147. func (ForageCategoryParent_Kind) Type() protoreflect.EnumType {
  148. return &file_backend_operation_enum_proto_enumTypes[2]
  149. }
  150. func (x ForageCategoryParent_Kind) Number() protoreflect.EnumNumber {
  151. return protoreflect.EnumNumber(x)
  152. }
  153. // Deprecated: Use ForageCategoryParent_Kind.Descriptor instead.
  154. func (ForageCategoryParent_Kind) EnumDescriptor() ([]byte, []int) {
  155. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2, 0}
  156. }
  157. type ForageSource_Kind int32
  158. const (
  159. ForageSource_INVALID ForageSource_Kind = 0 // 无效
  160. ForageSource_SYSTEM_BUILT_IN ForageSource_Kind = 1 // 系统内置
  161. ForageSource_USER_DEFINED ForageSource_Kind = 2 // 用户自定义
  162. )
  163. // Enum value maps for ForageSource_Kind.
  164. var (
  165. ForageSource_Kind_name = map[int32]string{
  166. 0: "INVALID",
  167. 1: "SYSTEM_BUILT_IN",
  168. 2: "USER_DEFINED",
  169. }
  170. ForageSource_Kind_value = map[string]int32{
  171. "INVALID": 0,
  172. "SYSTEM_BUILT_IN": 1,
  173. "USER_DEFINED": 2,
  174. }
  175. )
  176. func (x ForageSource_Kind) Enum() *ForageSource_Kind {
  177. p := new(ForageSource_Kind)
  178. *p = x
  179. return p
  180. }
  181. func (x ForageSource_Kind) String() string {
  182. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  183. }
  184. func (ForageSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  185. return file_backend_operation_enum_proto_enumTypes[3].Descriptor()
  186. }
  187. func (ForageSource_Kind) Type() protoreflect.EnumType {
  188. return &file_backend_operation_enum_proto_enumTypes[3]
  189. }
  190. func (x ForageSource_Kind) Number() protoreflect.EnumNumber {
  191. return protoreflect.EnumNumber(x)
  192. }
  193. // Deprecated: Use ForageSource_Kind.Descriptor instead.
  194. func (ForageSource_Kind) EnumDescriptor() ([]byte, []int) {
  195. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3, 0}
  196. }
  197. type JumpDelaType_Kind int32
  198. const (
  199. JumpDelaType_INVALID JumpDelaType_Kind = 0 // 禁用
  200. JumpDelaType_THREE JumpDelaType_Kind = 1 // 3秒
  201. JumpDelaType_SIX JumpDelaType_Kind = 2 // 6秒
  202. JumpDelaType_NINE JumpDelaType_Kind = 3 // 9秒
  203. )
  204. // Enum value maps for JumpDelaType_Kind.
  205. var (
  206. JumpDelaType_Kind_name = map[int32]string{
  207. 0: "INVALID",
  208. 1: "THREE",
  209. 2: "SIX",
  210. 3: "NINE",
  211. }
  212. JumpDelaType_Kind_value = map[string]int32{
  213. "INVALID": 0,
  214. "THREE": 1,
  215. "SIX": 2,
  216. "NINE": 3,
  217. }
  218. )
  219. func (x JumpDelaType_Kind) Enum() *JumpDelaType_Kind {
  220. p := new(JumpDelaType_Kind)
  221. *p = x
  222. return p
  223. }
  224. func (x JumpDelaType_Kind) String() string {
  225. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  226. }
  227. func (JumpDelaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  228. return file_backend_operation_enum_proto_enumTypes[4].Descriptor()
  229. }
  230. func (JumpDelaType_Kind) Type() protoreflect.EnumType {
  231. return &file_backend_operation_enum_proto_enumTypes[4]
  232. }
  233. func (x JumpDelaType_Kind) Number() protoreflect.EnumNumber {
  234. return protoreflect.EnumNumber(x)
  235. }
  236. // Deprecated: Use JumpDelaType_Kind.Descriptor instead.
  237. func (JumpDelaType_Kind) EnumDescriptor() ([]byte, []int) {
  238. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4, 0}
  239. }
  240. type ForagePlanType_Kind int32
  241. const (
  242. ForagePlanType_INVALID ForagePlanType_Kind = 0 // 无
  243. ForagePlanType_FORKLIFT ForagePlanType_Kind = 1 // 铲车
  244. ForagePlanType_CONCENTRATE ForagePlanType_Kind = 2 // 精料
  245. )
  246. // Enum value maps for ForagePlanType_Kind.
  247. var (
  248. ForagePlanType_Kind_name = map[int32]string{
  249. 0: "INVALID",
  250. 1: "FORKLIFT",
  251. 2: "CONCENTRATE",
  252. }
  253. ForagePlanType_Kind_value = map[string]int32{
  254. "INVALID": 0,
  255. "FORKLIFT": 1,
  256. "CONCENTRATE": 2,
  257. }
  258. )
  259. func (x ForagePlanType_Kind) Enum() *ForagePlanType_Kind {
  260. p := new(ForagePlanType_Kind)
  261. *p = x
  262. return p
  263. }
  264. func (x ForagePlanType_Kind) String() string {
  265. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  266. }
  267. func (ForagePlanType_Kind) Descriptor() protoreflect.EnumDescriptor {
  268. return file_backend_operation_enum_proto_enumTypes[5].Descriptor()
  269. }
  270. func (ForagePlanType_Kind) Type() protoreflect.EnumType {
  271. return &file_backend_operation_enum_proto_enumTypes[5]
  272. }
  273. func (x ForagePlanType_Kind) Number() protoreflect.EnumNumber {
  274. return protoreflect.EnumNumber(x)
  275. }
  276. // Deprecated: Use ForagePlanType_Kind.Descriptor instead.
  277. func (ForagePlanType_Kind) EnumDescriptor() ([]byte, []int) {
  278. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5, 0}
  279. }
  280. // 字段类型
  281. type IsShow struct {
  282. state protoimpl.MessageState
  283. sizeCache protoimpl.SizeCache
  284. unknownFields protoimpl.UnknownFields
  285. }
  286. func (x *IsShow) Reset() {
  287. *x = IsShow{}
  288. if protoimpl.UnsafeEnabled {
  289. mi := &file_backend_operation_enum_proto_msgTypes[0]
  290. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  291. ms.StoreMessageInfo(mi)
  292. }
  293. }
  294. func (x *IsShow) String() string {
  295. return protoimpl.X.MessageStringOf(x)
  296. }
  297. func (*IsShow) ProtoMessage() {}
  298. func (x *IsShow) ProtoReflect() protoreflect.Message {
  299. mi := &file_backend_operation_enum_proto_msgTypes[0]
  300. if protoimpl.UnsafeEnabled && x != nil {
  301. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  302. if ms.LoadMessageInfo() == nil {
  303. ms.StoreMessageInfo(mi)
  304. }
  305. return ms
  306. }
  307. return mi.MessageOf(x)
  308. }
  309. // Deprecated: Use IsShow.ProtoReflect.Descriptor instead.
  310. func (*IsShow) Descriptor() ([]byte, []int) {
  311. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0}
  312. }
  313. type CattleCategoryParent struct {
  314. state protoimpl.MessageState
  315. sizeCache protoimpl.SizeCache
  316. unknownFields protoimpl.UnknownFields
  317. }
  318. func (x *CattleCategoryParent) Reset() {
  319. *x = CattleCategoryParent{}
  320. if protoimpl.UnsafeEnabled {
  321. mi := &file_backend_operation_enum_proto_msgTypes[1]
  322. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  323. ms.StoreMessageInfo(mi)
  324. }
  325. }
  326. func (x *CattleCategoryParent) String() string {
  327. return protoimpl.X.MessageStringOf(x)
  328. }
  329. func (*CattleCategoryParent) ProtoMessage() {}
  330. func (x *CattleCategoryParent) ProtoReflect() protoreflect.Message {
  331. mi := &file_backend_operation_enum_proto_msgTypes[1]
  332. if protoimpl.UnsafeEnabled && x != nil {
  333. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  334. if ms.LoadMessageInfo() == nil {
  335. ms.StoreMessageInfo(mi)
  336. }
  337. return ms
  338. }
  339. return mi.MessageOf(x)
  340. }
  341. // Deprecated: Use CattleCategoryParent.ProtoReflect.Descriptor instead.
  342. func (*CattleCategoryParent) Descriptor() ([]byte, []int) {
  343. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1}
  344. }
  345. // 饲料类别
  346. type ForageCategoryParent struct {
  347. state protoimpl.MessageState
  348. sizeCache protoimpl.SizeCache
  349. unknownFields protoimpl.UnknownFields
  350. }
  351. func (x *ForageCategoryParent) Reset() {
  352. *x = ForageCategoryParent{}
  353. if protoimpl.UnsafeEnabled {
  354. mi := &file_backend_operation_enum_proto_msgTypes[2]
  355. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  356. ms.StoreMessageInfo(mi)
  357. }
  358. }
  359. func (x *ForageCategoryParent) String() string {
  360. return protoimpl.X.MessageStringOf(x)
  361. }
  362. func (*ForageCategoryParent) ProtoMessage() {}
  363. func (x *ForageCategoryParent) ProtoReflect() protoreflect.Message {
  364. mi := &file_backend_operation_enum_proto_msgTypes[2]
  365. if protoimpl.UnsafeEnabled && x != nil {
  366. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  367. if ms.LoadMessageInfo() == nil {
  368. ms.StoreMessageInfo(mi)
  369. }
  370. return ms
  371. }
  372. return mi.MessageOf(x)
  373. }
  374. // Deprecated: Use ForageCategoryParent.ProtoReflect.Descriptor instead.
  375. func (*ForageCategoryParent) Descriptor() ([]byte, []int) {
  376. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2}
  377. }
  378. // 饲料来源
  379. type ForageSource struct {
  380. state protoimpl.MessageState
  381. sizeCache protoimpl.SizeCache
  382. unknownFields protoimpl.UnknownFields
  383. }
  384. func (x *ForageSource) Reset() {
  385. *x = ForageSource{}
  386. if protoimpl.UnsafeEnabled {
  387. mi := &file_backend_operation_enum_proto_msgTypes[3]
  388. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  389. ms.StoreMessageInfo(mi)
  390. }
  391. }
  392. func (x *ForageSource) String() string {
  393. return protoimpl.X.MessageStringOf(x)
  394. }
  395. func (*ForageSource) ProtoMessage() {}
  396. func (x *ForageSource) ProtoReflect() protoreflect.Message {
  397. mi := &file_backend_operation_enum_proto_msgTypes[3]
  398. if protoimpl.UnsafeEnabled && x != nil {
  399. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  400. if ms.LoadMessageInfo() == nil {
  401. ms.StoreMessageInfo(mi)
  402. }
  403. return ms
  404. }
  405. return mi.MessageOf(x)
  406. }
  407. // Deprecated: Use ForageSource.ProtoReflect.Descriptor instead.
  408. func (*ForageSource) Descriptor() ([]byte, []int) {
  409. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3}
  410. }
  411. // 跳转延迟
  412. type JumpDelaType struct {
  413. state protoimpl.MessageState
  414. sizeCache protoimpl.SizeCache
  415. unknownFields protoimpl.UnknownFields
  416. }
  417. func (x *JumpDelaType) Reset() {
  418. *x = JumpDelaType{}
  419. if protoimpl.UnsafeEnabled {
  420. mi := &file_backend_operation_enum_proto_msgTypes[4]
  421. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  422. ms.StoreMessageInfo(mi)
  423. }
  424. }
  425. func (x *JumpDelaType) String() string {
  426. return protoimpl.X.MessageStringOf(x)
  427. }
  428. func (*JumpDelaType) ProtoMessage() {}
  429. func (x *JumpDelaType) ProtoReflect() protoreflect.Message {
  430. mi := &file_backend_operation_enum_proto_msgTypes[4]
  431. if protoimpl.UnsafeEnabled && x != nil {
  432. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  433. if ms.LoadMessageInfo() == nil {
  434. ms.StoreMessageInfo(mi)
  435. }
  436. return ms
  437. }
  438. return mi.MessageOf(x)
  439. }
  440. // Deprecated: Use JumpDelaType.ProtoReflect.Descriptor instead.
  441. func (*JumpDelaType) Descriptor() ([]byte, []int) {
  442. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4}
  443. }
  444. // 计划类型
  445. type ForagePlanType struct {
  446. state protoimpl.MessageState
  447. sizeCache protoimpl.SizeCache
  448. unknownFields protoimpl.UnknownFields
  449. }
  450. func (x *ForagePlanType) Reset() {
  451. *x = ForagePlanType{}
  452. if protoimpl.UnsafeEnabled {
  453. mi := &file_backend_operation_enum_proto_msgTypes[5]
  454. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  455. ms.StoreMessageInfo(mi)
  456. }
  457. }
  458. func (x *ForagePlanType) String() string {
  459. return protoimpl.X.MessageStringOf(x)
  460. }
  461. func (*ForagePlanType) ProtoMessage() {}
  462. func (x *ForagePlanType) ProtoReflect() protoreflect.Message {
  463. mi := &file_backend_operation_enum_proto_msgTypes[5]
  464. if protoimpl.UnsafeEnabled && x != nil {
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. if ms.LoadMessageInfo() == nil {
  467. ms.StoreMessageInfo(mi)
  468. }
  469. return ms
  470. }
  471. return mi.MessageOf(x)
  472. }
  473. // Deprecated: Use ForagePlanType.ProtoReflect.Descriptor instead.
  474. func (*ForagePlanType) Descriptor() ([]byte, []int) {
  475. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5}
  476. }
  477. var File_backend_operation_enum_proto protoreflect.FileDescriptor
  478. var file_backend_operation_enum_proto_rawDesc = []byte{
  479. 0x0a, 0x1c, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  480. 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11,
  481. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  482. 0x6e, 0x22, 0x2d, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x23, 0x0a, 0x04, 0x4b,
  483. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  484. 0x12, 0x06, 0x0a, 0x02, 0x4f, 0x4b, 0x10, 0x01, 0x12, 0x06, 0x0a, 0x02, 0x4e, 0x4f, 0x10, 0x02,
  485. 0x22, 0x8e, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  486. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x76, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  487. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x11,
  488. 0x0a, 0x0d, 0x4c, 0x41, 0x43, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  489. 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x41, 0x54, 0x54, 0x45, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  490. 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x5f, 0x43, 0x41, 0x57,
  491. 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x52, 0x59, 0x5f, 0x43, 0x41, 0x57, 0x10, 0x04, 0x12,
  492. 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x49, 0x4e, 0x41, 0x54, 0x41, 0x4c, 0x5f, 0x43, 0x41, 0x57,
  493. 0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x57, 0x10,
  494. 0x06, 0x22, 0x79, 0x0a, 0x14, 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  495. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x61, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  496. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x0c,
  497. 0x0a, 0x08, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b,
  498. 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x22, 0x0a,
  499. 0x1e, 0x48, 0x41, 0x4c, 0x46, 0x5f, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x5f, 0x48,
  500. 0x41, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  501. 0x03, 0x12, 0x09, 0x0a, 0x05, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x0c,
  502. 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3a, 0x0a, 0x04,
  503. 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10,
  504. 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x42, 0x55, 0x49, 0x4c,
  505. 0x54, 0x5f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x44,
  506. 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x22, 0x41, 0x0a, 0x0c, 0x4a, 0x75, 0x6d, 0x70,
  507. 0x44, 0x65, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64,
  508. 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,
  509. 0x05, 0x54, 0x48, 0x52, 0x45, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x49, 0x58, 0x10,
  510. 0x02, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x22, 0x44, 0x0a, 0x0e, 0x46,
  511. 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x32, 0x0a,
  512. 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
  513. 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x4f, 0x52, 0x4b, 0x4c, 0x49, 0x46, 0x54, 0x10, 0x01,
  514. 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  515. 0x02, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  516. 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  517. }
  518. var (
  519. file_backend_operation_enum_proto_rawDescOnce sync.Once
  520. file_backend_operation_enum_proto_rawDescData = file_backend_operation_enum_proto_rawDesc
  521. )
  522. func file_backend_operation_enum_proto_rawDescGZIP() []byte {
  523. file_backend_operation_enum_proto_rawDescOnce.Do(func() {
  524. file_backend_operation_enum_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_enum_proto_rawDescData)
  525. })
  526. return file_backend_operation_enum_proto_rawDescData
  527. }
  528. var file_backend_operation_enum_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
  529. var file_backend_operation_enum_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
  530. var file_backend_operation_enum_proto_goTypes = []interface{}{
  531. (IsShow_Kind)(0), // 0: backend.operation.IsShow.Kind
  532. (CattleCategoryParent_Kind)(0), // 1: backend.operation.CattleCategoryParent.Kind
  533. (ForageCategoryParent_Kind)(0), // 2: backend.operation.ForageCategoryParent.Kind
  534. (ForageSource_Kind)(0), // 3: backend.operation.ForageSource.Kind
  535. (JumpDelaType_Kind)(0), // 4: backend.operation.JumpDelaType.Kind
  536. (ForagePlanType_Kind)(0), // 5: backend.operation.ForagePlanType.Kind
  537. (*IsShow)(nil), // 6: backend.operation.IsShow
  538. (*CattleCategoryParent)(nil), // 7: backend.operation.CattleCategoryParent
  539. (*ForageCategoryParent)(nil), // 8: backend.operation.ForageCategoryParent
  540. (*ForageSource)(nil), // 9: backend.operation.ForageSource
  541. (*JumpDelaType)(nil), // 10: backend.operation.JumpDelaType
  542. (*ForagePlanType)(nil), // 11: backend.operation.ForagePlanType
  543. }
  544. var file_backend_operation_enum_proto_depIdxs = []int32{
  545. 0, // [0:0] is the sub-list for method output_type
  546. 0, // [0:0] is the sub-list for method input_type
  547. 0, // [0:0] is the sub-list for extension type_name
  548. 0, // [0:0] is the sub-list for extension extendee
  549. 0, // [0:0] is the sub-list for field type_name
  550. }
  551. func init() { file_backend_operation_enum_proto_init() }
  552. func file_backend_operation_enum_proto_init() {
  553. if File_backend_operation_enum_proto != nil {
  554. return
  555. }
  556. if !protoimpl.UnsafeEnabled {
  557. file_backend_operation_enum_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  558. switch v := v.(*IsShow); i {
  559. case 0:
  560. return &v.state
  561. case 1:
  562. return &v.sizeCache
  563. case 2:
  564. return &v.unknownFields
  565. default:
  566. return nil
  567. }
  568. }
  569. file_backend_operation_enum_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  570. switch v := v.(*CattleCategoryParent); i {
  571. case 0:
  572. return &v.state
  573. case 1:
  574. return &v.sizeCache
  575. case 2:
  576. return &v.unknownFields
  577. default:
  578. return nil
  579. }
  580. }
  581. file_backend_operation_enum_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  582. switch v := v.(*ForageCategoryParent); i {
  583. case 0:
  584. return &v.state
  585. case 1:
  586. return &v.sizeCache
  587. case 2:
  588. return &v.unknownFields
  589. default:
  590. return nil
  591. }
  592. }
  593. file_backend_operation_enum_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  594. switch v := v.(*ForageSource); i {
  595. case 0:
  596. return &v.state
  597. case 1:
  598. return &v.sizeCache
  599. case 2:
  600. return &v.unknownFields
  601. default:
  602. return nil
  603. }
  604. }
  605. file_backend_operation_enum_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  606. switch v := v.(*JumpDelaType); i {
  607. case 0:
  608. return &v.state
  609. case 1:
  610. return &v.sizeCache
  611. case 2:
  612. return &v.unknownFields
  613. default:
  614. return nil
  615. }
  616. }
  617. file_backend_operation_enum_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  618. switch v := v.(*ForagePlanType); i {
  619. case 0:
  620. return &v.state
  621. case 1:
  622. return &v.sizeCache
  623. case 2:
  624. return &v.unknownFields
  625. default:
  626. return nil
  627. }
  628. }
  629. }
  630. type x struct{}
  631. out := protoimpl.TypeBuilder{
  632. File: protoimpl.DescBuilder{
  633. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  634. RawDescriptor: file_backend_operation_enum_proto_rawDesc,
  635. NumEnums: 6,
  636. NumMessages: 6,
  637. NumExtensions: 0,
  638. NumServices: 0,
  639. },
  640. GoTypes: file_backend_operation_enum_proto_goTypes,
  641. DependencyIndexes: file_backend_operation_enum_proto_depIdxs,
  642. EnumInfos: file_backend_operation_enum_proto_enumTypes,
  643. MessageInfos: file_backend_operation_enum_proto_msgTypes,
  644. }.Build()
  645. File_backend_operation_enum_proto = out.File
  646. file_backend_operation_enum_proto_rawDesc = nil
  647. file_backend_operation_enum_proto_goTypes = nil
  648. file_backend_operation_enum_proto_depIdxs = nil
  649. }