UNPKG

@seniorsistemas/senior-sam

Version:
17 lines 418 B
"use strict"; const BaseModel_1 = require("../BaseModel"); module.exports = class ReaderDeviceCardFormat extends BaseModel_1.BaseModel { set id(value) { this._id = value; } get id() { return this._id; } set cardFormat(value) { this._cardFormat = value; } get cardFormat() { return this._cardFormat; } }; //# sourceMappingURL=ReaderDeviceCardFormat.js.map