fix
wangpengfei
2023-08-28 c5a0eb549cba2cd358a2d0496c44f3a289f15d9c
api/v1/serviceOrder.go
@@ -67,10 +67,10 @@
}
// BatchDelete
// @Tags      服务单管理
// @Summary    批量删除服务单
// @Tags      服务单
// @Summary   批量删除服务单
// @Produce   application/json
// @Param      object   body      request.CommonIds   true   "参数"
// @Param   object   body request.CommonIds   true "参数"
// @Success   200   {object}   contextx.Response{}
// @Router      /api/serviceOrder/delete [delete]
func (s *ServiceOrderApi) BatchDelete(c *gin.Context) {