| | |
| | | @Id
|
| | | private String id;
|
| | | @Field
|
| | | private String appKey;
|
| | | @Field
|
| | | private String day;
|
| | | @Field
|
| | | private Date updateTime;
|
| | |
| | | private Integer totalHongBaoCount;// 总红包个数
|
| | | @Field
|
| | | private Integer leftHongBaoCount;// 剩余红包个数
|
| | | @Field
|
| | | private Integer weight;
|
| | |
|
| | | public Integer getWeight() {
|
| | | return weight;
|
| | | }
|
| | |
|
| | | public void setWeight(Integer weight) {
|
| | | this.weight = weight;
|
| | | }
|
| | |
|
| | | public String getAppKey() {
|
| | | return appKey;
|
| | | }
|
| | |
|
| | | public void setAppKey(String appKey) {
|
| | | this.appKey = appKey;
|
| | | }
|
| | |
|
| | | public Integer getTotalHongBaoCount() {
|
| | | return totalHongBaoCount;
|