Merge branch 'develop-Bright' into develop

This commit is contained in:
Bright 2025-04-02 10:10:28 +07:00
commit 3c889b8db6
2 changed files with 2 additions and 2 deletions

View file

@ -209,7 +209,7 @@ export class ProfileSalary extends EntityBase {
comment: "refId", comment: "refId",
default: null, default: null,
}) })
refId: number; refId: string;
@Column({ @Column({
comment: "วันที่", comment: "วันที่",

View file

@ -222,7 +222,7 @@ export class ProfileSalaryTemp extends EntityBase {
comment: "refId", comment: "refId",
default: null, default: null,
}) })
refId: number; refId: string;
@Column({ @Column({
comment: "วันที่", comment: "วันที่",