//类名就是表名 export class Pet{ id?: number; name?: string; tag?: string; }