|
@@ -16,6 +16,7 @@ public class IndexTemplateEntity {
|
|
|
private String sceneTrafficIds;
|
|
|
private String sceneStatueIds;
|
|
|
private String sceneGeneralizationIds;
|
|
|
+ private String sceneReferenceLibIds;
|
|
|
private String weight; // 权重
|
|
|
private String parentId; // 父指标 id
|
|
|
private String rootId; // 场景测试包 id
|
|
@@ -34,6 +35,7 @@ public class IndexTemplateEntity {
|
|
|
", sceneTrafficIds='" + sceneTrafficIds + '\'' +
|
|
|
", sceneStatueIds='" + sceneStatueIds + '\'' +
|
|
|
", sceneGeneralizationIds='" + sceneGeneralizationIds + '\'' +
|
|
|
+ ", sceneReferenceLibIds='" + sceneReferenceLibIds + '\'' +
|
|
|
", weight='" + weight + '\'' +
|
|
|
", parentId='" + parentId + '\'' +
|
|
|
", rootId='" + rootId + '\'' +
|