public static String uuid(){
String getid=UUID.randomUUID().toString().replace("-", "");
return getid;
}

相关文章: