src/main/java/com/zy/crm/manager/entity/ReimburseOnline.java
@@ -167,6 +167,30 @@ // null // 创建时间 // ); public String getSettle$(){ if (null == this.settle){ return null; } switch (this.settle){ case 0: return "待提交"; case 1: return "等待部门经理审核"; case 2: return "等待结点3审核"; case 3: return "等待结点4审核"; case 4: return "等待结点5审核"; case 5: return "等待结点6审核"; case 6: return "申请通过"; case 7: return "申请通过"; default: return String.valueOf(this.settle); } } public String getCreateTime$(){ if (Cools.isEmpty(this.createTime)){ return "";