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

io.github.lunasaw.sip.common.sequence.GenerateSequence Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package io.github.lunasaw.sip.common.sequence;

/**
 * @author luna
 * @date 2023/10/13
 */
public interface GenerateSequence {

    /**
     * 生成唯一序列
     *
     * @return
     */
    Long generateSequence();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy