| | |
| | | */ |
| | | @ApiModelProperty(value= "预计车辆数量") |
| | | @TableField("planCarnumber") |
| | | private Integer planCarnumber; |
| | | private String planCarnumber; |
| | | |
| | | /** |
| | | * 超出金额 |
| | |
| | | // null // 备注 |
| | | // ); |
| | | |
| | | // public String getProgressRate$(){ |
| | | // ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | // ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>() |
| | | // .eq("id", this.progressRate)); |
| | | // if (!Cools.isEmpty(id)) { |
| | | // return id.getStatusName(); |
| | | // } |
| | | // |
| | | // return ""; |
| | | // } |
| | | |
| | | public String getProjectStatus$(){ |
| | | ProjectStatusService bean = SpringUtils.getBean(ProjectStatusService.class); |
| | | ProjectStatus id = bean.selectOne(new EntityWrapper<ProjectStatus>().eq("id", this.projectStatus)); |