Untitled

mail@pastecode.io avatar
unknown
plain_text
18 days ago
81 B
2
Indexable
Never
public class ClientIP {
    private String aid;
    private Set<String> ips;
}
Leave a Comment