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

com.tmsps.ne4spring.utils.PKUtil Maven / Gradle / Ivy

There is a newer version: 999.0.0.0
Show newest version
/**
 * 2015年6月17日上午11:46:08   2015
 * @author zhangwei  [email protected]
 * @Description: 
 */
package com.tmsps.ne4spring.utils;

/**
 * 
 * @author zhangwei [email protected]
 *
 */
public class PKUtil {
	/**
	 *======================================================
	 * @author zhangwei [email protected] 
	 *------------------------------------------------------
	 * 主要用户生产代理主键(PK)使用
	 *======================================================
	 */
	public static String getPK() {
		return GenerateUtil.getBase58ID();
	}
	
	public static long getPKL() {
		return GenerateLongUtil.getInstance().nextId();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy