From f2a65e490f0cab0a4d883f3a200aefc1bbfb6284 Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期五, 21 二月 2025 17:11:05 +0800 Subject: [PATCH] 修改 --- exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/req/ThStudentReqDTO.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/req/ThStudentReqDTO.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/req/ThStudentReqDTO.java index ee17906..4bf4dff 100644 --- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/req/ThStudentReqDTO.java +++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/model/req/ThStudentReqDTO.java @@ -6,6 +6,7 @@ @Data public class ThStudentReqDTO { + private String uuid; private String name; private Byte sex; private String phone; @@ -16,4 +17,5 @@ private String post; private String trainOrgName; private String batchUuid; + private Byte delFlag; } -- Gitblit v1.9.2