|
|
@@ -3,7 +3,6 @@ package service
|
|
|
import (
|
|
|
"git.sxidc.com/go-framework/baize/convenient/relation/remote"
|
|
|
"git.sxidc.com/go-framework/baize/examples/examples/project/application/domain/hobby"
|
|
|
- "git.sxidc.com/go-framework/baize/examples/examples/project/application/domain/identity"
|
|
|
"git.sxidc.com/go-framework/baize/examples/examples/project/application/domain/student"
|
|
|
"git.sxidc.com/go-framework/baize/framwork/application"
|
|
|
)
|
|
|
@@ -30,7 +29,7 @@ func (app *StudentAndHobby) v1(appInstance *application.App) {
|
|
|
Schema: dbSchema,
|
|
|
LeftUpdateJsonBody: &student.UpdateHobbiesOfStudentJsonBody{},
|
|
|
LeftQueryQueryParams: &student.QueryHobbiesOfStudentQueryParams{},
|
|
|
- RightUpdateJsonBody: &identity.UpdateStudentsOfIdentityJsonBody{},
|
|
|
- RightQueryQueryParams: &identity.QueryStudentsOfIdentityQueryParams{},
|
|
|
+ RightUpdateJsonBody: &hobby.UpdateStudentsOfHobbyJsonBody{},
|
|
|
+ RightQueryQueryParams: &hobby.QueryStudentsOfHobbyQueryParams{},
|
|
|
})
|
|
|
}
|