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

com.pig4cloud.pigx.common.sequence.range.BizName Maven / Gradle / Ivy

There is a newer version: 3.10.0
Show newest version
package com.pig4cloud.pigx.common.sequence.range;

/**
 * @author lengleng
 * @date 2019-05-26
 * 

* 名称生成器 */ public interface BizName { /** * 生成名称 * @return 返回文本序号 */ String create(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy