zhangqian
2023-08-16 156d873f4878d62bac8b898b587636f3db8f77da
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) {