|
|
@@ -91,9 +91,9 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
private String conclusionOpinion;
|
|
|
|
|
|
@ApiModelProperty(value = "附件ID集合(多个附件用逗号分隔)")
|
|
|
- @TableField("attachment_ids")
|
|
|
- @JsonProperty("attachmentIds")
|
|
|
- private String attachmentIds;
|
|
|
+ @TableField("attachment_url")
|
|
|
+ @JsonProperty("attachmentUrl")
|
|
|
+ private String attachmentUrl;
|
|
|
|
|
|
@ApiModelProperty(value = "逻辑删除:0正常 1已删除")
|
|
|
@TableField("is_deleted")
|
|
|
@@ -121,22 +121,6 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
private String updateBy;
|
|
|
|
|
|
|
|
|
- public String getTaskId() {
|
|
|
- return taskId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTaskId(String taskId) {
|
|
|
- this.taskId = taskId;
|
|
|
- }
|
|
|
-
|
|
|
- public Boolean getDeleted() {
|
|
|
- return isDeleted;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDeleted(Boolean deleted) {
|
|
|
- isDeleted = deleted;
|
|
|
- }
|
|
|
-
|
|
|
public String getId() {
|
|
|
return id;
|
|
|
}
|
|
|
@@ -144,6 +128,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setId(String id) {
|
|
|
this.id = id;
|
|
|
}
|
|
|
+
|
|
|
public String getProjectId() {
|
|
|
return projectId;
|
|
|
}
|
|
|
@@ -151,6 +136,15 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setProjectId(String projectId) {
|
|
|
this.projectId = projectId;
|
|
|
}
|
|
|
+
|
|
|
+ public String getTaskId() {
|
|
|
+ return taskId;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setTaskId(String taskId) {
|
|
|
+ this.taskId = taskId;
|
|
|
+ }
|
|
|
+
|
|
|
public String getDeliberationForm() {
|
|
|
return deliberationForm;
|
|
|
}
|
|
|
@@ -158,6 +152,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setDeliberationForm(String deliberationForm) {
|
|
|
this.deliberationForm = deliberationForm;
|
|
|
}
|
|
|
+
|
|
|
public LocalDateTime getBeginTime() {
|
|
|
return beginTime;
|
|
|
}
|
|
|
@@ -165,6 +160,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setBeginTime(LocalDateTime beginTime) {
|
|
|
this.beginTime = beginTime;
|
|
|
}
|
|
|
+
|
|
|
public LocalDateTime getEndTime() {
|
|
|
return endTime;
|
|
|
}
|
|
|
@@ -172,6 +168,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setEndTime(LocalDateTime endTime) {
|
|
|
this.endTime = endTime;
|
|
|
}
|
|
|
+
|
|
|
public String getLocation() {
|
|
|
return location;
|
|
|
}
|
|
|
@@ -179,6 +176,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setLocation(String location) {
|
|
|
this.location = location;
|
|
|
}
|
|
|
+
|
|
|
public String getHostPerson() {
|
|
|
return hostPerson;
|
|
|
}
|
|
|
@@ -186,6 +184,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setHostPerson(String hostPerson) {
|
|
|
this.hostPerson = hostPerson;
|
|
|
}
|
|
|
+
|
|
|
public String getRecordPerson() {
|
|
|
return recordPerson;
|
|
|
}
|
|
|
@@ -193,6 +192,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setRecordPerson(String recordPerson) {
|
|
|
this.recordPerson = recordPerson;
|
|
|
}
|
|
|
+
|
|
|
public String getParticipants() {
|
|
|
return participants;
|
|
|
}
|
|
|
@@ -200,6 +200,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setParticipants(String participants) {
|
|
|
this.participants = participants;
|
|
|
}
|
|
|
+
|
|
|
public String getEnterpriseId() {
|
|
|
return enterpriseId;
|
|
|
}
|
|
|
@@ -207,6 +208,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setEnterpriseId(String enterpriseId) {
|
|
|
this.enterpriseId = enterpriseId;
|
|
|
}
|
|
|
+
|
|
|
public String getDeliberationContent() {
|
|
|
return deliberationContent;
|
|
|
}
|
|
|
@@ -214,6 +216,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setDeliberationContent(String deliberationContent) {
|
|
|
this.deliberationContent = deliberationContent;
|
|
|
}
|
|
|
+
|
|
|
public String getConclusionOpinion() {
|
|
|
return conclusionOpinion;
|
|
|
}
|
|
|
@@ -221,20 +224,23 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setConclusionOpinion(String conclusionOpinion) {
|
|
|
this.conclusionOpinion = conclusionOpinion;
|
|
|
}
|
|
|
- public String getAttachmentIds() {
|
|
|
- return attachmentIds;
|
|
|
+
|
|
|
+ public String getAttachmentUrl() {
|
|
|
+ return attachmentUrl;
|
|
|
}
|
|
|
|
|
|
- public void setAttachmentIds(String attachmentIds) {
|
|
|
- this.attachmentIds = attachmentIds;
|
|
|
+ public void setAttachmentUrl(String attachmentUrl) {
|
|
|
+ this.attachmentUrl = attachmentUrl;
|
|
|
}
|
|
|
- public Boolean getIsDeleted() {
|
|
|
+
|
|
|
+ public Boolean getDeleted() {
|
|
|
return isDeleted;
|
|
|
}
|
|
|
|
|
|
- public void setIsDeleted(Boolean isDeleted) {
|
|
|
- this.isDeleted = isDeleted;
|
|
|
+ public void setDeleted(Boolean deleted) {
|
|
|
+ isDeleted = deleted;
|
|
|
}
|
|
|
+
|
|
|
public LocalDateTime getCreateTime() {
|
|
|
return createTime;
|
|
|
}
|
|
|
@@ -242,6 +248,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setCreateTime(LocalDateTime createTime) {
|
|
|
this.createTime = createTime;
|
|
|
}
|
|
|
+
|
|
|
public String getCreateBy() {
|
|
|
return createBy;
|
|
|
}
|
|
|
@@ -249,6 +256,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setCreateBy(String createBy) {
|
|
|
this.createBy = createBy;
|
|
|
}
|
|
|
+
|
|
|
public LocalDateTime getUpdateTime() {
|
|
|
return updateTime;
|
|
|
}
|
|
|
@@ -256,6 +264,7 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setUpdateTime(LocalDateTime updateTime) {
|
|
|
this.updateTime = updateTime;
|
|
|
}
|
|
|
+
|
|
|
public String getUpdateBy() {
|
|
|
return updateBy;
|
|
|
}
|
|
|
@@ -263,34 +272,4 @@ public class CostProjectDeliberate extends BaseModel<CostProjectDeliberate> {
|
|
|
public void setUpdateBy(String updateBy) {
|
|
|
this.updateBy = updateBy;
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
- @Override
|
|
|
- protected Serializable pkVal() {
|
|
|
- return this.id;
|
|
|
- }
|
|
|
-
|
|
|
- @Override
|
|
|
- public String toString() {
|
|
|
- return "CostProjectDeliberate{" +
|
|
|
- "id=" + id +
|
|
|
- ", projectId=" + projectId +
|
|
|
- ", deliberationForm=" + deliberationForm +
|
|
|
- ", beginTime=" + beginTime +
|
|
|
- ", endTime=" + endTime +
|
|
|
- ", location=" + location +
|
|
|
- ", hostPerson=" + hostPerson +
|
|
|
- ", recordPerson=" + recordPerson +
|
|
|
- ", participants=" + participants +
|
|
|
- ", enterpriseId=" + enterpriseId +
|
|
|
- ", deliberationContent=" + deliberationContent +
|
|
|
- ", conclusionOpinion=" + conclusionOpinion +
|
|
|
- ", attachmentIds=" + attachmentIds +
|
|
|
- ", isDeleted=" + isDeleted +
|
|
|
- ", createTime=" + createTime +
|
|
|
- ", createBy=" + createBy +
|
|
|
- ", updateTime=" + updateTime +
|
|
|
- ", updateBy=" + updateBy +
|
|
|
- "}";
|
|
|
- }
|
|
|
}
|