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
  • ..
  • railway
  • Constant.java
  • init
    df2fa2d5
    薛磊 authored
    2018-03-19 16:46:58 +0800  
    Browse Code »
Constant.java 192 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
package com.xiniunet.service.railway;

/**
 * Created on 2017/5/26.
 *
 * @author 薛磊
 * @since 1.0.0
 */
public class Constant {
    public static final String CHINA_PHONE_CODE = "86-";
}