edit entity bool

This commit is contained in:
mamoss 2025-05-27 17:13:02 +07:00
parent 36c6abcfdf
commit 91dae6084d
13 changed files with 2 additions and 15 deletions

View file

@ -239,9 +239,8 @@ export class ProfileSalaryTemp extends EntityBase {
isGovernment: boolean;
@Column({
nullable: true,
comment: "ข้อมูลจาก Entry",
default: null,
default: false,
})
isEntry: boolean;