Pārlūkot izejas kodu

班级考核查询调整

dzx 1 gadu atpakaļ
vecāks
revīzija
e456da2a81

+ 2 - 1
src/main/java/com/xjrsoft/module/student/dto/AddBaseStudentAssessmentInspectionDto.java

@@ -6,6 +6,7 @@ import org.springframework.format.annotation.DateTimeFormat;
 
 import java.io.Serializable;
 import java.text.DateFormat;
+import java.time.LocalDate;
 import java.util.Date;
 
 
@@ -58,7 +59,7 @@ public class AddBaseStudentAssessmentInspectionDto implements Serializable {
      */
     @DateTimeFormat(pattern = "yyyy-MM-dd")
     @ApiModelProperty("考核时间")
-    private Date assessmentDate;
+    private LocalDate assessmentDate;
     /**
      * 分数
      */