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