|
|
@@ -287,4 +287,39 @@ public class TOrderTaskBo extends TOrderTask{
|
|
|
}
|
|
|
|
|
|
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "TOrderTaskBo{" +
|
|
|
+ "contactsMobile='" + contactsMobile + '\'' +
|
|
|
+ ", cname='" + cname + '\'' +
|
|
|
+ ", cSort=" + cSort +
|
|
|
+ ", contractNo='" + contractNo + '\'' +
|
|
|
+ ", salesmanName='" + salesmanName + '\'' +
|
|
|
+ ", contacts='" + contacts + '\'' +
|
|
|
+ ", depName='" + depName + '\'' +
|
|
|
+ ", userName='" + userName + '\'' +
|
|
|
+ ", orderStatus=" + orderStatus +
|
|
|
+ ", type=" + type +
|
|
|
+ ", price=" + price +
|
|
|
+ ", appropriationRatio=" + appropriationRatio +
|
|
|
+ ", patentType=" + patentType +
|
|
|
+ ", patentTypeName='" + patentTypeName + '\'' +
|
|
|
+ ", patentTransfer=" + patentTransfer +
|
|
|
+ ", email='" + email + '\'' +
|
|
|
+ ", name='" + name + '\'' +
|
|
|
+ ", projectStatusName='" + projectStatusName + '\'' +
|
|
|
+ ", serviceLife='" + serviceLife + '\'' +
|
|
|
+ ", serviceYear='" + serviceYear + '\'' +
|
|
|
+ ", contractTerm='" + contractTerm + '\'' +
|
|
|
+ ", yearSum=" + yearSum +
|
|
|
+ ", stopStatus=" + stopStatus +
|
|
|
+ ", stopType=" + stopType +
|
|
|
+ ", projectStopStatus=" + projectStopStatus +
|
|
|
+ ", change=" + change +
|
|
|
+ ", lastYear='" + lastYear + '\'' +
|
|
|
+ ", lastYearCapital=" + lastYearCapital +
|
|
|
+ ", lastYearIncome=" + lastYearIncome +
|
|
|
+ ", splitList=" + splitList +
|
|
|
+ '}';
|
|
|
+ }
|
|
|
}
|