| package com.matrix.system.hive.pojo; | 
|   | 
| import com.matrix.system.hive.bean.AchieveNew; | 
| import com.matrix.system.hive.bean.MoneyCardUse; | 
|   | 
| import java.util.List; | 
|   | 
|   | 
| /** | 
|  * 续卡对象 | 
|  * @author JIANGYOUYAO | 
|  * @email 935090232@qq.com | 
|  * @date Mar 26; 2019 | 
|  */ | 
| public class XkVo { | 
|     MoneyCardUse card; | 
|     Long levelId;  | 
|     String dateTime; | 
|     Long staffId; | 
|     List<AchieveNew> achaeveList; | 
|     public MoneyCardUse getCard() { | 
|         return card; | 
|     } | 
|     public void setCard(MoneyCardUse card) { | 
|         this.card = card; | 
|     } | 
|     public Long getLevelId() { | 
|         return levelId; | 
|     } | 
|     public void setLevelId(Long levelId) { | 
|         this.levelId = levelId; | 
|     } | 
|     public String getDateTime() { | 
|         return dateTime; | 
|     } | 
|     public void setDateTime(String dateTime) { | 
|         this.dateTime = dateTime; | 
|     } | 
|     public Long getSuId() { | 
|         return staffId; | 
|     } | 
|     public void setStaffId(Long staffId) { | 
|         this.staffId = staffId; | 
|     } | 
|     public List<AchieveNew> getAchaeveList() { | 
|         return achaeveList; | 
|     } | 
|     public void setAchaeveList(List<AchieveNew> achaeveList) { | 
|         this.achaeveList = achaeveList; | 
|     } | 
|      | 
|      | 
| } |