Commit c7fa7aba by chenjinjing

no message

parent 1c9e2abf
......@@ -174,6 +174,9 @@ export enum YEARENUM {
*/
export enum DOCUMENTTYPE {
身份证 = 1,
港澳通行证,
台胞证,
护照
}
......@@ -560,8 +563,11 @@ export enum WEICHARTPAYSTATE{
* 学历
*/
export enum EDUCATION {
大专 = 1,
中专 = 1,
大专,
本科,
硕士研究生,
博士研究生
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment