| | |
| | | package com.yeshi.makemoney.app.entity.goldcorn; |
| | | |
| | | import com.yeshi.makemoney.app.entity.SystemEnum; |
| | | import org.springframework.data.annotation.Id; |
| | | import org.springframework.data.mongodb.core.index.Indexed; |
| | | import org.springframework.data.mongodb.core.mapping.Document; |
| | |
| | | @Indexed |
| | | private String day; |
| | | private Integer cornNum; |
| | | |
| | | private SystemEnum system; |
| | | |
| | | /** |
| | | * 时间数量(单位为次/个/秒) |
| | | **/ |
| | | private Long eventCount; |
| | | |
| | | /** |
| | | * 缘由用户ID(当有二级分销时存在) |
| | |
| | | return st; |
| | | } |
| | | |
| | | public SystemEnum getSystem() { |
| | | return system; |
| | | } |
| | | |
| | | public void setSystem(SystemEnum system) { |
| | | this.system = system; |
| | | } |
| | | |
| | | public String getId() { |
| | | return id; |
| | |
| | | public void setDubble(Boolean dubble) { |
| | | isDubble = dubble; |
| | | } |
| | | |
| | | public Long getEventCount() { |
| | | return eventCount; |
| | | } |
| | | |
| | | public void setEventCount(Long eventCount) { |
| | | this.eventCount = eventCount; |
| | | } |
| | | } |