工作流程审核不通过、预告警单处理、终端周期检测等需求

1、提交了主pom,因为需要引入达梦数据量;
2、提交了gateway的配置文件,因为部分接口没有添加到权限中,待后续增加后再注释
This commit is contained in:
2024-09-13 20:31:32 +08:00
parent 06493c07c3
commit ba6762587f
50 changed files with 1144 additions and 110 deletions

View File

@@ -72,7 +72,7 @@ public class CheckDevice extends BaseEntity implements Serializable {
private Integer status;
/**
* 状态 0未处理 1处理
* 状态 0未处理 1处理中 2处理完成
*/
@MppMultiId(value = "state")
private Integer state;