enum.pb.go 37 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195
  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. type DataSource_Kind int32
  281. const (
  282. DataSource_INVALID DataSource_Kind = 0 // 无
  283. DataSource_BACKGROUND_ADD DataSource_Kind = 1 // 后台手动添加
  284. DataSource_EXCEL_IMPORT DataSource_Kind = 2 // excel报表导入
  285. DataSource_FROM_PASTURE DataSource_Kind = 3 // 来自牧场
  286. )
  287. // Enum value maps for DataSource_Kind.
  288. var (
  289. DataSource_Kind_name = map[int32]string{
  290. 0: "INVALID",
  291. 1: "BACKGROUND_ADD",
  292. 2: "EXCEL_IMPORT",
  293. 3: "FROM_PASTURE",
  294. }
  295. DataSource_Kind_value = map[string]int32{
  296. "INVALID": 0,
  297. "BACKGROUND_ADD": 1,
  298. "EXCEL_IMPORT": 2,
  299. "FROM_PASTURE": 3,
  300. }
  301. )
  302. func (x DataSource_Kind) Enum() *DataSource_Kind {
  303. p := new(DataSource_Kind)
  304. *p = x
  305. return p
  306. }
  307. func (x DataSource_Kind) String() string {
  308. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  309. }
  310. func (DataSource_Kind) Descriptor() protoreflect.EnumDescriptor {
  311. return file_backend_operation_enum_proto_enumTypes[6].Descriptor()
  312. }
  313. func (DataSource_Kind) Type() protoreflect.EnumType {
  314. return &file_backend_operation_enum_proto_enumTypes[6]
  315. }
  316. func (x DataSource_Kind) Number() protoreflect.EnumNumber {
  317. return protoreflect.EnumNumber(x)
  318. }
  319. // Deprecated: Use DataSource_Kind.Descriptor instead.
  320. func (DataSource_Kind) EnumDescriptor() ([]byte, []int) {
  321. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6, 0}
  322. }
  323. type FormulaType_Kind int32
  324. const (
  325. FormulaType_INVALID FormulaType_Kind = 0 // 无
  326. FormulaType_FEED_FORMULA FormulaType_Kind = 1 // 饲喂配方
  327. FormulaType_PREMIXED_FORMULA FormulaType_Kind = 2 // 预混配方
  328. FormulaType_SUPPLEMENTARY_FORMULA FormulaType_Kind = 3 // 补料配方
  329. )
  330. // Enum value maps for FormulaType_Kind.
  331. var (
  332. FormulaType_Kind_name = map[int32]string{
  333. 0: "INVALID",
  334. 1: "FEED_FORMULA",
  335. 2: "PREMIXED_FORMULA",
  336. 3: "SUPPLEMENTARY_FORMULA",
  337. }
  338. FormulaType_Kind_value = map[string]int32{
  339. "INVALID": 0,
  340. "FEED_FORMULA": 1,
  341. "PREMIXED_FORMULA": 2,
  342. "SUPPLEMENTARY_FORMULA": 3,
  343. }
  344. )
  345. func (x FormulaType_Kind) Enum() *FormulaType_Kind {
  346. p := new(FormulaType_Kind)
  347. *p = x
  348. return p
  349. }
  350. func (x FormulaType_Kind) String() string {
  351. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  352. }
  353. func (FormulaType_Kind) Descriptor() protoreflect.EnumDescriptor {
  354. return file_backend_operation_enum_proto_enumTypes[7].Descriptor()
  355. }
  356. func (FormulaType_Kind) Type() protoreflect.EnumType {
  357. return &file_backend_operation_enum_proto_enumTypes[7]
  358. }
  359. func (x FormulaType_Kind) Number() protoreflect.EnumNumber {
  360. return protoreflect.EnumNumber(x)
  361. }
  362. // Deprecated: Use FormulaType_Kind.Descriptor instead.
  363. func (FormulaType_Kind) EnumDescriptor() ([]byte, []int) {
  364. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7, 0}
  365. }
  366. type DashboardTopType_Kind int32
  367. const (
  368. DashboardTopType_INVALID DashboardTopType_Kind = 0 // 无
  369. DashboardTopType_MIXED_ACCURATE DashboardTopType_Kind = 1 // 混料准确率
  370. DashboardTopType_MIXED_CORRECT DashboardTopType_Kind = 2 // 混料正确率
  371. DashboardTopType_SPRINKLE_ACCURATE DashboardTopType_Kind = 3 // 撒料准确率
  372. DashboardTopType_Sprinkle_CORRECT DashboardTopType_Kind = 4 // 撒料正确率
  373. )
  374. // Enum value maps for DashboardTopType_Kind.
  375. var (
  376. DashboardTopType_Kind_name = map[int32]string{
  377. 0: "INVALID",
  378. 1: "MIXED_ACCURATE",
  379. 2: "MIXED_CORRECT",
  380. 3: "SPRINKLE_ACCURATE",
  381. 4: "Sprinkle_CORRECT",
  382. }
  383. DashboardTopType_Kind_value = map[string]int32{
  384. "INVALID": 0,
  385. "MIXED_ACCURATE": 1,
  386. "MIXED_CORRECT": 2,
  387. "SPRINKLE_ACCURATE": 3,
  388. "Sprinkle_CORRECT": 4,
  389. }
  390. )
  391. func (x DashboardTopType_Kind) Enum() *DashboardTopType_Kind {
  392. p := new(DashboardTopType_Kind)
  393. *p = x
  394. return p
  395. }
  396. func (x DashboardTopType_Kind) String() string {
  397. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  398. }
  399. func (DashboardTopType_Kind) Descriptor() protoreflect.EnumDescriptor {
  400. return file_backend_operation_enum_proto_enumTypes[8].Descriptor()
  401. }
  402. func (DashboardTopType_Kind) Type() protoreflect.EnumType {
  403. return &file_backend_operation_enum_proto_enumTypes[8]
  404. }
  405. func (x DashboardTopType_Kind) Number() protoreflect.EnumNumber {
  406. return protoreflect.EnumNumber(x)
  407. }
  408. // Deprecated: Use DashboardTopType_Kind.Descriptor instead.
  409. func (DashboardTopType_Kind) EnumDescriptor() ([]byte, []int) {
  410. return file_backend_operation_enum_proto_rawDescGZIP(), []int{8, 0}
  411. }
  412. type FeedFormulaEditRecordType_Kind int32
  413. const (
  414. FeedFormulaEditRecordType_INVALID FeedFormulaEditRecordType_Kind = 0 // 无
  415. FeedFormulaEditRecordType_INSERT FeedFormulaEditRecordType_Kind = 1 // 混料准确率
  416. FeedFormulaEditRecordType_UPDATE FeedFormulaEditRecordType_Kind = 2 // 混料正确率
  417. FeedFormulaEditRecordType_DELETE FeedFormulaEditRecordType_Kind = 3 // 撒料准确率
  418. )
  419. // Enum value maps for FeedFormulaEditRecordType_Kind.
  420. var (
  421. FeedFormulaEditRecordType_Kind_name = map[int32]string{
  422. 0: "INVALID",
  423. 1: "INSERT",
  424. 2: "UPDATE",
  425. 3: "DELETE",
  426. }
  427. FeedFormulaEditRecordType_Kind_value = map[string]int32{
  428. "INVALID": 0,
  429. "INSERT": 1,
  430. "UPDATE": 2,
  431. "DELETE": 3,
  432. }
  433. )
  434. func (x FeedFormulaEditRecordType_Kind) Enum() *FeedFormulaEditRecordType_Kind {
  435. p := new(FeedFormulaEditRecordType_Kind)
  436. *p = x
  437. return p
  438. }
  439. func (x FeedFormulaEditRecordType_Kind) String() string {
  440. return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
  441. }
  442. func (FeedFormulaEditRecordType_Kind) Descriptor() protoreflect.EnumDescriptor {
  443. return file_backend_operation_enum_proto_enumTypes[9].Descriptor()
  444. }
  445. func (FeedFormulaEditRecordType_Kind) Type() protoreflect.EnumType {
  446. return &file_backend_operation_enum_proto_enumTypes[9]
  447. }
  448. func (x FeedFormulaEditRecordType_Kind) Number() protoreflect.EnumNumber {
  449. return protoreflect.EnumNumber(x)
  450. }
  451. // Deprecated: Use FeedFormulaEditRecordType_Kind.Descriptor instead.
  452. func (FeedFormulaEditRecordType_Kind) EnumDescriptor() ([]byte, []int) {
  453. return file_backend_operation_enum_proto_rawDescGZIP(), []int{9, 0}
  454. }
  455. // 字段类型
  456. type IsShow struct {
  457. state protoimpl.MessageState
  458. sizeCache protoimpl.SizeCache
  459. unknownFields protoimpl.UnknownFields
  460. }
  461. func (x *IsShow) Reset() {
  462. *x = IsShow{}
  463. if protoimpl.UnsafeEnabled {
  464. mi := &file_backend_operation_enum_proto_msgTypes[0]
  465. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  466. ms.StoreMessageInfo(mi)
  467. }
  468. }
  469. func (x *IsShow) String() string {
  470. return protoimpl.X.MessageStringOf(x)
  471. }
  472. func (*IsShow) ProtoMessage() {}
  473. func (x *IsShow) ProtoReflect() protoreflect.Message {
  474. mi := &file_backend_operation_enum_proto_msgTypes[0]
  475. if protoimpl.UnsafeEnabled && x != nil {
  476. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  477. if ms.LoadMessageInfo() == nil {
  478. ms.StoreMessageInfo(mi)
  479. }
  480. return ms
  481. }
  482. return mi.MessageOf(x)
  483. }
  484. // Deprecated: Use IsShow.ProtoReflect.Descriptor instead.
  485. func (*IsShow) Descriptor() ([]byte, []int) {
  486. return file_backend_operation_enum_proto_rawDescGZIP(), []int{0}
  487. }
  488. type CattleCategoryParent struct {
  489. state protoimpl.MessageState
  490. sizeCache protoimpl.SizeCache
  491. unknownFields protoimpl.UnknownFields
  492. }
  493. func (x *CattleCategoryParent) Reset() {
  494. *x = CattleCategoryParent{}
  495. if protoimpl.UnsafeEnabled {
  496. mi := &file_backend_operation_enum_proto_msgTypes[1]
  497. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  498. ms.StoreMessageInfo(mi)
  499. }
  500. }
  501. func (x *CattleCategoryParent) String() string {
  502. return protoimpl.X.MessageStringOf(x)
  503. }
  504. func (*CattleCategoryParent) ProtoMessage() {}
  505. func (x *CattleCategoryParent) ProtoReflect() protoreflect.Message {
  506. mi := &file_backend_operation_enum_proto_msgTypes[1]
  507. if protoimpl.UnsafeEnabled && x != nil {
  508. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  509. if ms.LoadMessageInfo() == nil {
  510. ms.StoreMessageInfo(mi)
  511. }
  512. return ms
  513. }
  514. return mi.MessageOf(x)
  515. }
  516. // Deprecated: Use CattleCategoryParent.ProtoReflect.Descriptor instead.
  517. func (*CattleCategoryParent) Descriptor() ([]byte, []int) {
  518. return file_backend_operation_enum_proto_rawDescGZIP(), []int{1}
  519. }
  520. // 饲料类别
  521. type ForageCategoryParent struct {
  522. state protoimpl.MessageState
  523. sizeCache protoimpl.SizeCache
  524. unknownFields protoimpl.UnknownFields
  525. }
  526. func (x *ForageCategoryParent) Reset() {
  527. *x = ForageCategoryParent{}
  528. if protoimpl.UnsafeEnabled {
  529. mi := &file_backend_operation_enum_proto_msgTypes[2]
  530. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  531. ms.StoreMessageInfo(mi)
  532. }
  533. }
  534. func (x *ForageCategoryParent) String() string {
  535. return protoimpl.X.MessageStringOf(x)
  536. }
  537. func (*ForageCategoryParent) ProtoMessage() {}
  538. func (x *ForageCategoryParent) ProtoReflect() protoreflect.Message {
  539. mi := &file_backend_operation_enum_proto_msgTypes[2]
  540. if protoimpl.UnsafeEnabled && x != nil {
  541. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  542. if ms.LoadMessageInfo() == nil {
  543. ms.StoreMessageInfo(mi)
  544. }
  545. return ms
  546. }
  547. return mi.MessageOf(x)
  548. }
  549. // Deprecated: Use ForageCategoryParent.ProtoReflect.Descriptor instead.
  550. func (*ForageCategoryParent) Descriptor() ([]byte, []int) {
  551. return file_backend_operation_enum_proto_rawDescGZIP(), []int{2}
  552. }
  553. // 饲料来源
  554. type ForageSource struct {
  555. state protoimpl.MessageState
  556. sizeCache protoimpl.SizeCache
  557. unknownFields protoimpl.UnknownFields
  558. }
  559. func (x *ForageSource) Reset() {
  560. *x = ForageSource{}
  561. if protoimpl.UnsafeEnabled {
  562. mi := &file_backend_operation_enum_proto_msgTypes[3]
  563. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  564. ms.StoreMessageInfo(mi)
  565. }
  566. }
  567. func (x *ForageSource) String() string {
  568. return protoimpl.X.MessageStringOf(x)
  569. }
  570. func (*ForageSource) ProtoMessage() {}
  571. func (x *ForageSource) ProtoReflect() protoreflect.Message {
  572. mi := &file_backend_operation_enum_proto_msgTypes[3]
  573. if protoimpl.UnsafeEnabled && x != nil {
  574. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  575. if ms.LoadMessageInfo() == nil {
  576. ms.StoreMessageInfo(mi)
  577. }
  578. return ms
  579. }
  580. return mi.MessageOf(x)
  581. }
  582. // Deprecated: Use ForageSource.ProtoReflect.Descriptor instead.
  583. func (*ForageSource) Descriptor() ([]byte, []int) {
  584. return file_backend_operation_enum_proto_rawDescGZIP(), []int{3}
  585. }
  586. // 跳转延迟
  587. type JumpDelaType struct {
  588. state protoimpl.MessageState
  589. sizeCache protoimpl.SizeCache
  590. unknownFields protoimpl.UnknownFields
  591. }
  592. func (x *JumpDelaType) Reset() {
  593. *x = JumpDelaType{}
  594. if protoimpl.UnsafeEnabled {
  595. mi := &file_backend_operation_enum_proto_msgTypes[4]
  596. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  597. ms.StoreMessageInfo(mi)
  598. }
  599. }
  600. func (x *JumpDelaType) String() string {
  601. return protoimpl.X.MessageStringOf(x)
  602. }
  603. func (*JumpDelaType) ProtoMessage() {}
  604. func (x *JumpDelaType) ProtoReflect() protoreflect.Message {
  605. mi := &file_backend_operation_enum_proto_msgTypes[4]
  606. if protoimpl.UnsafeEnabled && x != nil {
  607. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  608. if ms.LoadMessageInfo() == nil {
  609. ms.StoreMessageInfo(mi)
  610. }
  611. return ms
  612. }
  613. return mi.MessageOf(x)
  614. }
  615. // Deprecated: Use JumpDelaType.ProtoReflect.Descriptor instead.
  616. func (*JumpDelaType) Descriptor() ([]byte, []int) {
  617. return file_backend_operation_enum_proto_rawDescGZIP(), []int{4}
  618. }
  619. // 计划类型
  620. type ForagePlanType struct {
  621. state protoimpl.MessageState
  622. sizeCache protoimpl.SizeCache
  623. unknownFields protoimpl.UnknownFields
  624. }
  625. func (x *ForagePlanType) Reset() {
  626. *x = ForagePlanType{}
  627. if protoimpl.UnsafeEnabled {
  628. mi := &file_backend_operation_enum_proto_msgTypes[5]
  629. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  630. ms.StoreMessageInfo(mi)
  631. }
  632. }
  633. func (x *ForagePlanType) String() string {
  634. return protoimpl.X.MessageStringOf(x)
  635. }
  636. func (*ForagePlanType) ProtoMessage() {}
  637. func (x *ForagePlanType) ProtoReflect() protoreflect.Message {
  638. mi := &file_backend_operation_enum_proto_msgTypes[5]
  639. if protoimpl.UnsafeEnabled && x != nil {
  640. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  641. if ms.LoadMessageInfo() == nil {
  642. ms.StoreMessageInfo(mi)
  643. }
  644. return ms
  645. }
  646. return mi.MessageOf(x)
  647. }
  648. // Deprecated: Use ForagePlanType.ProtoReflect.Descriptor instead.
  649. func (*ForagePlanType) Descriptor() ([]byte, []int) {
  650. return file_backend_operation_enum_proto_rawDescGZIP(), []int{5}
  651. }
  652. type DataSource struct {
  653. state protoimpl.MessageState
  654. sizeCache protoimpl.SizeCache
  655. unknownFields protoimpl.UnknownFields
  656. }
  657. func (x *DataSource) Reset() {
  658. *x = DataSource{}
  659. if protoimpl.UnsafeEnabled {
  660. mi := &file_backend_operation_enum_proto_msgTypes[6]
  661. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  662. ms.StoreMessageInfo(mi)
  663. }
  664. }
  665. func (x *DataSource) String() string {
  666. return protoimpl.X.MessageStringOf(x)
  667. }
  668. func (*DataSource) ProtoMessage() {}
  669. func (x *DataSource) ProtoReflect() protoreflect.Message {
  670. mi := &file_backend_operation_enum_proto_msgTypes[6]
  671. if protoimpl.UnsafeEnabled && x != nil {
  672. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  673. if ms.LoadMessageInfo() == nil {
  674. ms.StoreMessageInfo(mi)
  675. }
  676. return ms
  677. }
  678. return mi.MessageOf(x)
  679. }
  680. // Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
  681. func (*DataSource) Descriptor() ([]byte, []int) {
  682. return file_backend_operation_enum_proto_rawDescGZIP(), []int{6}
  683. }
  684. // 物料类型
  685. type FormulaType struct {
  686. state protoimpl.MessageState
  687. sizeCache protoimpl.SizeCache
  688. unknownFields protoimpl.UnknownFields
  689. }
  690. func (x *FormulaType) Reset() {
  691. *x = FormulaType{}
  692. if protoimpl.UnsafeEnabled {
  693. mi := &file_backend_operation_enum_proto_msgTypes[7]
  694. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  695. ms.StoreMessageInfo(mi)
  696. }
  697. }
  698. func (x *FormulaType) String() string {
  699. return protoimpl.X.MessageStringOf(x)
  700. }
  701. func (*FormulaType) ProtoMessage() {}
  702. func (x *FormulaType) ProtoReflect() protoreflect.Message {
  703. mi := &file_backend_operation_enum_proto_msgTypes[7]
  704. if protoimpl.UnsafeEnabled && x != nil {
  705. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  706. if ms.LoadMessageInfo() == nil {
  707. ms.StoreMessageInfo(mi)
  708. }
  709. return ms
  710. }
  711. return mi.MessageOf(x)
  712. }
  713. // Deprecated: Use FormulaType.ProtoReflect.Descriptor instead.
  714. func (*FormulaType) Descriptor() ([]byte, []int) {
  715. return file_backend_operation_enum_proto_rawDescGZIP(), []int{7}
  716. }
  717. // DashboardTopType 首页排行榜的类型
  718. type DashboardTopType struct {
  719. state protoimpl.MessageState
  720. sizeCache protoimpl.SizeCache
  721. unknownFields protoimpl.UnknownFields
  722. }
  723. func (x *DashboardTopType) Reset() {
  724. *x = DashboardTopType{}
  725. if protoimpl.UnsafeEnabled {
  726. mi := &file_backend_operation_enum_proto_msgTypes[8]
  727. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  728. ms.StoreMessageInfo(mi)
  729. }
  730. }
  731. func (x *DashboardTopType) String() string {
  732. return protoimpl.X.MessageStringOf(x)
  733. }
  734. func (*DashboardTopType) ProtoMessage() {}
  735. func (x *DashboardTopType) ProtoReflect() protoreflect.Message {
  736. mi := &file_backend_operation_enum_proto_msgTypes[8]
  737. if protoimpl.UnsafeEnabled && x != nil {
  738. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  739. if ms.LoadMessageInfo() == nil {
  740. ms.StoreMessageInfo(mi)
  741. }
  742. return ms
  743. }
  744. return mi.MessageOf(x)
  745. }
  746. // Deprecated: Use DashboardTopType.ProtoReflect.Descriptor instead.
  747. func (*DashboardTopType) Descriptor() ([]byte, []int) {
  748. return file_backend_operation_enum_proto_rawDescGZIP(), []int{8}
  749. }
  750. // FeedFormulaEditRecordType 配方饲料修改类型
  751. type FeedFormulaEditRecordType struct {
  752. state protoimpl.MessageState
  753. sizeCache protoimpl.SizeCache
  754. unknownFields protoimpl.UnknownFields
  755. }
  756. func (x *FeedFormulaEditRecordType) Reset() {
  757. *x = FeedFormulaEditRecordType{}
  758. if protoimpl.UnsafeEnabled {
  759. mi := &file_backend_operation_enum_proto_msgTypes[9]
  760. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  761. ms.StoreMessageInfo(mi)
  762. }
  763. }
  764. func (x *FeedFormulaEditRecordType) String() string {
  765. return protoimpl.X.MessageStringOf(x)
  766. }
  767. func (*FeedFormulaEditRecordType) ProtoMessage() {}
  768. func (x *FeedFormulaEditRecordType) ProtoReflect() protoreflect.Message {
  769. mi := &file_backend_operation_enum_proto_msgTypes[9]
  770. if protoimpl.UnsafeEnabled && x != nil {
  771. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  772. if ms.LoadMessageInfo() == nil {
  773. ms.StoreMessageInfo(mi)
  774. }
  775. return ms
  776. }
  777. return mi.MessageOf(x)
  778. }
  779. // Deprecated: Use FeedFormulaEditRecordType.ProtoReflect.Descriptor instead.
  780. func (*FeedFormulaEditRecordType) Descriptor() ([]byte, []int) {
  781. return file_backend_operation_enum_proto_rawDescGZIP(), []int{9}
  782. }
  783. var File_backend_operation_enum_proto protoreflect.FileDescriptor
  784. var file_backend_operation_enum_proto_rawDesc = []byte{
  785. 0x0a, 0x1c, 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
  786. 0x69, 0x6f, 0x6e, 0x2f, 0x65, 0x6e, 0x75, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x11,
  787. 0x62, 0x61, 0x63, 0x6b, 0x65, 0x6e, 0x64, 0x2e, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
  788. 0x6e, 0x22, 0x2d, 0x0a, 0x06, 0x49, 0x73, 0x53, 0x68, 0x6f, 0x77, 0x22, 0x23, 0x0a, 0x04, 0x4b,
  789. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  790. 0x12, 0x06, 0x0a, 0x02, 0x4f, 0x4b, 0x10, 0x01, 0x12, 0x06, 0x0a, 0x02, 0x4e, 0x4f, 0x10, 0x02,
  791. 0x22, 0x8e, 0x01, 0x0a, 0x14, 0x43, 0x61, 0x74, 0x74, 0x6c, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  792. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x76, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  793. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x11,
  794. 0x0a, 0x0d, 0x4c, 0x41, 0x43, 0x54, 0x41, 0x54, 0x49, 0x4f, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  795. 0x01, 0x12, 0x0e, 0x0a, 0x0a, 0x46, 0x41, 0x54, 0x54, 0x45, 0x4e, 0x5f, 0x43, 0x41, 0x57, 0x10,
  796. 0x02, 0x12, 0x0f, 0x0a, 0x0b, 0x52, 0x45, 0x53, 0x45, 0x52, 0x56, 0x45, 0x5f, 0x43, 0x41, 0x57,
  797. 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x44, 0x52, 0x59, 0x5f, 0x43, 0x41, 0x57, 0x10, 0x04, 0x12,
  798. 0x11, 0x0a, 0x0d, 0x50, 0x45, 0x52, 0x49, 0x4e, 0x41, 0x54, 0x41, 0x4c, 0x5f, 0x43, 0x41, 0x57,
  799. 0x10, 0x05, 0x12, 0x0d, 0x0a, 0x09, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x5f, 0x43, 0x41, 0x57, 0x10,
  800. 0x06, 0x22, 0x79, 0x0a, 0x14, 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x43, 0x61, 0x74, 0x65, 0x67,
  801. 0x6f, 0x72, 0x79, 0x50, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x22, 0x61, 0x0a, 0x04, 0x4b, 0x69, 0x6e,
  802. 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x0c,
  803. 0x0a, 0x08, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x10, 0x01, 0x12, 0x0f, 0x0a, 0x0b,
  804. 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x22, 0x0a,
  805. 0x1e, 0x48, 0x41, 0x4c, 0x46, 0x5f, 0x52, 0x4f, 0x55, 0x47, 0x48, 0x41, 0x47, 0x45, 0x5f, 0x48,
  806. 0x41, 0x4c, 0x46, 0x5f, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  807. 0x03, 0x12, 0x09, 0x0a, 0x05, 0x4f, 0x54, 0x48, 0x45, 0x52, 0x10, 0x04, 0x22, 0x4a, 0x0a, 0x0c,
  808. 0x46, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22, 0x3a, 0x0a, 0x04,
  809. 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10,
  810. 0x00, 0x12, 0x13, 0x0a, 0x0f, 0x53, 0x59, 0x53, 0x54, 0x45, 0x4d, 0x5f, 0x42, 0x55, 0x49, 0x4c,
  811. 0x54, 0x5f, 0x49, 0x4e, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x55, 0x53, 0x45, 0x52, 0x5f, 0x44,
  812. 0x45, 0x46, 0x49, 0x4e, 0x45, 0x44, 0x10, 0x02, 0x22, 0x41, 0x0a, 0x0c, 0x4a, 0x75, 0x6d, 0x70,
  813. 0x44, 0x65, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x31, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64,
  814. 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x09, 0x0a,
  815. 0x05, 0x54, 0x48, 0x52, 0x45, 0x45, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x53, 0x49, 0x58, 0x10,
  816. 0x02, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x49, 0x4e, 0x45, 0x10, 0x03, 0x22, 0x44, 0x0a, 0x0e, 0x46,
  817. 0x6f, 0x72, 0x61, 0x67, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x22, 0x32, 0x0a,
  818. 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
  819. 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, 0x46, 0x4f, 0x52, 0x4b, 0x4c, 0x49, 0x46, 0x54, 0x10, 0x01,
  820. 0x12, 0x0f, 0x0a, 0x0b, 0x43, 0x4f, 0x4e, 0x43, 0x45, 0x4e, 0x54, 0x52, 0x41, 0x54, 0x45, 0x10,
  821. 0x02, 0x22, 0x59, 0x0a, 0x0a, 0x44, 0x61, 0x74, 0x61, 0x53, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x22,
  822. 0x4b, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c,
  823. 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e, 0x42, 0x41, 0x43, 0x4b, 0x47, 0x52, 0x4f, 0x55,
  824. 0x4e, 0x44, 0x5f, 0x41, 0x44, 0x44, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x45, 0x58, 0x43, 0x45,
  825. 0x4c, 0x5f, 0x49, 0x4d, 0x50, 0x4f, 0x52, 0x54, 0x10, 0x02, 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x52,
  826. 0x4f, 0x4d, 0x5f, 0x50, 0x41, 0x53, 0x54, 0x55, 0x52, 0x45, 0x10, 0x03, 0x22, 0x65, 0x0a, 0x0b,
  827. 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x54, 0x79, 0x70, 0x65, 0x22, 0x56, 0x0a, 0x04, 0x4b,
  828. 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00,
  829. 0x12, 0x10, 0x0a, 0x0c, 0x46, 0x45, 0x45, 0x44, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41,
  830. 0x10, 0x01, 0x12, 0x14, 0x0a, 0x10, 0x50, 0x52, 0x45, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x46,
  831. 0x4f, 0x52, 0x4d, 0x55, 0x4c, 0x41, 0x10, 0x02, 0x12, 0x19, 0x0a, 0x15, 0x53, 0x55, 0x50, 0x50,
  832. 0x4c, 0x45, 0x4d, 0x45, 0x4e, 0x54, 0x41, 0x52, 0x59, 0x5f, 0x46, 0x4f, 0x52, 0x4d, 0x55, 0x4c,
  833. 0x41, 0x10, 0x03, 0x22, 0x7b, 0x0a, 0x10, 0x44, 0x61, 0x73, 0x68, 0x62, 0x6f, 0x61, 0x72, 0x64,
  834. 0x54, 0x6f, 0x70, 0x54, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a, 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12,
  835. 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44, 0x10, 0x00, 0x12, 0x12, 0x0a, 0x0e,
  836. 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x01,
  837. 0x12, 0x11, 0x0a, 0x0d, 0x4d, 0x49, 0x58, 0x45, 0x44, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43,
  838. 0x54, 0x10, 0x02, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x50, 0x52, 0x49, 0x4e, 0x4b, 0x4c, 0x45, 0x5f,
  839. 0x41, 0x43, 0x43, 0x55, 0x52, 0x41, 0x54, 0x45, 0x10, 0x03, 0x12, 0x14, 0x0a, 0x10, 0x53, 0x70,
  840. 0x72, 0x69, 0x6e, 0x6b, 0x6c, 0x65, 0x5f, 0x43, 0x4f, 0x52, 0x52, 0x45, 0x43, 0x54, 0x10, 0x04,
  841. 0x22, 0x54, 0x0a, 0x19, 0x46, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c, 0x61, 0x45,
  842. 0x64, 0x69, 0x74, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x54, 0x79, 0x70, 0x65, 0x22, 0x37, 0x0a,
  843. 0x04, 0x4b, 0x69, 0x6e, 0x64, 0x12, 0x0b, 0x0a, 0x07, 0x49, 0x4e, 0x56, 0x41, 0x4c, 0x49, 0x44,
  844. 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x4e, 0x53, 0x45, 0x52, 0x54, 0x10, 0x01, 0x12, 0x0a,
  845. 0x0a, 0x06, 0x55, 0x50, 0x44, 0x41, 0x54, 0x45, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x45,
  846. 0x4c, 0x45, 0x54, 0x45, 0x10, 0x03, 0x42, 0x0f, 0x5a, 0x0d, 0x2e, 0x3b, 0x6f, 0x70, 0x65, 0x72,
  847. 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  848. }
  849. var (
  850. file_backend_operation_enum_proto_rawDescOnce sync.Once
  851. file_backend_operation_enum_proto_rawDescData = file_backend_operation_enum_proto_rawDesc
  852. )
  853. func file_backend_operation_enum_proto_rawDescGZIP() []byte {
  854. file_backend_operation_enum_proto_rawDescOnce.Do(func() {
  855. file_backend_operation_enum_proto_rawDescData = protoimpl.X.CompressGZIP(file_backend_operation_enum_proto_rawDescData)
  856. })
  857. return file_backend_operation_enum_proto_rawDescData
  858. }
  859. var file_backend_operation_enum_proto_enumTypes = make([]protoimpl.EnumInfo, 10)
  860. var file_backend_operation_enum_proto_msgTypes = make([]protoimpl.MessageInfo, 10)
  861. var file_backend_operation_enum_proto_goTypes = []interface{}{
  862. (IsShow_Kind)(0), // 0: backend.operation.IsShow.Kind
  863. (CattleCategoryParent_Kind)(0), // 1: backend.operation.CattleCategoryParent.Kind
  864. (ForageCategoryParent_Kind)(0), // 2: backend.operation.ForageCategoryParent.Kind
  865. (ForageSource_Kind)(0), // 3: backend.operation.ForageSource.Kind
  866. (JumpDelaType_Kind)(0), // 4: backend.operation.JumpDelaType.Kind
  867. (ForagePlanType_Kind)(0), // 5: backend.operation.ForagePlanType.Kind
  868. (DataSource_Kind)(0), // 6: backend.operation.DataSource.Kind
  869. (FormulaType_Kind)(0), // 7: backend.operation.FormulaType.Kind
  870. (DashboardTopType_Kind)(0), // 8: backend.operation.DashboardTopType.Kind
  871. (FeedFormulaEditRecordType_Kind)(0), // 9: backend.operation.FeedFormulaEditRecordType.Kind
  872. (*IsShow)(nil), // 10: backend.operation.IsShow
  873. (*CattleCategoryParent)(nil), // 11: backend.operation.CattleCategoryParent
  874. (*ForageCategoryParent)(nil), // 12: backend.operation.ForageCategoryParent
  875. (*ForageSource)(nil), // 13: backend.operation.ForageSource
  876. (*JumpDelaType)(nil), // 14: backend.operation.JumpDelaType
  877. (*ForagePlanType)(nil), // 15: backend.operation.ForagePlanType
  878. (*DataSource)(nil), // 16: backend.operation.DataSource
  879. (*FormulaType)(nil), // 17: backend.operation.FormulaType
  880. (*DashboardTopType)(nil), // 18: backend.operation.DashboardTopType
  881. (*FeedFormulaEditRecordType)(nil), // 19: backend.operation.FeedFormulaEditRecordType
  882. }
  883. var file_backend_operation_enum_proto_depIdxs = []int32{
  884. 0, // [0:0] is the sub-list for method output_type
  885. 0, // [0:0] is the sub-list for method input_type
  886. 0, // [0:0] is the sub-list for extension type_name
  887. 0, // [0:0] is the sub-list for extension extendee
  888. 0, // [0:0] is the sub-list for field type_name
  889. }
  890. func init() { file_backend_operation_enum_proto_init() }
  891. func file_backend_operation_enum_proto_init() {
  892. if File_backend_operation_enum_proto != nil {
  893. return
  894. }
  895. if !protoimpl.UnsafeEnabled {
  896. file_backend_operation_enum_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  897. switch v := v.(*IsShow); i {
  898. case 0:
  899. return &v.state
  900. case 1:
  901. return &v.sizeCache
  902. case 2:
  903. return &v.unknownFields
  904. default:
  905. return nil
  906. }
  907. }
  908. file_backend_operation_enum_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  909. switch v := v.(*CattleCategoryParent); i {
  910. case 0:
  911. return &v.state
  912. case 1:
  913. return &v.sizeCache
  914. case 2:
  915. return &v.unknownFields
  916. default:
  917. return nil
  918. }
  919. }
  920. file_backend_operation_enum_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  921. switch v := v.(*ForageCategoryParent); i {
  922. case 0:
  923. return &v.state
  924. case 1:
  925. return &v.sizeCache
  926. case 2:
  927. return &v.unknownFields
  928. default:
  929. return nil
  930. }
  931. }
  932. file_backend_operation_enum_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  933. switch v := v.(*ForageSource); i {
  934. case 0:
  935. return &v.state
  936. case 1:
  937. return &v.sizeCache
  938. case 2:
  939. return &v.unknownFields
  940. default:
  941. return nil
  942. }
  943. }
  944. file_backend_operation_enum_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  945. switch v := v.(*JumpDelaType); i {
  946. case 0:
  947. return &v.state
  948. case 1:
  949. return &v.sizeCache
  950. case 2:
  951. return &v.unknownFields
  952. default:
  953. return nil
  954. }
  955. }
  956. file_backend_operation_enum_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  957. switch v := v.(*ForagePlanType); i {
  958. case 0:
  959. return &v.state
  960. case 1:
  961. return &v.sizeCache
  962. case 2:
  963. return &v.unknownFields
  964. default:
  965. return nil
  966. }
  967. }
  968. file_backend_operation_enum_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  969. switch v := v.(*DataSource); i {
  970. case 0:
  971. return &v.state
  972. case 1:
  973. return &v.sizeCache
  974. case 2:
  975. return &v.unknownFields
  976. default:
  977. return nil
  978. }
  979. }
  980. file_backend_operation_enum_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  981. switch v := v.(*FormulaType); i {
  982. case 0:
  983. return &v.state
  984. case 1:
  985. return &v.sizeCache
  986. case 2:
  987. return &v.unknownFields
  988. default:
  989. return nil
  990. }
  991. }
  992. file_backend_operation_enum_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  993. switch v := v.(*DashboardTopType); i {
  994. case 0:
  995. return &v.state
  996. case 1:
  997. return &v.sizeCache
  998. case 2:
  999. return &v.unknownFields
  1000. default:
  1001. return nil
  1002. }
  1003. }
  1004. file_backend_operation_enum_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  1005. switch v := v.(*FeedFormulaEditRecordType); i {
  1006. case 0:
  1007. return &v.state
  1008. case 1:
  1009. return &v.sizeCache
  1010. case 2:
  1011. return &v.unknownFields
  1012. default:
  1013. return nil
  1014. }
  1015. }
  1016. }
  1017. type x struct{}
  1018. out := protoimpl.TypeBuilder{
  1019. File: protoimpl.DescBuilder{
  1020. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1021. RawDescriptor: file_backend_operation_enum_proto_rawDesc,
  1022. NumEnums: 10,
  1023. NumMessages: 10,
  1024. NumExtensions: 0,
  1025. NumServices: 0,
  1026. },
  1027. GoTypes: file_backend_operation_enum_proto_goTypes,
  1028. DependencyIndexes: file_backend_operation_enum_proto_depIdxs,
  1029. EnumInfos: file_backend_operation_enum_proto_enumTypes,
  1030. MessageInfos: file_backend_operation_enum_proto_msgTypes,
  1031. }.Build()
  1032. File_backend_operation_enum_proto = out.File
  1033. file_backend_operation_enum_proto_rawDesc = nil
  1034. file_backend_operation_enum_proto_goTypes = nil
  1035. file_backend_operation_enum_proto_depIdxs = nil
  1036. }