Compare commits

...

2 Commits

Author SHA1 Message Date
18404992668 c6b08f9ebb Merge remote-tracking branch 'origin/master' 2023-10-31 20:23:02 +08:00
18404992668 91a303d3de 修改 2023-10-31 20:22:53 +08:00
4 changed files with 48 additions and 23 deletions

View File

@ -72,6 +72,11 @@ public class DetailsPatientCircle {
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
/** /**
* *
*/ */
@ -91,29 +96,6 @@ 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;
} }
@ -269,4 +251,35 @@ 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 +
'}';
}
} }

View File

@ -78,6 +78,10 @@ public class DetailsPatientCircleDetailCollection {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//-------------------------------------------------------- //--------------------------------------------------------
//-------------------------------------------------------- //--------------------------------------------------------

View File

@ -77,6 +77,10 @@ public class DetailsPatientCircleDetailedReview {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//------------------------------------------------------ //------------------------------------------------------
//------------------------------------------------------ //------------------------------------------------------

View File

@ -78,6 +78,10 @@ public class DetailsPatientCircleSymptomsDrugs {
* *
*/ */
private Long numberComments; private Long numberComments;
/**
* 12
*/
private Integer detailsPatientCircleStatus;
//---------------------------------------------------------- //----------------------------------------------------------
//---------------------------------------------------------- //----------------------------------------------------------