From 44f7e1fe5136eb0666bb599387406ea6b12e659b Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期二, 21 一月 2025 16:34:14 +0800 Subject: [PATCH] 特种作业非煤缴费版本 --- exam-system/src/main/java/com/gkhy/exam/institutionalaccess/enums/StudentSex.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/enums/StudentSex.java b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/enums/StudentSex.java index 3f304c4..1c1dad2 100644 --- a/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/enums/StudentSex.java +++ b/exam-system/src/main/java/com/gkhy/exam/institutionalaccess/enums/StudentSex.java @@ -2,9 +2,10 @@ public enum StudentSex { + NNKNOWN((byte)0,"未知"), + BOY((byte)1,"男"), + GIRL((byte)2,"女"), - BOY((byte)0,"男"), - GIRL((byte)1,"女"), ; private Byte status; -- Gitblit v1.9.2