package com.changhong.epc.constter.system; import com.changhong.epc.constter.base.BaseConst; public interface RestParamConst extends BaseConst { /** * 参数错误 */ String C10001 = "10001"; /** * 版本号错误 */ String C10002 = "10002"; }