修bug
This commit is contained in:
@@ -25,9 +25,9 @@ var (
|
||||
type PlanTypeFilter string
|
||||
|
||||
const (
|
||||
PlanTypeFilterAll PlanTypeFilter = "all"
|
||||
PlanTypeFilterCustom PlanTypeFilter = "custom"
|
||||
PlanTypeFilterSystem PlanTypeFilter = "system"
|
||||
PlanTypeFilterAll PlanTypeFilter = "所有任务"
|
||||
PlanTypeFilterCustom PlanTypeFilter = "自定义任务"
|
||||
PlanTypeFilterSystem PlanTypeFilter = "系统任务"
|
||||
)
|
||||
|
||||
// ListPlansOptions 定义了查询计划时的可选参数
|
||||
|
||||
Reference in New Issue
Block a user