liujiandao
2024-04-18 43c71d8c5f0f65f919a8600b411ebb614097549b
controllers/worker_controller.go
@@ -114,9 +114,9 @@
//   @Tags      员工管理/员工信息
//   @Summary   删除人员信息
//   @Produce   application/json
//   @Param      object   body      request.GetWorkerList   true   "参数"
//   @Param      number   path      string         true   "id"
//   @Param        Authorization   header string true "token"
//   @Success   200      {object}   util.ResponseList{data=[]models.Worker}      "成功"
//   @Success   200      {object}   util.Response      "成功"
//   @Router      /api-jl/v1/worker/deleteWorkerInfo/{id} [delete]
func (slf WorkerController) DeleteWorkerInfo(c *gin.Context) {
   id := c.Param("id")