|
@@ -3,6 +3,7 @@ package com.ym.mec.biz.dal.entity;
|
|
|
import java.math.BigDecimal;
|
|
|
import java.util.Date;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonProperty;
|
|
|
import com.ym.mec.common.entity.BaseEntity;
|
|
|
|
|
|
public class LuckDrawCount extends BaseEntity {
|
|
@@ -16,6 +17,7 @@ public class LuckDrawCount extends BaseEntity {
|
|
|
|
|
|
private Date modifyOn;
|
|
|
|
|
|
+ @JsonProperty("HZFlag")
|
|
|
private Boolean HZFlag = false;
|
|
|
|
|
|
private Integer groupId;
|