Merge branch 'develop' of github.com:Frappet/bma-ehr-organization into develop

This commit is contained in:
Kittapath 2024-03-08 14:54:42 +07:00
commit 0dd8d3d28a

View file

@ -37,7 +37,7 @@ export class ProfileSalary extends EntityBase {
@Column({
length: 40,
comment: "ไอดีโปรไฟล์",
comment: "คีย์นอก(FK)ของตาราง profile",
type: "uuid"
})
profileId: string;