package models.data;

public class ItemPair {
	private String id1;
	private String id2;
	private String pairId;
}
