001package com.mybatisflex.core.query;
002
003public interface HasParamsColumn {
004
005    Object[] getParamValues();
006}