com.feingto.iot.common.util.id.IdGenerator Maven / Gradle / Ivy
package com.feingto.iot.common.util.id;
/**
* ID 生成接口
*
* @author longfei
*/
public interface IdGenerator {
/**
* 生成下一个ID
*/
Integer nextId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy