package com.zhentao.enums; public interface BaseExceptionEnum { Integer getCode(); String getMsg(); }