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

This commit is contained in:
Kittapath 2024-06-13 23:56:49 +07:00
commit 681f016657
6 changed files with 64 additions and 19 deletions

View file

@ -172,6 +172,8 @@ export class PosMaster extends EntityBase {
orgRevisionId: string; //fk
@Column({
nullable: true,
default: null,
length: 40,
comment: "คีย์นอก(FK)ของตาราง authRole",
})