添加远征json

This commit is contained in:
luying
2020-11-23 16:29:41 +08:00
parent aa5dc07b86
commit f362c5505f
11 changed files with 47 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
import { STATUS } from '@consts/statusCode';
import Game, { GameModel } from '@db/Game';
import { GameModel } from '@db/Game';
import { Controller } from 'egg';
export default class GameController extends Controller {