经过一段时间的使用,特此来分享框架的知识,如果觉着写的不错,请加微信领取前端教程,如果觉着写的不好,也请加微信领取前端教程!
我们使用 Entity 来定义一个实体模型类。
// entity/photo.ts import { Entity } from 'typeorm'; @Entity('photo') export class
京公网安备 11010502049817号