HttpUriContants.java
383 Bytes
package com.ui.contants;
/**
* Created by zhengyouwei on 2016/6/14.
*/
public class HttpUriContants {
/*** 机组信息 ****/
public static final String HOST_GROUP_GETALL = "/hostGroup/getHostGroups";
public static final String HOST_ALL_GROUPS = "/hostGroup/getAllGroups";
/*** 机组信息 ****/
public static String GET_ALL_TYPE = "/type/query";
}