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

top.lingkang.finalsql.base.IdGenerate Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package top.lingkang.finalsql.base;

/**
 * @author lingkang
 * Created by 2022/4/18
 */
public interface IdGenerate {
    String generate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy