This commit is contained in:
Bright 2025-04-23 13:45:35 +07:00
parent a11e01e54a
commit 7bba2fac81
2 changed files with 998 additions and 0 deletions

View file

@ -34,6 +34,13 @@ export class ProfileAssistanceHistory extends EntityBase {
})
commandNo: string;
@Column({
nullable: true,
comment: "ชื่อคำสั่ง",
default: null,
})
commandName: string;
@Column({
nullable: true,
comment: "เอกสารอ้างอิง",