Compare commits
No commits in common. "bcc0da49d7b6fc3121b45eed27e8250ee48f5ffa" and "dc7835c92a30a3e171d0c88d5732d2aab0669a92" have entirely different histories.
bcc0da49d7
...
dc7835c92a
|
@ -23,38 +23,10 @@ public class DetailCollection {
|
|||
private Date collectionTime;
|
||||
|
||||
/**
|
||||
* 收藏人id
|
||||
* 收藏人
|
||||
*/
|
||||
private Long collectorId;
|
||||
|
||||
/**
|
||||
* 收藏状态
|
||||
*/
|
||||
private Integer detailCollectionStatus;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DetailCollection{" +
|
||||
"detailCollectionId=" + detailCollectionId +
|
||||
", detailsPatientCircleId=" + detailsPatientCircleId +
|
||||
", collectionTime=" + collectionTime +
|
||||
", collectorId=" + collectorId +
|
||||
", detailCollectionStatus=" + detailCollectionStatus +
|
||||
", detailCollectionFounder='" + detailCollectionFounder + '\'' +
|
||||
", detailCollectionFounderTime=" + detailCollectionFounderTime +
|
||||
", detailCollectionModificator='" + detailCollectionModificator + '\'' +
|
||||
", detailCollectionModificatorTime=" + detailCollectionModificatorTime +
|
||||
'}';
|
||||
}
|
||||
|
||||
public Integer getDetailCollectionStatus() {
|
||||
return detailCollectionStatus;
|
||||
}
|
||||
|
||||
public void setDetailCollectionStatus(Integer detailCollectionStatus) {
|
||||
this.detailCollectionStatus = detailCollectionStatus;
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建人
|
||||
* @return
|
||||
|
@ -145,6 +117,20 @@ public class DetailCollection {
|
|||
this.collectionTime = collectionTime;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "DetailCollection{" +
|
||||
"detailCollectionId=" + detailCollectionId +
|
||||
", detailsPatientCircleId=" + detailsPatientCircleId +
|
||||
", collectionTime=" + collectionTime +
|
||||
", collectorId=" + collectorId +
|
||||
", detailCollectionFounder='" + detailCollectionFounder + '\'' +
|
||||
", detailCollectionFounderTime=" + detailCollectionFounderTime +
|
||||
", detailCollectionModificator='" + detailCollectionModificator + '\'' +
|
||||
", detailCollectionModificatorTime=" + detailCollectionModificatorTime +
|
||||
'}';
|
||||
}
|
||||
|
||||
public Long getCollectorId() {
|
||||
return collectorId;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue