Compare commits
No commits in common. "c6b08f9ebbf0551fa6dccf4e998a1498467b94ac" and "de2eb243655126fc149a11031995d5ded57796e3" have entirely different histories.
c6b08f9ebb
...
de2eb24365
|
@ -72,11 +72,6 @@ public class DetailsPatientCircle {
|
||||||
*/
|
*/
|
||||||
private Long numberComments;
|
private Long numberComments;
|
||||||
|
|
||||||
/**
|
|
||||||
* 状态1:未采纳,状态2:已采纳
|
|
||||||
*/
|
|
||||||
private Integer detailsPatientCircleStatus;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建人
|
* 创建人
|
||||||
*/
|
*/
|
||||||
|
@ -96,6 +91,29 @@ public class DetailsPatientCircle {
|
||||||
return detailsPatientCircleFounder;
|
return detailsPatientCircleFounder;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return "DetailsPatientCircle{" +
|
||||||
|
"detailsPatientCircleId=" + detailsPatientCircleId +
|
||||||
|
", title='" + title + '\'' +
|
||||||
|
", publisherId=" + publisherId +
|
||||||
|
", diseaseId=" + diseaseId +
|
||||||
|
", departmentId=" + departmentId +
|
||||||
|
", detailsSymptoms='" + detailsSymptoms + '\'' +
|
||||||
|
", treatmentExperienceStartTime=" + treatmentExperienceStartTime +
|
||||||
|
", treatmentExperienceEndTime=" + treatmentExperienceEndTime +
|
||||||
|
", treatmentExperience='" + treatmentExperience + '\'' +
|
||||||
|
", relatedPictures='" + relatedPictures + '\'' +
|
||||||
|
", rewardAmount=" + rewardAmount +
|
||||||
|
", collectionQuantity=" + collectionQuantity +
|
||||||
|
", numberComments=" + numberComments +
|
||||||
|
", detailsPatientCircleFounder='" + detailsPatientCircleFounder + '\'' +
|
||||||
|
", detailsPatientCircleFounderTime=" + detailsPatientCircleFounderTime +
|
||||||
|
", detailsPatientCircleModificator='" + detailsPatientCircleModificator + '\'' +
|
||||||
|
", detailsPatientCircleModificatorTime=" + detailsPatientCircleModificatorTime +
|
||||||
|
'}';
|
||||||
|
}
|
||||||
|
|
||||||
public void setDetailsPatientCircleFounder(String detailsPatientCircleFounder) {
|
public void setDetailsPatientCircleFounder(String detailsPatientCircleFounder) {
|
||||||
this.detailsPatientCircleFounder = detailsPatientCircleFounder;
|
this.detailsPatientCircleFounder = detailsPatientCircleFounder;
|
||||||
}
|
}
|
||||||
|
@ -251,35 +269,4 @@ public class DetailsPatientCircle {
|
||||||
public void setNumberComments(Long numberComments) {
|
public void setNumberComments(Long numberComments) {
|
||||||
this.numberComments = numberComments;
|
this.numberComments = numberComments;
|
||||||
}
|
}
|
||||||
public Integer getDetailsPatientCircleStatus() {
|
|
||||||
return detailsPatientCircleStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setDetailsPatientCircleStatus(Integer detailsPatientCircleStatus) {
|
|
||||||
this.detailsPatientCircleStatus = detailsPatientCircleStatus;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public String toString() {
|
|
||||||
return "DetailsPatientCircle{" +
|
|
||||||
"detailsPatientCircleId=" + detailsPatientCircleId +
|
|
||||||
", title='" + title + '\'' +
|
|
||||||
", publisherId=" + publisherId +
|
|
||||||
", diseaseId=" + diseaseId +
|
|
||||||
", departmentId=" + departmentId +
|
|
||||||
", detailsSymptoms='" + detailsSymptoms + '\'' +
|
|
||||||
", treatmentExperienceStartTime=" + treatmentExperienceStartTime +
|
|
||||||
", treatmentExperienceEndTime=" + treatmentExperienceEndTime +
|
|
||||||
", treatmentExperience='" + treatmentExperience + '\'' +
|
|
||||||
", relatedPictures='" + relatedPictures + '\'' +
|
|
||||||
", rewardAmount=" + rewardAmount +
|
|
||||||
", collectionQuantity=" + collectionQuantity +
|
|
||||||
", numberComments=" + numberComments +
|
|
||||||
", detailsPatientCircleStatus=" + detailsPatientCircleStatus +
|
|
||||||
", detailsPatientCircleFounder='" + detailsPatientCircleFounder + '\'' +
|
|
||||||
", detailsPatientCircleFounderTime=" + detailsPatientCircleFounderTime +
|
|
||||||
", detailsPatientCircleModificator='" + detailsPatientCircleModificator + '\'' +
|
|
||||||
", detailsPatientCircleModificatorTime=" + detailsPatientCircleModificatorTime +
|
|
||||||
'}';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,10 +78,6 @@ public class DetailsPatientCircleDetailCollection {
|
||||||
* 评论数量
|
* 评论数量
|
||||||
*/
|
*/
|
||||||
private Long numberComments;
|
private Long numberComments;
|
||||||
/**
|
|
||||||
* 状态1:未采纳,状态2:已采纳
|
|
||||||
*/
|
|
||||||
private Integer detailsPatientCircleStatus;
|
|
||||||
|
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
//--------------------------------------------------------
|
//--------------------------------------------------------
|
||||||
|
|
|
@ -77,10 +77,6 @@ public class DetailsPatientCircleDetailedReview {
|
||||||
* 评论数量
|
* 评论数量
|
||||||
*/
|
*/
|
||||||
private Long numberComments;
|
private Long numberComments;
|
||||||
/**
|
|
||||||
* 状态1:未采纳,状态2:已采纳
|
|
||||||
*/
|
|
||||||
private Integer detailsPatientCircleStatus;
|
|
||||||
|
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
//------------------------------------------------------
|
//------------------------------------------------------
|
||||||
|
|
|
@ -78,10 +78,6 @@ public class DetailsPatientCircleSymptomsDrugs {
|
||||||
* 评论数量
|
* 评论数量
|
||||||
*/
|
*/
|
||||||
private Long numberComments;
|
private Long numberComments;
|
||||||
/**
|
|
||||||
* 状态1:未采纳,状态2:已采纳
|
|
||||||
*/
|
|
||||||
private Integer detailsPatientCircleStatus;
|
|
||||||
|
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue