matchJson.js
287 字节
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchJson = void 0;
/**
* Created by sunney on 7/3/17.
*/
const pginfo = require('../table');
const MatchJson = pginfo.T_MatchJson;
exports.MatchJson = MatchJson;
//# sourceMappingURL=matchJson.js.map