feat: trying to connect to the bach
This commit is contained in:
@ -43,6 +43,15 @@ class SectionCell {
|
||||
set modificationDate(value: string | undefined) {
|
||||
this._modificationDate = value;
|
||||
}
|
||||
|
||||
toPlainObject() {
|
||||
return {
|
||||
idSectionCell: this._idSectionCell,
|
||||
sectionId: this._sectionId,
|
||||
contentSectionCell: this._contentSectionCell,
|
||||
modificationDate: this._modificationDate,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export default SectionCell;
|
||||
|
Reference in New Issue
Block a user