Compare commits
No commits in common. "dcd802e35bfbe8bedd5e7d4e40e9c77100c17a48" and "4061363fea4e7a8cda52e9d750d0ae07b7f0fce9" have entirely different histories.
dcd802e35b
...
4061363fea
|
@ -32,31 +32,6 @@ 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{" +
|
||||||
|
@ -80,6 +55,17 @@ 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;
|
||||||
|
@ -113,7 +99,17 @@ 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