zhangfeng
2022-10-10 1305d0aa469fe7330fd2f8e9fbb10d95042571be
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;