match.js 380 字节
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Match = void 0;
const pginfo = require("../table");
pginfo.core_match.belongsTo(pginfo.core_lottery, { foreignKey: 'LotteryId' });
pginfo.core_match.belongsTo(pginfo.core_issue, { foreignKey: 'IssueId' });
const Match = pginfo.core_match;
exports.Match = Match;
//# sourceMappingURL=match.js.map