|
|
@@ -205,4 +205,29 @@ public class managerListBo {
|
|
|
this.specialComment = specialComment;
|
|
|
}
|
|
|
|
|
|
+ @Override
|
|
|
+ public String toString() {
|
|
|
+ return "managerListBo{" +
|
|
|
+ "id='" + id + '\'' +
|
|
|
+ ", taskDistributionTime='" + taskDistributionTime + '\'' +
|
|
|
+ ", provinceName='" + provinceName + '\'' +
|
|
|
+ ", depName='" + depName + '\'' +
|
|
|
+ ", salesmanName='" + salesmanName + '\'' +
|
|
|
+ ", contractNo='" + contractNo + '\'' +
|
|
|
+ ", orderNo='" + orderNo + '\'' +
|
|
|
+ ", UserName='" + UserName + '\'' +
|
|
|
+ ", cname='" + cname + '\'' +
|
|
|
+ ", commodityName='" + commodityName + '\'' +
|
|
|
+ ", commodityQuantity='" + commodityQuantity + '\'' +
|
|
|
+ ", techDepName='" + techDepName + '\'' +
|
|
|
+ ", techName='" + techName + '\'' +
|
|
|
+ ", projectStatusName='" + projectStatusName + '\'' +
|
|
|
+ ", projectStatus='" + projectStatus + '\'' +
|
|
|
+ ", commodityPrice='" + commodityPrice + '\'' +
|
|
|
+ ", specialComment='" + specialComment + '\'' +
|
|
|
+ ", approval=" + approval +
|
|
|
+ ", type='" + type + '\'' +
|
|
|
+ ", typeExplain='" + typeExplain + '\'' +
|
|
|
+ '}';
|
|
|
+ }
|
|
|
}
|