liujiandao
2024-04-19 04e3c197ea38fe242769057276914bf78c93b3ff
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]