zhangfeng
2023-01-06 c128ed33c2447e8daea89d70795098748bd5b2af
incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/exception/AccidentException.java
@@ -18,6 +18,11 @@
        this.code = code;
        this.message = message;
    }
    public AccidentException(AccidentResultCodes error,String message) {
        super(error.getDesc());
        this.code = error.getCode();
        this.message = message;
    }
    public String getCode() {
        return this.code;