GroupId.java 111 Bytes
package pwc.taxtech.atms.dpo;

public class GroupId {
    public Long groupId;
    public Integer isDefault;
}