完成向上级联->删除的时候注销
This commit is contained in:
@@ -10,6 +10,8 @@ public class ParentPlatformCatch {
|
||||
// 注册未回复次数
|
||||
private int registerAliveReply;
|
||||
|
||||
private ParentPlatform parentPlatform;
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
}
|
||||
@@ -33,4 +35,12 @@ public class ParentPlatformCatch {
|
||||
public void setRegisterAliveReply(int registerAliveReply) {
|
||||
this.registerAliveReply = registerAliveReply;
|
||||
}
|
||||
|
||||
public ParentPlatform getParentPlatform() {
|
||||
return parentPlatform;
|
||||
}
|
||||
|
||||
public void setParentPlatform(ParentPlatform parentPlatform) {
|
||||
this.parentPlatform = parentPlatform;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user