liujiandao
2024-04-19 04e3c197ea38fe242769057276914bf78c93b3ff
controllers/worker_controller.go
@@ -114,7 +114,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/deleteWorkerInfo/{id} [delete]