摘要: 我的模型定义如下: import { Model, DataTypes } from "sequelize"; // 定义资源模型 class Rule extends Model { } 问题: vscdoe报错: Type 'Model<any, any, any>' is not a cons 阅读全文
posted @ 2023-12-16 14:46 我的五年 阅读(94) 评论(0) 推荐(0)