罗元桥
2021-08-30 eda58e0e6d4abdd2b060e28867d103045845aa69
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/exceptions/ServiceException.java
@@ -11,11 +11,10 @@
    private String code;
    private String msg;
    private String data;
    public ServiceException() {
        super();
    }
    public ServiceException(String errorMsg) {
        super(errorMsg);
@@ -40,7 +39,6 @@
        this.code = errorCode;
        this.msg = errorMsg;
    }
    public String getErrorCode() {
        return code;