Pārlūkot izejas kodu

面试导出日历更改

change 4 gadi atpakaļ
vecāks
revīzija
f57aa0c891

+ 4 - 3
zhongzheng-system/src/main/java/com/zhongzheng/modules/recruit/vo/RecruitInterviewExcel.java

@@ -21,6 +21,10 @@ public class RecruitInterviewExcel {
     @ApiModelProperty("日期")
     private String date;
 
+    @Excel(name = "时间")
+    @ApiModelProperty("时间")
+    private String timing;
+
     @Excel(name = "岗位")
     @ApiModelProperty("岗位")
     private String job;
@@ -37,7 +41,4 @@ public class RecruitInterviewExcel {
     @ApiModelProperty("状态")
     private String status;
 
-    @Excel(name = "时间段")
-    @ApiModelProperty("时间段")
-    private String timing;
 }