โครงสร้างเพิ่มอัพโหลด user

This commit is contained in:
Kittapath 2024-04-16 07:50:17 +07:00
parent be703f8e3b
commit 422b0f3b87
7 changed files with 636 additions and 70 deletions

View file

@ -35,7 +35,7 @@ export class Development extends EntityBase {
@Column({
nullable: true,
comment: "ชื่อย่หน่วยงาน",
comment: "ชื่อย่หน่วยงาน",
default: null,
})
orgRootShortName: string;