package pwc.taxtech.atms.dpo;

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