修复bug
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
// ListPlansQuery 定义了获取计划列表时的查询参数
|
||||
type ListPlansQuery struct {
|
||||
PlanType repository.PlanTypeFilter `json:"plan_type" query:"planType"` // 计划类型
|
||||
PlanType repository.PlanTypeFilter `json:"plan_type" query:"plan_type"` // 计划类型
|
||||
Page int `json:"page" query:"page"` // 页码
|
||||
PageSize int `json:"page_size" query:"page_size"` // 每页大小
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user