|
@@ -51,6 +51,19 @@ public class ActivityUserReward implements Serializable {
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
|
|
|
private Date updateTime;
|
|
|
|
|
|
+
|
|
|
+ @ApiModelProperty("奖品单位 同奖品表")
|
|
|
+ @TableField(value = "unit_")
|
|
|
+ private String unit;
|
|
|
+
|
|
|
+ public String getUnit() {
|
|
|
+ return unit;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUnit(String unit) {
|
|
|
+ this.unit = unit;
|
|
|
+ }
|
|
|
+
|
|
|
public Long getId() {
|
|
|
return id;
|
|
|
}
|