UserSexEnum.java 64 字节
Newer Older
微笑很纯洁's avatar
微笑很纯洁 已提交
1 2 3 4 5
package com.neo.enums;

public enum UserSexEnum {
	MAN, WOMAN
}