public class IdUtils
extends cn.hutool.core.util.IdUtil
Constructor and Description |
---|
IdUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
getOrderNo16()
获得16纯数字随机单号
|
static String |
getOrderNo19()
获得19纯数字随机单号
|
static String |
getRandomCode(int length)
获得随机生成n位字符编码(数字+字母)
|
static String |
getRandomCodeToUpperCase(int length)
获得随机生成n位大写字母编码(数字+大写字母)
|
static String |
getRandomNumberCode(int length)
获得随机生成n位数字编码(纯数字)
|
static String |
getSimpleUUID()
获得小写的32位UUID(去掉中划线)
|
static String |
getSimpleUUIDToUpperCase()
获得大写的32位UUID(去掉中划线)
|
public static String getSimpleUUID()
public static String getSimpleUUIDToUpperCase()
public static String getOrderNo16()
public static String getOrderNo19()
public static String getRandomNumberCode(int length)
length
- 长度public static String getRandomCode(int length)
length
- 长度public static String getRandomCodeToUpperCase(int length)
length
- 长度Copyright © 2022 Pivotal Software, Inc.. All rights reserved.