This commit is contained in:
hucs
2024-08-02 18:27:41 +08:00
parent 11e7d3800e
commit b624af2e10
8 changed files with 431 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ public class IdUtils {
* @return UUID
*/
public static String getUuid() {
return RandomUtil.randomString(8);
return RandomUtil.randomString(9).toLowerCase();
}
}