@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
23 lines • 552 B
JavaScript
;
const BaseModel_1 = require("../BaseModel");
module.exports = class LobbyCredentialTechnology extends BaseModel_1.BaseModel {
set id(value) {
this._id = value;
}
get id() {
return this._id;
}
set lobby(value) {
this._lobby = value;
}
get lobby() {
return this._lobby;
}
set cardTechnology(value) {
this._cardTechnology = value;
}
get cardTechnologyid() {
return this._cardTechnology;
}
};
//# sourceMappingURL=LobbyCredentialTechnology.js.map