|
@@ -2754,6 +2754,53 @@ func (x *CategoryDeleteRequest) GetDataId() int32 {
|
|
|
return 0
|
|
|
}
|
|
|
|
|
|
+type FeedFormulaSyncRequest struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ PastureId int32 `protobuf:"varint,1,opt,name=pasture_id,json=pastureId,proto3" json:"pasture_id,omitempty"`
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FeedFormulaSyncRequest) Reset() {
|
|
|
+ *x = FeedFormulaSyncRequest{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_backend_operation_pasture_proto_msgTypes[36]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FeedFormulaSyncRequest) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*FeedFormulaSyncRequest) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *FeedFormulaSyncRequest) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_backend_operation_pasture_proto_msgTypes[36]
|
|
|
+ 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)
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+func (*FeedFormulaSyncRequest) Descriptor() ([]byte, []int) {
|
|
|
+ return file_backend_operation_pasture_proto_rawDescGZIP(), []int{36}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *FeedFormulaSyncRequest) GetPastureId() int32 {
|
|
|
+ if x != nil {
|
|
|
+ return x.PastureId
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
var File_backend_operation_pasture_proto protoreflect.FileDescriptor
|
|
|
|
|
|
var file_backend_operation_pasture_proto_rawDesc = []byte{
|
|
@@ -3240,8 +3287,12 @@ var file_backend_operation_pasture_proto_rawDesc = []byte{
|
|
|
0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09,
|
|
|
0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x64, 0x61, 0x74,
|
|
|
0x61, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x64, 0x61, 0x74, 0x61,
|
|
|
- 0x49, 0x64, 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,
|
|
|
+ 0x49, 0x64, 0x22, 0x37, 0x0a, 0x16, 0x46, 0x65, 0x65, 0x64, 0x46, 0x6f, 0x72, 0x6d, 0x75, 0x6c,
|
|
|
+ 0x61, 0x53, 0x79, 0x6e, 0x63, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1d, 0x0a, 0x0a,
|
|
|
+ 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05,
|
|
|
+ 0x52, 0x09, 0x70, 0x61, 0x73, 0x74, 0x75, 0x72, 0x65, 0x49, 0x64, 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 (
|
|
@@ -3256,7 +3307,7 @@ func file_backend_operation_pasture_proto_rawDescGZIP() []byte {
|
|
|
return file_backend_operation_pasture_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_backend_operation_pasture_proto_msgTypes = make([]protoimpl.MessageInfo, 36)
|
|
|
+var file_backend_operation_pasture_proto_msgTypes = make([]protoimpl.MessageInfo, 37)
|
|
|
var file_backend_operation_pasture_proto_goTypes = []interface{}{
|
|
|
(*AddPastureRequest)(nil),
|
|
|
(*SearchPastureRequest)(nil),
|
|
@@ -3294,48 +3345,49 @@ var file_backend_operation_pasture_proto_goTypes = []interface{}{
|
|
|
(*FormulaOptionEnum)(nil),
|
|
|
(*CategorySyncRequest)(nil),
|
|
|
(*CategoryDeleteRequest)(nil),
|
|
|
- (IsShow_Kind)(0),
|
|
|
- (*PaginationModel)(nil),
|
|
|
- (CattleCategoryParent_Kind)(0),
|
|
|
- (ForageCategoryParent_Kind)(0),
|
|
|
- (ForageSource_Kind)(0),
|
|
|
- (ForagePlanType_Kind)(0),
|
|
|
- (JumpDelaType_Kind)(0),
|
|
|
- (FormulaType_Kind)(0),
|
|
|
+ (*FeedFormulaSyncRequest)(nil),
|
|
|
+ (IsShow_Kind)(0),
|
|
|
+ (*PaginationModel)(nil),
|
|
|
+ (CattleCategoryParent_Kind)(0),
|
|
|
+ (ForageCategoryParent_Kind)(0),
|
|
|
+ (ForageSource_Kind)(0),
|
|
|
+ (ForagePlanType_Kind)(0),
|
|
|
+ (JumpDelaType_Kind)(0),
|
|
|
+ (FormulaType_Kind)(0),
|
|
|
}
|
|
|
var file_backend_operation_pasture_proto_depIdxs = []int32{
|
|
|
- 36,
|
|
|
- 37,
|
|
|
+ 37,
|
|
|
+ 38,
|
|
|
3,
|
|
|
0,
|
|
|
- 36,
|
|
|
- 38,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 37,
|
|
|
+ 37,
|
|
|
+ 39,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 38,
|
|
|
10,
|
|
|
6,
|
|
|
- 39,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 37,
|
|
|
+ 40,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 38,
|
|
|
15,
|
|
|
11,
|
|
|
- 40,
|
|
|
- 41,
|
|
|
- 42,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
- 42,
|
|
|
- 37,
|
|
|
+ 41,
|
|
|
+ 42,
|
|
|
+ 43,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
+ 43,
|
|
|
+ 38,
|
|
|
19,
|
|
|
22,
|
|
|
16,
|
|
|
- 36,
|
|
|
+ 37,
|
|
|
25,
|
|
|
26,
|
|
|
27,
|
|
@@ -3352,15 +3404,15 @@ var file_backend_operation_pasture_proto_depIdxs = []int32{
|
|
|
33,
|
|
|
33,
|
|
|
33,
|
|
|
- 40,
|
|
|
- 41,
|
|
|
- 42,
|
|
|
- 38,
|
|
|
- 39,
|
|
|
- 36,
|
|
|
- 43,
|
|
|
- 36,
|
|
|
- 36,
|
|
|
+ 41,
|
|
|
+ 42,
|
|
|
+ 43,
|
|
|
+ 39,
|
|
|
+ 40,
|
|
|
+ 37,
|
|
|
+ 44,
|
|
|
+ 37,
|
|
|
+ 37,
|
|
|
57,
|
|
|
57,
|
|
|
57,
|
|
@@ -3808,6 +3860,18 @@ func file_backend_operation_pasture_proto_init() {
|
|
|
return nil
|
|
|
}
|
|
|
}
|
|
|
+ file_backend_operation_pasture_proto_msgTypes[36].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*FeedFormulaSyncRequest); 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{
|
|
@@ -3815,7 +3879,7 @@ func file_backend_operation_pasture_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_backend_operation_pasture_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 36,
|
|
|
+ NumMessages: 37,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 0,
|
|
|
},
|