package com.changhong.epc.constter.system; /** * 错误信息,国际化key */ public interface ErrSystemMsgConst { /** * 主数据缺失,错误信息 */ String MASTER_ERR_MSG = "MASTER_ERR_MSG"; }