controllers/work_type_manage_controller.go
@@ -82,7 +82,7 @@ // @Tags 员工管理/工种信息 // @Summary 删除工种信息 // @Produce application/json // @Param number path string true "id" // @Param id path string true "id" // @Param Authorization header string true "token" // @Success 200 {object} util.Response "成功" // @Router /api-jl/v1/worker/deleteWorkTypeInfo/{id} [delete]