GroupId.java 111 Bytes
Newer Older
1 2 3 4 5 6
package pwc.taxtech.atms.dpo;

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