From 61bebbdb99d6c1ca95236cc567a9718bc5f5b1eb Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 19 四月 2024 15:07:51 +0800 Subject: [PATCH] 带徒管理增删改查接口 --- controllers/request/worker_request.go | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controllers/request/worker_request.go b/controllers/request/worker_request.go index 2b8166e..1978712 100644 --- a/controllers/request/worker_request.go +++ b/controllers/request/worker_request.go @@ -4,17 +4,17 @@ type GetWorkerList struct { PageInfo - KeyWord string `json:"keyWord"` + Keyword string `json:"keyword"` } type GetWorkTypeList struct { PageInfo - KeyWord string `json:"keyWord"` + Keyword string `json:"keyword"` } type GetSalaryPlanList struct { PageInfo - KeyWord string `json:"keyWord"` + Keyword string `json:"keyword"` } type SalaryType struct { -- Gitblit v1.8.0