@wjya/ngx-webapp-icpc.group.pms
Version:
angular webapp : icpc.group.pms
24 lines • 1.19 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CommunityBankCommon = /** @class */ (function () {
function CommunityBankCommon(options) {
if (options === void 0) { options = {}; }
this.id = options.id || null;
this.type = options.type || null;
this.businessIdentityNo = options.businessIdentityNo || null;
this.companyName = options.companyName || null;
this.taxNo = options.taxNo || null;
this.legalName = options.legalName || null;
this.legalIdentityCardNo = options.legalIdentityCardNo || null;
this.bank = options.bank || null;
this.accountNo = options.accountNo || null;
this.address_province = options.address_province || null;
this.address_city = options.address_city || null;
this.accountName = options.accountName || null;
this.businessIdentityPhoto = options.businessIdentityPhoto || null;
this.licencePhoto = options.licencePhoto || null;
}
return CommunityBankCommon;
}());
exports.CommunityBankCommon = CommunityBankCommon;
//# sourceMappingURL=community-detail-bank-common.model.js.map