no message

This commit is contained in:
kittapath 2024-10-16 11:55:45 +07:00
parent ad97270752
commit 3ea2c7c3b0
9 changed files with 420 additions and 35 deletions

View file

@ -40,6 +40,14 @@ export class Workflow extends EntityBase {
})
posLevelName: string;
@Column({
nullable: true,
comment: "id state",
length: 100,
default: null,
})
stateId: string;
@Column({
nullable: true,
comment: "ชื่อประเภท",