|
@ -82,9 +82,8 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
|
|
|
@Column(name = "count")
|
|
|
private Long count;//报名人数
|
|
|
/*
|
|
|
@Column(name = "del")
|
|
|
private Integer del;//1有效0无效*/
|
|
|
@Column(name = "del_flag")
|
|
|
private Integer delFlag;//1有效0无效
|
|
|
|
|
|
|
|
|
@Transient
|
|
@ -118,7 +117,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
private ActivityRuleDO activityRuleDO;//活动规则
|
|
|
|
|
|
|
|
|
@Column(name = "saas_id")
|
|
|
public String getSaasId() {
|
|
|
return saasId;
|
|
|
}
|
|
@ -127,7 +125,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.saasId = saasId;
|
|
|
}
|
|
|
|
|
|
@Column(name = "organizer")
|
|
|
public String getOrganizer() {
|
|
|
return organizer;
|
|
|
}
|
|
@ -136,7 +133,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.organizer = organizer;
|
|
|
}
|
|
|
|
|
|
@Column(name = "title")
|
|
|
public String getTitle() {
|
|
|
return title;
|
|
|
}
|
|
@ -145,7 +141,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.title = title;
|
|
|
}
|
|
|
|
|
|
@Column(name = "description")
|
|
|
public String getDescription() {
|
|
|
return description;
|
|
|
}
|
|
@ -154,7 +149,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.description = description;
|
|
|
}
|
|
|
|
|
|
@Column(name = "location")
|
|
|
public String getLocation() {
|
|
|
return location;
|
|
|
}
|
|
@ -163,7 +157,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.location = location;
|
|
|
}
|
|
|
|
|
|
@Column(name = "img")
|
|
|
public String getImg() {
|
|
|
return img;
|
|
|
}
|
|
@ -172,7 +165,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.img = img;
|
|
|
}
|
|
|
|
|
|
@Column(name = "status")
|
|
|
public Integer getStatus() {
|
|
|
return status;
|
|
|
}
|
|
@ -181,7 +173,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.status = status;
|
|
|
}
|
|
|
|
|
|
@Column(name = "is_flag")
|
|
|
public Integer getIsFlag() {
|
|
|
return isFlag;
|
|
|
}
|
|
@ -190,7 +181,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.isFlag = isFlag;
|
|
|
}
|
|
|
|
|
|
@Column(name = "remark")
|
|
|
public String getRemark() {
|
|
|
return remark;
|
|
|
}
|
|
@ -199,7 +189,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.remark = remark;
|
|
|
}
|
|
|
|
|
|
@Column(name = "area")
|
|
|
public String getArea() {
|
|
|
return area;
|
|
|
}
|
|
@ -243,7 +232,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.total = total;
|
|
|
}
|
|
|
|
|
|
@Column(name = "type")
|
|
|
public String getType() {
|
|
|
return type;
|
|
|
}
|
|
@ -306,8 +294,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.taskDOS = taskDOS;
|
|
|
}
|
|
|
|
|
|
@Column(name = "registration_time")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
|
|
|
public Date getRegistrationTime() {
|
|
|
return registrationTime;
|
|
|
}
|
|
@ -316,8 +302,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.registrationTime = registrationTime;
|
|
|
}
|
|
|
|
|
|
@Column(name = "activity_offline_time")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
|
|
|
public Date getActivityOfflineTime() {
|
|
|
return activityOfflineTime;
|
|
|
}
|
|
@ -326,8 +310,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.activityOfflineTime = activityOfflineTime;
|
|
|
}
|
|
|
|
|
|
@Column(name = "dead_line")
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+08:00")
|
|
|
public Date getDeadLine() {
|
|
|
return deadLine;
|
|
|
}
|
|
@ -336,7 +318,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.deadLine = deadLine;
|
|
|
}
|
|
|
|
|
|
@Column(name = "crowd_type")
|
|
|
public Integer getCrowdType() {
|
|
|
return crowdType;
|
|
|
}
|
|
@ -345,7 +326,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.crowdType = crowdType;
|
|
|
}
|
|
|
|
|
|
@Column(name = "recommended")
|
|
|
public Integer getRecommended() {
|
|
|
return recommended;
|
|
|
}
|
|
@ -354,7 +334,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.recommended = recommended;
|
|
|
}
|
|
|
|
|
|
@Column(name = "info")
|
|
|
public String getInfo() {
|
|
|
return info;
|
|
|
}
|
|
@ -363,7 +342,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
this.info = info;
|
|
|
}
|
|
|
|
|
|
@Column(name = "count")
|
|
|
public Long getCount() {
|
|
|
return count;
|
|
|
}
|
|
@ -383,7 +361,6 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
}
|
|
|
|
|
|
|
|
|
@Column(name="limit_register")
|
|
|
public Integer getLimitRegister() {
|
|
|
return limitRegister;
|
|
|
}
|
|
@ -391,13 +368,12 @@ public class ActivityDO extends UuidIdentityEntityWithOperator implements Serial
|
|
|
public void setLimitRegister(Integer limitRegister) {
|
|
|
this.limitRegister = limitRegister;
|
|
|
}
|
|
|
/*
|
|
|
@Column(name = "del")
|
|
|
public Integer getDel() {
|
|
|
return del;
|
|
|
|
|
|
public Integer getDelFlag() {
|
|
|
return delFlag;
|
|
|
}
|
|
|
|
|
|
public void setDel(Integer del) {
|
|
|
this.del = del;
|
|
|
}*/
|
|
|
public void setDelFlag(Integer delFlag) {
|
|
|
this.delFlag = delFlag;
|
|
|
}
|
|
|
}
|