package com.epmet.util; /** * 常量类 * */ public interface ModuleConstant { /** * 空字符串 * */ String EMPTY_STR = ""; }