Merge branch 'develop' into adiDev

This commit is contained in:
AdisakKanthawilang 2025-06-04 15:01:23 +07:00
commit ebcd94a701
20 changed files with 134 additions and 42 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;