新增预警/告警事务的新建、编辑、删除、列表查询、文件上传

This commit is contained in:
Lee
2023-03-27 18:52:14 +08:00
parent 73a09d2556
commit ec496ba755
19 changed files with 585 additions and 157 deletions

View File

@@ -80,4 +80,8 @@ public class BusinessException extends RuntimeException {
this.result = result;
}
public BusinessException(String message) {
super(message);
this.message = message;
}
}