修改DetailsPatientCircleDetailCollection
parent
6303f45840
commit
6f57a0657b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue