Blame view

src/com/ectrip/cyt/constant/ParamContants.java 965 Bytes
90601e4f   黄灿宏   标准版本 1.扩展设备10 增...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  package com.ectrip.cyt.constant;
  
  /**
   * @author: WJF
   * @date: 2020-05-28 11:09 星期四
   * @description:
   */
  public class ParamContants {
  
      public static String GET_ACCID = "gardenID";    //通道id
      public static String GET_GARDENID = "gardenID1";//园门id
  
  
      public static String GET_SHIP_CLASS = "GET_SHIP_CLASS";
      public static String GET_SHIP_CLASS_ID = "GET_SHIP_CLASS_ID";
      public static String GET_SHIP_NAME = "GET_SHIP_NAME";
      public static String GET_SHIP_ID = "GET_SHIP_ID";//
      public static String GET_PASS_TOTAL = "GET_PASS_TOTAL";//
07670a44   黄灿宏   畅游通核销app: 1.增加日志上...
19
20
21
22
23
24
25
26
      public static String SET_FPT_HOST = "SET_FPT_HOST";//FTP地址
      public static String SET_FPT_USETR = "SET_FPT_USETR";//FTP用户
      public static String SET_FPT_PASSWORD = "SET_FPT_PASSWORD";//FTP密码
      public static String SET_mac = "SET_mac";//mac地址
      public static String SET_FPT_PORT = "SET_FPT_PORT";//FTP端口
      public static String SET_ip = "SET_ip";//ip地址
  
  
90601e4f   黄灿宏   标准版本 1.扩展设备10 增...
27
  }