no message

This commit is contained in:
kittapath 2024-10-16 12:00:22 +07:00
parent 3ea2c7c3b0
commit f67dab02a0
2 changed files with 46 additions and 16 deletions

View file

@ -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",