“djh”
2024-11-06 b56c3c0f1bc87935a8b59f6ee39f78b4796250ff
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;