Extraction schema (#398)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Schema, model, models, Model } from 'mongoose';
|
||||
import { connectionMongo, type Model } from '@fastgpt/common/mongo';
|
||||
const { Schema, model, models } = connectionMongo;
|
||||
import { PaySchema as PayType } from '@/types/mongoSchema';
|
||||
const PaySchema = new Schema({
|
||||
userId: {
|
||||
|
||||
Reference in New Issue
Block a user