export enum GenderEnum { SECRECY = -1, //保密 FEMALE = 0, //女 MALE = 1, //男 }