removed KV because it exists as SupportGroup

main
Said Gedik 2023-05-30 14:58:56 +02:00
parent d5b122b612
commit c72fd1b046
2 changed files with 0 additions and 11 deletions

View File

@ -64,7 +64,6 @@ public class Change {
.addFieldId("PackageType", 670031016)
.addFieldId("Contract", 670031002)
.addFieldId("SupportGroupIH", 1000003229)
.addFieldId("SupportGroupKV", 1000000015)
.build();
}
@ -131,7 +130,6 @@ public class Change {
change.setCoordinatorSg(getValueStringByID(entry, "CoordinatorSg"));
change.setCoordinatorSgId(getValueStringByID(entry, "CoordinatorSgId"));
change.setSupportGroupId(getValueStringByID(entry, "SupportGroupId"));
change.setSupportGroupKV(getValueStringByID(entry, "SupportGroupKV"));
change.setSupportGroupIH(getValueStringByID(entry, "SupportGroupIH"));
change.setProviderCluster(getValueStringByID(entry, "ProviderCluster"));
change.setChangeImplementer(getValueStringByID(entry, "ChangeImplementer"));

View File

@ -17,7 +17,6 @@ public class ChangeItem {
private String contract;
private String supportGroup;
private String supportGroupIH;
private String supportGroupKV;
private String coordinatorSgId;
private String coordinatorSg;
private String supportGroupId;
@ -158,14 +157,6 @@ public class ChangeItem {
this.changeImplementerPersonId = changeImplementerPersonId;
}
public String getSupportGroupKV() {
return this.supportGroupKV;
}
public void setSupportGroupKV(String supportGroupKV) {
this.supportGroupKV = supportGroupKV;
}
public String getSupportGroupIH() {
return this.supportGroupIH;
}