package com.zbkj.common.exception; /** * Exception 接口定义 */ public interface ExceptionHandler { long getCode(); String getMessage(); }