|
|
@@ -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;
|
|
|
/**
|
|
|
* 分数
|
|
|
*/
|