军团活动:添加诸侯奖励结算

This commit is contained in:
luying
2021-03-23 17:17:50 +08:00
parent 95f2e2495f
commit 6d3886eaa9
11 changed files with 257 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType, Ref } from '@typegoose/typegoose';
import { index, getModelForClass, prop, DocumentType } from '@typegoose/typegoose';
import { getTodayZeroDate } from '../pubUtils/timeUtil';
import { genCode } from '../pubUtils/util';