checkpoint

This commit is contained in:
AdisakKanthawilang 2024-02-16 14:09:28 +07:00
parent 2de3fdb81d
commit 7acd94be53
2 changed files with 24 additions and 9 deletions

View file

@ -97,7 +97,7 @@ export class CreateSalary {
endDate?: Date;
@Column()
detail?: string;
details?: string;
}