From bc5b9fc60a655e1315c9f93ae0b187f5ac97e1aa Mon Sep 17 00:00:00 2001 From: Qin Dong Ming <2720806930@qq.com> Date: Mon, 2 Sep 2024 14:34:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=B4=E6=8A=A4=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/muyu/controller/Student.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cloud-etl-server/src/main/java/com/muyu/controller/Student.java b/cloud-etl-server/src/main/java/com/muyu/controller/Student.java index 0592276..a40ba31 100644 --- a/cloud-etl-server/src/main/java/com/muyu/controller/Student.java +++ b/cloud-etl-server/src/main/java/com/muyu/controller/Student.java @@ -29,4 +29,8 @@ public class Student { * 测试年龄 */ private Integer age; + /** + * 测试性别 + */ + private String sex; }