|
@@ -786,6 +786,21 @@ func (mr *MockKptServiceMockRecorder) DepartureBatch(arg0, arg1 interface{}) *go
|
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "DepartureBatch", reflect.TypeOf((*MockKptService)(nil).DepartureBatch), arg0, arg1)
|
|
|
}
|
|
|
|
|
|
+// Detail mocks base method.
|
|
|
+func (m *MockKptService) Detail(arg0 context.Context, arg1 *cowPb.SearchEventRequest) (*cowPb.CowInfoResponse, error) {
|
|
|
+ m.ctrl.T.Helper()
|
|
|
+ ret := m.ctrl.Call(m, "Detail", arg0, arg1)
|
|
|
+ ret0, _ := ret[0].(*cowPb.CowInfoResponse)
|
|
|
+ ret1, _ := ret[1].(error)
|
|
|
+ return ret0, ret1
|
|
|
+}
|
|
|
+
|
|
|
+// Detail indicates an expected call of Detail.
|
|
|
+func (mr *MockKptServiceMockRecorder) Detail(arg0, arg1 interface{}) *gomock.Call {
|
|
|
+ mr.mock.ctrl.T.Helper()
|
|
|
+ return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Detail", reflect.TypeOf((*MockKptService)(nil).Detail), arg0, arg1)
|
|
|
+}
|
|
|
+
|
|
|
// DiseaseCureReport mocks base method.
|
|
|
func (m *MockKptService) DiseaseCureReport(arg0 context.Context, arg1 *cowPb.DiseaseCureRateRequest) (*cowPb.DiseaseCureRateResponse, error) {
|
|
|
m.ctrl.T.Helper()
|
|
@@ -963,21 +978,6 @@ func (mr *MockKptServiceMockRecorder) FrozenSemenList(arg0, arg1, arg2 interface
|
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "FrozenSemenList", reflect.TypeOf((*MockKptService)(nil).FrozenSemenList), arg0, arg1, arg2)
|
|
|
}
|
|
|
|
|
|
-// GetCurrentUserName mocks base method.
|
|
|
-func (m *MockKptService) GetCurrentUserName(arg0 context.Context) (string, error) {
|
|
|
- m.ctrl.T.Helper()
|
|
|
- ret := m.ctrl.Call(m, "GetCurrentUserName", arg0)
|
|
|
- ret0, _ := ret[0].(string)
|
|
|
- ret1, _ := ret[1].(error)
|
|
|
- return ret0, ret1
|
|
|
-}
|
|
|
-
|
|
|
-// GetCurrentUserName indicates an expected call of GetCurrentUserName.
|
|
|
-func (mr *MockKptServiceMockRecorder) GetCurrentUserName(arg0 interface{}) *gomock.Call {
|
|
|
- mr.mock.ctrl.T.Helper()
|
|
|
- return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "GetCurrentUserName", reflect.TypeOf((*MockKptService)(nil).GetCurrentUserName), arg0)
|
|
|
-}
|
|
|
-
|
|
|
// GetRoleMenuList mocks base method.
|
|
|
func (m *MockKptService) GetRoleMenuList(arg0 context.Context, arg1 int64) (*cowPb.SystemRoleMenuResponse, error) {
|
|
|
m.ctrl.T.Helper()
|
|
@@ -1082,6 +1082,21 @@ func (mr *MockKptServiceMockRecorder) ImmunizationList(arg0, arg1, arg2 interfac
|
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "ImmunizationList", reflect.TypeOf((*MockKptService)(nil).ImmunizationList), arg0, arg1, arg2)
|
|
|
}
|
|
|
|
|
|
+// IndicatorsComparison mocks base method.
|
|
|
+func (m *MockKptService) IndicatorsComparison(arg0 context.Context, arg1 *cowPb.IndicatorsComparisonRequest) (*model.IndicatorsComparisonResponse, error) {
|
|
|
+ m.ctrl.T.Helper()
|
|
|
+ ret := m.ctrl.Call(m, "IndicatorsComparison", arg0, arg1)
|
|
|
+ ret0, _ := ret[0].(*model.IndicatorsComparisonResponse)
|
|
|
+ ret1, _ := ret[1].(error)
|
|
|
+ return ret0, ret1
|
|
|
+}
|
|
|
+
|
|
|
+// IndicatorsComparison indicates an expected call of IndicatorsComparison.
|
|
|
+func (mr *MockKptServiceMockRecorder) IndicatorsComparison(arg0, arg1 interface{}) *gomock.Call {
|
|
|
+ mr.mock.ctrl.T.Helper()
|
|
|
+ return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IndicatorsComparison", reflect.TypeOf((*MockKptService)(nil).IndicatorsComparison), arg0, arg1)
|
|
|
+}
|
|
|
+
|
|
|
// IsShowSystemRole mocks base method.
|
|
|
func (m *MockKptService) IsShowSystemRole(arg0 context.Context, arg1 int64) error {
|
|
|
m.ctrl.T.Helper()
|
|
@@ -1846,6 +1861,21 @@ func (mr *MockKptServiceMockRecorder) SearchTransferPenReasonList(arg0, arg1, ar
|
|
|
return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SearchTransferPenReasonList", reflect.TypeOf((*MockKptService)(nil).SearchTransferPenReasonList), arg0, arg1, arg2)
|
|
|
}
|
|
|
|
|
|
+// SearchUserPastureList mocks base method.
|
|
|
+func (m *MockKptService) SearchUserPastureList(arg0 context.Context) (*cowPb.SystemUserPastureListResponse, error) {
|
|
|
+ m.ctrl.T.Helper()
|
|
|
+ ret := m.ctrl.Call(m, "SearchUserPastureList", arg0)
|
|
|
+ ret0, _ := ret[0].(*cowPb.SystemUserPastureListResponse)
|
|
|
+ ret1, _ := ret[1].(error)
|
|
|
+ return ret0, ret1
|
|
|
+}
|
|
|
+
|
|
|
+// SearchUserPastureList indicates an expected call of SearchUserPastureList.
|
|
|
+func (mr *MockKptServiceMockRecorder) SearchUserPastureList(arg0 interface{}) *gomock.Call {
|
|
|
+ mr.mock.ctrl.T.Helper()
|
|
|
+ return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "SearchUserPastureList", reflect.TypeOf((*MockKptService)(nil).SearchUserPastureList), arg0)
|
|
|
+}
|
|
|
+
|
|
|
// SingleFactorInfantSurvivalRateAnalysis mocks base method.
|
|
|
func (m *MockKptService) SingleFactorInfantSurvivalRateAnalysis(arg0 context.Context, arg1 *cowPb.SingleFactorPregnancyRateRequest) (*cowPb.SingleFactorPregnancyRateResponse, error) {
|
|
|
m.ctrl.T.Helper()
|
|
@@ -1862,7 +1892,7 @@ func (mr *MockKptServiceMockRecorder) SingleFactorInfantSurvivalRateAnalysis(arg
|
|
|
}
|
|
|
|
|
|
// SubmitEventLog mocks base method.
|
|
|
-func (m *MockKptService) SubmitEventLog(arg0 context.Context, arg1 *model.SystemUser, arg2 *model.Cow, arg3 cowPb.EventType_Kind, arg4 cowPb.ExposeEstrusType_Kind, arg5 interface{}) *model.EventCowLog {
|
|
|
+func (m *MockKptService) SubmitEventLog(arg0 context.Context, arg1 int64, arg2 *model.Cow, arg3 cowPb.EventType_Kind, arg4 cowPb.ExposeEstrusType_Kind, arg5 interface{}) *model.EventCowLog {
|
|
|
m.ctrl.T.Helper()
|
|
|
ret := m.ctrl.Call(m, "SubmitEventLog", arg0, arg1, arg2, arg3, arg4, arg5)
|
|
|
ret0, _ := ret[0].(*model.EventCowLog)
|