源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
386 B

%% ---------------------------------------------------------------------------
%% @doc career.hrl
%% @author ming_up@foxmail.com
%% @since 2016-12-22
%% @deprecated
%% ---------------------------------------------------------------------------
-record(career, {
career_id=0, %% 职业类型
career_name="", %% 职业名字
sex = 1 %% 性别
}).