????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/cong-thoat-nuocs/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/dist/apps/cong-thoat-nuocs/cong-thoat-nuocs.module.js

"use strict";
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
    var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
    if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
    else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
    return c > 3 && r && Object.defineProperty(target, key, r), r;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CongThoatNuocsModule = void 0;
const common_1 = require("@nestjs/common");
const typeorm_1 = require("@nestjs/typeorm");
const ht_cong_thoat_nuoc_c1_1 = require("./entities/ht-cong-thoat-nuoc-c1");
const ht_cong_thoat_nuoc_c2_1 = require("./entities/ht-cong-thoat-nuoc-c2");
const ht_cong_thoat_nuoc_c3_1 = require("./entities/ht-cong-thoat-nuoc-c3");
const qhpk_cong_thoat_nuoc_1 = require("./entities/qhpk-cong-thoat-nuoc");
let CongThoatNuocsModule = class CongThoatNuocsModule {
};
exports.CongThoatNuocsModule = CongThoatNuocsModule;
exports.CongThoatNuocsModule = CongThoatNuocsModule = __decorate([
    (0, common_1.Module)({
        imports: [typeorm_1.TypeOrmModule.forFeature([ht_cong_thoat_nuoc_c1_1.HTCongThoatNuocC1, ht_cong_thoat_nuoc_c2_1.HTCongThoatNuocC2, ht_cong_thoat_nuoc_c3_1.HTCongThoatNuocC3, qhpk_cong_thoat_nuoc_1.QHPKCongThoatNuoc])],
    })
], CongThoatNuocsModule);
//# sourceMappingURL=cong-thoat-nuocs.module.js.map