修改DetailsPatientCircleDetailCollection
parent
6303f45840
commit
6f57a0657b
|
@ -32,6 +32,31 @@ public class DetailCollection {
|
||||||
*/
|
*/
|
||||||
private Integer detailCollectionStatus;
|
private Integer detailCollectionStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建人
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
private String detailCollectionFounder;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 创建时间
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
private Date detailCollectionFounderTime;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 修改人
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
private String detailCollectionModificator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 修改时间
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
private Date detailCollectionModificatorTime;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return "DetailCollection{" +
|
return "DetailCollection{" +
|
||||||
|
@ -55,17 +80,6 @@ public class DetailCollection {
|
||||||
this.detailCollectionStatus = detailCollectionStatus;
|
this.detailCollectionStatus = detailCollectionStatus;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建人
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
private String detailCollectionFounder;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建时间
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
private Date detailCollectionFounderTime;
|
|
||||||
|
|
||||||
public String getDetailCollectionFounder() {
|
public String getDetailCollectionFounder() {
|
||||||
return detailCollectionFounder;
|
return detailCollectionFounder;
|
||||||
|
@ -99,17 +113,7 @@ public class DetailCollection {
|
||||||
this.detailCollectionModificatorTime = detailCollectionModificatorTime;
|
this.detailCollectionModificatorTime = detailCollectionModificatorTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 修改人
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
private String detailCollectionModificator;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 修改时间
|
|
||||||
* @return
|
|
||||||
*/
|
|
||||||
private Date detailCollectionModificatorTime;
|
|
||||||
|
|
||||||
public Long getDetailCollectionId() {
|
public Long getDetailCollectionId() {
|
||||||
return detailCollectionId;
|
return detailCollectionId;
|
||||||
|
|
Loading…
Reference in New Issue