sequalize Type 'void' is not assignable to type 'Model'

前端 未结 0 1026
栀梦
栀梦 2020-12-22 05:21

I have an entity

@Table({tableName: \'EducationEntity\'})
export class EducationEntity extends Model {

}

Im trying to

相关标签:
回答
  • 消灭零回复
提交回复
热议问题