fix createdEntity and checkpoint function Relation

This commit is contained in:
AdisakKanthawilang 2024-02-02 14:27:39 +07:00
parent ed4d07a439
commit 051451256a
8 changed files with 148 additions and 7 deletions

View file

@ -14,7 +14,7 @@ export class BloodGroup extends EntityBase {
export class CreateBloodGroup {
@Column()
bloodGroup: string;
name: string;
}
export type UpdateBloodGroup = Partial<CreateBloodGroup>;