Logo

GitLab

Sign in

customer / shanghai-railway-rnapp

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • shanghai-railway-rnapp
  • ..
  • constant
  • SysConstant.java
  • 代码提交
    80cc932c
    yangxia authored
    2018-05-02 17:09:48 +0800  
    Browse Code »
SysConstant.java 173 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
package com.metroapp.constant;


/**
 * Created by xiniu_wutao on 15/6/30.
 * 系统常量类
 */
public class SysConstant {

    public static final int TIMEOUT = 15000;
}