教育训练处考试制证系统后端
heheng
2025-05-19 3a762add44449332d6d379e361698850f6066e16
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;