IdUtils
@Deprecated public class UUIDUtils extends cn.hutool.core.util.IdUtil
Constructor and Description |
---|
UUIDUtils()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
getOrderNo_16()
Deprecated.
生成16纯数字随机单号
|
static String |
getOrderNo_19()
Deprecated.
生成19纯数字随机单号
|
static String |
lowerCaseUUID()
Deprecated.
小写32位UUID
|
static String |
randomCapitalCode(int length)
Deprecated.
随机生成n位大写字母编码(数字+大写字母)
|
static String |
randomCode(int length)
Deprecated.
随机生成n位字符编码(数字+字母)
|
static String |
randomNumberCode(int length)
Deprecated.
随机生成n位数字编码(纯数字)
|
static String |
upperCaseUUID()
Deprecated.
大写32位UUID
|
public static String upperCaseUUID()
public static String lowerCaseUUID()
public static String getOrderNo_19()
public static String getOrderNo_16()
public static String randomNumberCode(int length)
length
- 长度public static String randomCapitalCode(int length)
length
- 长度public static String randomCode(int length)
length
- 长度Copyright © 2022 Pivotal Software, Inc.. All rights reserved.