From bf2f1ffb99634b8350539b28bd9d1f20b30a5aa1 Mon Sep 17 00:00:00 2001
From: huliguo <2023611923@qq.com>
Date: 星期五, 09 五月 2025 17:29:13 +0800
Subject: [PATCH] 小bug修改

---
 src/main/java/com/cl/pojo/vo/screen/StatutoryCertificateVO.java |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/cl/pojo/vo/screen/StatutoryCertificateVO.java b/src/main/java/com/cl/pojo/vo/screen/StatutoryCertificateVO.java
index 14d5677..3ded4a2 100644
--- a/src/main/java/com/cl/pojo/vo/screen/StatutoryCertificateVO.java
+++ b/src/main/java/com/cl/pojo/vo/screen/StatutoryCertificateVO.java
@@ -8,17 +8,17 @@
 @Data
 public class StatutoryCertificateVO {
     @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-视力")
-    private Integer statutoryCertificateEyesight;
+    private Integer statutoryCertificateEyesight = 0;
 
     @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-智力")
-    private Integer statutoryCertificateIntellect;
+    private Integer statutoryCertificateIntellect = 0;
 
     @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-肢体")
-    private Integer statutoryCertificateLimb;
+    private Integer statutoryCertificateLimb = 0;
 
     @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-言语")
-    private Integer statutoryCertificateSpeech;
+    private Integer statutoryCertificateSpeech = 0;
 
     @ApiModelProperty(value = "法定就业年龄段持证残疾人数占比-听力")
-    private Integer statutoryCertificateHearing;
+    private Integer statutoryCertificateHearing = 0;
 }

--
Gitblit v1.7.1