bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
20 lines • 822 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ServicioCampo = /** @class */ (function () {
function ServicioCampo(campoId, servicioId, nombre, checkForm, listaValores, obligatorio, valor, listaValoresValue, listaValoresLabel, label, info) {
this.campoId = campoId;
this.servicioId = servicioId;
this.nombre = nombre;
this.checkForm = checkForm;
this.listaValores = listaValores;
this.obligatorio = obligatorio;
this.valor = valor;
this.listaValoresValue = listaValoresValue;
this.listaValoresLabel = listaValoresLabel;
this.label = label;
this.info = info;
}
return ServicioCampo;
}());
exports.ServicioCampo = ServicioCampo;
//# sourceMappingURL=servicio-campo.js.map