src/main/java/com/zy/crm/manager/entity/Plan.java
@@ -240,6 +240,12 @@ @ApiModelProperty(value= "项目进度流程{1:项目创建,2:核价处理,3:产品费用明细,4:报价预算单,5:报价单}") private Integer step; /** * 业务员联系方式 */ @ApiModelProperty(value= "业务员联系方式") private String userXmlSelPhone; public Plan() {} public String getHostId$(){ @@ -354,9 +360,9 @@ public String getSettle$(){ if (null == this.settle){ return null; } switch (this.settle){ // case 1: // return "等待组长审核"; case 1: return "等待组长审核"; case 2: return "等待售前分配规划员"; case 3: return "等待规划员提交";