ส่งตัวกลับ

This commit is contained in:
mamoss 2025-03-28 23:47:02 +07:00
parent a34f814eba
commit 971ff7712f
4 changed files with 1322 additions and 54 deletions

View file

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