修改
This commit is contained in:
huangzj
2023-08-16 20:02:29 +08:00
parent ee43dce699
commit fff05e4867
18 changed files with 93 additions and 35 deletions

View File

@@ -31,6 +31,8 @@ public enum AlgorithmResponseEnum {
DEVICE_LOSE("A00512","设备id缺失"),
CHIRLDREN_EXIST("A00513","工程下存在项目,不能删除"),
CHIRLDREN2_EXIST("A00514","项目下存在设备,不能删除"),
CHIRLDREN3_EXIST("A00516","存在设备使用拓扑图,不能删除"),
DATA_ARRAY_MISSING("A00515","详细数据为空"),
UNKNOW_ROLE("A00515","角色无权限操作")

View File

@@ -42,4 +42,6 @@ public class AppProjectAuditParm {
@ApiModelProperty(value="拓扑图模版id集合")
private List<String> topoIds;
private List<String> newTopoIds;
}

View File

@@ -83,4 +83,6 @@ public class AppProjectVO {
private Date updateTime;
private String description;
private Integer devNum;
}