package com.hjd.util;
import java.util.UUID;
public class GetAssignedId {
public static String get_id(){
return UUID.randomUUID().toString().replace("-", "").toUpperCase();
}
}
import java.util.UUID;
public class GetAssignedId {
public static String get_id(){
return UUID.randomUUID().toString().replace("-", "").toUpperCase();
}
}
3561

被折叠的 条评论
为什么被折叠?



