import
java.util.UUID;
public
class
SystemAttribute {
static
String getUUID() {
return
UUID.randomUUID().toString().replace(
"-"
,
""
);
}