🐞 fix(gvg): 删除没有用到的参数

This commit is contained in:
luying
2023-02-21 18:53:17 +08:00
parent f8432c8ef4
commit ccc490c4c4

View File

@@ -3,7 +3,6 @@
import BaseModel from './BaseModel';
import { index, getModelForClass, prop, DocumentType, } from '@typegoose/typegoose';
import { getFutureTime, nowSeconds } from '../pubUtils/timeUtil';
import { genCode } from '../pubUtils/util';
import { GVG } from '../pubUtils/dicParam';
import { GVG_RESOURCE_TYPE } from '../consts';