修改DetailsPatientCircleDetailCollection

master
18404992668 2023-10-27 21:52:29 +08:00
parent 6303f45840
commit 6f57a0657b
1 changed files with 25 additions and 21 deletions

View File

@ -32,6 +32,31 @@ public class DetailCollection {
*/
private Integer detailCollectionStatus;
/**
*
* @return
*/
private String detailCollectionFounder;
/**
*
* @return
*/
private Date detailCollectionFounderTime;
/**
*
* @return
*/
private String detailCollectionModificator;
/**
*
* @return
*/
private Date detailCollectionModificatorTime;
@Override
public String toString() {
return "DetailCollection{" +
@ -55,17 +80,6 @@ public class DetailCollection {
this.detailCollectionStatus = detailCollectionStatus;
}
/**
*
* @return
*/
private String detailCollectionFounder;
/**
*
* @return
*/
private Date detailCollectionFounderTime;
public String getDetailCollectionFounder() {
return detailCollectionFounder;
@ -99,17 +113,7 @@ public class DetailCollection {
this.detailCollectionModificatorTime = detailCollectionModificatorTime;
}
/**
*
* @return
*/
private String detailCollectionModificator;
/**
*
* @return
*/
private Date detailCollectionModificatorTime;
public Long getDetailCollectionId() {
return detailCollectionId;