All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.wizzer.app.cms.commons.ig.IdGenerator Maven / Gradle / Ivy

There is a newer version: 5.2.8-zookeeper
Show newest version
package cn.wizzer.app.cms.commons.ig;

import org.nutz.el.opt.RunMethod;

/**
 * Created by wizzer on 2018/3/17.
 */
public interface IdGenerator extends RunMethod {
    String next(String tableName, String prefix) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy