This commit is contained in:
mamengke01
2020-12-28 09:51:43 +08:00
parent 66a9bf7809
commit 7d2c90cd33
2 changed files with 27 additions and 0 deletions

View File

@@ -10,8 +10,14 @@ import { getTeraphAttr, getAtrrNameById } from '../../../consts/constModules/abi
const _ = require('underscore');
import { SclResultInter, SclPosInter } from '../../../pubUtils/interface';
import { SchoolModel } from '../../../db/School';
<<<<<<< Updated upstream
import { checkMaterialEnough } from '../../../services/roleService'
import { calPlayerCeAndSave, calAllHeroCe } from '../../../services/playerCeService';
=======
import { checkMaterialEnough } from '../../../services/roleService';
import { calAllHeroCe } from '../../../services/playerCeService';
import { calPlayerCeAndSave } from '../../../services/playerCeService';
>>>>>>> Stashed changes
import { HERO_SYSTEM_TYPE } from '../../../consts';
export default function(app: Application) {