魏熙美 5 years ago
parent
commit
cc7cd9023c

+ 1
- 1
src/main/java/com/huiju/estateagents/excel/ExcelRecommendCustomer.java View File

65
      * 审核状态名
65
      * 审核状态名
66
      */
66
      */
67
     @ColumnWidth(15)
67
     @ColumnWidth(15)
68
-    @ExcelProperty(value = "审核状态", index = 7)
68
+    @ExcelProperty(value = "审核状态", index = 7)
69
     private String verifyStatusName;
69
     private String verifyStatusName;
70
 
70
 
71
 
71