瀏覽代碼

bug修复

dzx 1 年之前
父節點
當前提交
4572df215a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/xjrsoft/module/student/vo/BaseNewStudentPageVo.java

+ 2 - 2
src/main/java/com/xjrsoft/module/student/vo/BaseNewStudentPageVo.java

@@ -6,7 +6,7 @@ import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
 
 import java.math.BigDecimal;
-import java.time.LocalDate;
+import java.time.LocalDateTime;
 import java.util.Date;
 
 /**
@@ -169,7 +169,7 @@ public class BaseNewStudentPageVo {
     private Long userId;
 
     @ApiModelProperty("报到时间")
-    private LocalDate reportTime;
+    private LocalDateTime reportTime;
 
     @ApiModelProperty("是否已报到(1:是 0:否)")
     private Integer isReport;