ส่งตัวกลับ
This commit is contained in:
parent
a34f814eba
commit
971ff7712f
4 changed files with 1322 additions and 54 deletions
|
|
@ -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: "เอกสารอ้างอิง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue