源战役
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
386 B

1 개월 전
  1. %% ---------------------------------------------------------------------------
  2. %% @doc career.hrl
  3. %% @author ming_up@foxmail.com
  4. %% @since 2016-12-22
  5. %% @deprecated
  6. %% ---------------------------------------------------------------------------
  7. -record(career, {
  8. career_id=0, %% 职业类型
  9. career_name="", %% 职业名字
  10. sex = 1 %% 性别
  11. }).