|
@@ -45,7 +45,7 @@ type ProjectPage struct {
|
|
|
Page int `form:"page" json:"page"`
|
|
|
Size int `form:"size" json:"size"`
|
|
|
PageSize int `form:"pageSize" json:"pageSize"`
|
|
|
- InsideCategoryId string `form:"category" json:"category"`
|
|
|
+ InsideCategoryId string `form:"insideCategoryId" json:"insideCategoryId"`
|
|
|
Search string `form:"search" json:"search"`
|
|
|
}
|
|
|
|