no message
This commit is contained in:
parent
8f0624d27b
commit
b089d9279a
8 changed files with 374 additions and 88 deletions
|
|
@ -13,6 +13,14 @@ export class Workflow extends EntityBase {
|
|||
})
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ผู้ใช้งาน",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
profileType: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อ flow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue