From 3dc9587110d1b2a59341e1a7e49e67ba0847607f Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期六, 21 六月 2025 16:14:21 +0800
Subject: [PATCH] 添加正式环境配置文件

---
 src/main/java/com/cl/pojo/vo/screen/EducationVO.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/main/java/com/cl/pojo/vo/screen/EducationVO.java b/src/main/java/com/cl/pojo/vo/screen/EducationVO.java
index 88ae009..02d6902 100644
--- a/src/main/java/com/cl/pojo/vo/screen/EducationVO.java
+++ b/src/main/java/com/cl/pojo/vo/screen/EducationVO.java
@@ -8,29 +8,29 @@
 @Data
 public class EducationVO {
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-一年级")
-    private Integer educationOne;
+    private Integer educationOne = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-二年级")
-    private Integer educationTwo;
+    private Integer educationTwo = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-三年级")
-    private Integer educationThree;
+    private Integer educationThree = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-四年级")
-    private Integer educationFour;
+    private Integer educationFour = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-五年级")
-    private Integer educationFive;
+    private Integer educationFive = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-六年级")
-    private Integer educationSix;
+    private Integer educationSix = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-七年级")
-    private Integer educationSeven;
+    private Integer educationSeven = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-八年级")
-    private Integer educationEight;
+    private Integer educationEight = 0;
 
     @ApiModelProperty(value = "适龄残疾儿童少年义务教育-九年级")
-    private Integer educationNine;
+    private Integer educationNine = 0;
 }

--
Gitblit v1.7.1