@Override public CommonError setErrorMsg(String errorMsg) { this.errorMsg = errorMsg; return this; }
错误信息返回的类型当然选择通用返回类型CommonError