import { PSModelObjectImpl } from '../psmodel-object-impl'; export class PSSysRefDEImpl extends PSModelObjectImpl { get memo(): string { return this.M.memo; } get name(): string { return this.M.name; } }