新增预警/告警事务的新建、编辑、删除、列表查询、文件上传
This commit is contained in:
@@ -80,4 +80,8 @@ public class BusinessException extends RuntimeException {
|
||||
this.result = result;
|
||||
}
|
||||
|
||||
public BusinessException(String message) {
|
||||
super(message);
|
||||
this.message = message;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user