package com.bao.lc.bean; public interface IDValuePair { public int getID(); public String getValue(); }