package com.zzg.common.core.api; /** * 封装API的错误码 * Created by gf on 2019/4/19. */ public interface IErrorCode { int getCode(); String getMsg(); }