|
|
@@ -57,7 +57,7 @@ public class EndeptinfoReport implements Serializable {
|
|
|
private List<Endeptinfo> cisReport;
|
|
|
|
|
|
@OneToOne(cascade = CascadeType.PERSIST)
|
|
|
- private EndeptinfoReport endeptinfoReport;
|
|
|
+ private EndeptinfoRoot endeptinfoRoot;
|
|
|
|
|
|
public String getBatNo() {
|
|
|
return batNo;
|
|
|
@@ -107,12 +107,12 @@ public class EndeptinfoReport implements Serializable {
|
|
|
this.receiveTime = receiveTime;
|
|
|
}
|
|
|
|
|
|
- public EndeptinfoReport getEndeptinfoReport() {
|
|
|
- return endeptinfoReport;
|
|
|
+ public EndeptinfoRoot getEndeptinfoRoot() {
|
|
|
+ return endeptinfoRoot;
|
|
|
}
|
|
|
|
|
|
- public void setEndeptinfoReport(EndeptinfoReport endeptinfoReport) {
|
|
|
- this.endeptinfoReport = endeptinfoReport;
|
|
|
+ public void setEndeptinfoRoot(EndeptinfoRoot endeptinfoRoot) {
|
|
|
+ this.endeptinfoRoot = endeptinfoRoot;
|
|
|
}
|
|
|
|
|
|
public Long getId() {
|