源战役
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

пре 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. }).