Logo

GitLab

Sign in

customer / shanghai-railway-web

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-web
  • ..
  • enumication
  • SafetyEscortTypeEnum.java
  • 护航员替换为护行员,sql优化,及代码优化
    1e0d5b75
    胡向南 authored
    2018-04-16 16:50:35 +0800  
    Browse Code »
SafetyEscortTypeEnum.java 349 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.xiniunet.railway.enumication;

import com.xiniunet.framework.util.excel.annotation.EnumValue;

/**
 * Created on 2017/5/5.
 *
 * @author 薛磊
 * @since 1.0.0
 */
public enum SafetyEscortTypeEnum {
    @EnumValue("党员护行员")
    PARTY,
    @EnumValue("安全护行员")
    NOT_PARTY,
    @EnumValue("在线人数")
    ONLINE
}