fix field request

This commit is contained in:
AdisakKanthawilang 2024-07-16 16:31:14 +07:00
parent 765082ab10
commit 9e1ed7fb96
2 changed files with 3 additions and 2 deletions

View file

@ -437,6 +437,6 @@ export class CreateSalaryProfile {
@Column()
isSpecial: boolean;
@Column()
remark: string | null;
// @Column()
// remark: string | null;
}