This website works better with JavaScript
Home
Explore
Project
Register
Sign In
lyq
/
spring-boot
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
70dcdafbe3
Branches
Tags
master
spring-boot
/
mybatis-spring-boot
/
spring-boot-mybatis-annotation
/
src
/
main
/
java
/
com
/
neo
/
enums
/
UserSexEnum.java
UserSexEnum.java
64 B
History
Raw
1
2
3
4
5
package com.neo.enums;
public enum UserSexEnum {
MAN, WOMAN
}