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

com.nbsaas.boot.no.ext.apis.Generator Maven / Gradle / Ivy

The newest version!
package com.nbsaas.boot.no.ext.apis;

/**
 * 编号生成器
 */
public interface Generator {

    /**
     * 生成编号
     *
     * @return
     */
    String generate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy