| package com.matrix.system.hive.pojo; | 
|   | 
| import com.matrix.system.hive.bean.AchieveNew; | 
| import com.matrix.system.hive.bean.SysOrderFlow; | 
|   | 
| import java.util.List; | 
|   | 
|   | 
| public class CzXkVo { | 
|      | 
|     private Long cardId; | 
|     private Long levelId; | 
|   | 
|     private Double bjmoney; | 
|     private Double giftMoney; | 
|     private int jf; | 
|     private String dateTime; | 
|     private Long staffId; | 
|     private Long vipId; | 
|     private List<AchieveNew> achaeveList; | 
|   | 
|     private List<SysOrderFlow> flows; | 
|   | 
|     public List<SysOrderFlow> getFlows() { | 
|         return flows; | 
|     } | 
|   | 
|     public void setFlows(List<SysOrderFlow> flows) { | 
|         this.flows = flows; | 
|     } | 
|   | 
|     public Long getCardId() { | 
|         return cardId; | 
|     } | 
|     public void setCardId(Long cardId) { | 
|         this.cardId = cardId; | 
|     } | 
|     public Long getLevelId() { | 
|         return levelId; | 
|     } | 
|     public void setLevelId(Long levelId) { | 
|         this.levelId = levelId; | 
|     } | 
|     public List<AchieveNew> getAchaeveList() { | 
|         return achaeveList; | 
|     } | 
|     public void setAchaeveList(List<AchieveNew> achaeveList) { | 
|         this.achaeveList = achaeveList; | 
|     } | 
|       | 
|     public Double getBjmoney() { | 
|         return bjmoney; | 
|     } | 
|     public void setBjmoney(Double bjmoney) { | 
|         this.bjmoney = bjmoney; | 
|     } | 
|     public int getJf() { | 
|         return jf; | 
|     } | 
|     public void setJf(int jf) { | 
|         this.jf = jf; | 
|     } | 
|     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 Double getGiftMoney() { | 
|         return giftMoney; | 
|     } | 
|   | 
|     public void setGiftMoney(Double giftMoney) { | 
|         this.giftMoney = giftMoney; | 
|     } | 
|   | 
|     public Long getStaffId() { | 
|         return staffId; | 
|     } | 
|   | 
|     public Long getVipId() { | 
|         return vipId; | 
|     } | 
|   | 
|     public void setVipId(Long vipId) { | 
|         this.vipId = vipId; | 
|     } | 
| } |