public class CampaignPrizeRange {
      private long startValue;
      private long endValue;
        public long getStartValue() {
          return startValue;
        }
        public void setStartValue(long startValue) {
            this.startValue = startValue;
        }

        public long getEndValue() {
            return endValue;
        }
        public void setEndValue(long endValue) {
            this.endValue = endValue;
        }

}

 

posted on 2015-07-20 16:47  linbl  阅读(60)  评论(0编辑  收藏  举报