package com.kx; /** * 全局常量定义 * @author kongxiang */ public class Const { /** * 工具项目基准包 */ public static final String BASE_PACKAGE = "com.kx.utils"; }