Constant.java 173 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package com.huaheng.wms.util; public class Constant { public static String LOGIN_NAME = "loginName"; public static String CURREN_WAREHOUSE = "currentWarehouse"; }