HttpConstant.java 190 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.huaheng.wms.https; public class HttpConstant { private static String URL = "http://172.16.29.88:8080/"; public static String COMPANY_INSERT = URL + "company/insert"; }