JsonFormat
This commit is contained in:
@@ -80,6 +80,10 @@ public class CommonCodeEntity extends CommonDateEntity {
|
||||
this.deleted,
|
||||
this.parent,
|
||||
super.getCreatedDate(),
|
||||
super.getModifiedDate());
|
||||
super.getModifiedDate());
|
||||
}
|
||||
|
||||
public void addParent(CommonCodeEntity parent) {
|
||||
this.parent = parent;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user