🐞 fix(稷下学宫): db去除未使用引用

This commit is contained in:
zhangxk
2023-09-20 13:46:28 +08:00
parent cc61d7e07e
commit 6c1fd9bcaf
2 changed files with 1 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
import { SHOP_REFRESH_TYPE } from '../consts';
import { getZeroPointOfTimeD } from '../pubUtils/timeUtil';
import BaseModel from './BaseModel';
import { getModelForClass, prop, DocumentType, index } from '@typegoose/typegoose';

View File

@@ -1,7 +1,7 @@
import BaseModel from './BaseModel';
import { getModelForClass, prop, DocumentType, index } from '@typegoose/typegoose';
import { getZeroPoint, getZeroPointD } from '../pubUtils/timeUtil';
import { getZeroPointD } from '../pubUtils/timeUtil';
import { SHOP_REFRESH_TYPE } from '../consts';
@index({ roleId: 1, refTime: 1 })