修改
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

@@ -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;
}