com.github.rrsunhome.excelsql.format.Formatter Maven / Gradle / Ivy
package com.github.rrsunhome.excelsql.format;
/**
* @author : wangqijia
* create at: 2021/11/7 下午1:10
*/
public interface Formatter {
String format(String pattern, Object... arguments);
}