no message
This commit is contained in:
parent
3ea2c7c3b0
commit
f67dab02a0
2 changed files with 46 additions and 16 deletions
|
|
@ -5,6 +5,22 @@ import { StateOperatorUser } from "./StateOperatorUser";
|
|||
|
||||
@Entity("workflow")
|
||||
export class Workflow extends EntityBase {
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "refIdw",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
refId: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "system",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
system: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ชื่อ flow",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue