import { PSSysDynaModelImpl } from './pssys-dyna-model-impl'; export class PSLiquibaseChangeLogImpl extends PSSysDynaModelImpl { get elementId(): string { return this.M.elementId; } get nodeName(): string { return this.M.nodeName; } get nodeValue(): string { return this.M.nodeValue; } }