controllers/salary_plan_controller.go
@@ -84,7 +84,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/salary/deleteSalaryPlanInfo/{id} [delete]