Merge branch 'develop-Bright' into develop
This commit is contained in:
commit
3c889b8db6
2 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ export class ProfileSalary extends EntityBase {
|
|||
comment: "refId",
|
||||
default: null,
|
||||
})
|
||||
refId: number;
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
comment: "วันที่",
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@ export class ProfileSalaryTemp extends EntityBase {
|
|||
comment: "refId",
|
||||
default: null,
|
||||
})
|
||||
refId: number;
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
comment: "วันที่",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue