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

club.gclmit.chaos.service.IDGeneratorService Maven / Gradle / Ivy

package club.gclmit.chaos.service;

import club.gclmit.chaos.enums.IDGeneratorType;

/**
 * 

* TODO *

* * @author: gclm * @date: 2019-10-22 20:48:00 * @version: V1.0 * @since JDK1.8 */ public interface IDGeneratorService { /** * id 生成器根绝生成器种类 */ public Long getLongId(IDGeneratorType type); /** * id 生成器根绝生成器种类 */ public String getStringId(IDGeneratorType type); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy