lin
2024-04-11 0ecbf017eba6b832e50e4905d62acfcf12914bf6
src/main/java/org/springblade/modules/task/excel/TaskPlaceSelfCheckExcel.java
@@ -56,7 +56,8 @@
   @ExcelProperty(value = "创建时间")
   private String createTime;
   @ExcelProperty(value = "审核状态")
   @ExcelProperty( value = "审核状态",converter = ExcelDictConverter.class)
   @ExcelDictItem(type = "reviewStatus")
   private String status;