Blame view

src/com/ectrip/cyt/constant/ParamContants.java 574 Bytes
90601e4f   黄灿宏   标准版本 1.扩展设备10 增...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  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";//
  }