fix 冗余引入
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import { COUNTER } from '../consts/consts';
|
||||
import { CounterModel } from './Counter';
|
||||
import BaseModel from './BaseModel';
|
||||
import { index, getModelForClass, prop } from '@typegoose/typegoose';
|
||||
import { timeStamp } from 'console';
|
||||
import { TimeStamps } from '@typegoose/typegoose/lib/defaultClasses';
|
||||
|
||||
|
||||
@index({ roleId: 1, hid: 1, eid: 1 })
|
||||
|
||||
Reference in New Issue
Block a user