สร้าง workflow

This commit is contained in:
kittapath 2024-10-16 17:15:55 +07:00
parent 2b9cd85532
commit 238ab9dba2
3 changed files with 58 additions and 26 deletions

View file

@ -21,14 +21,6 @@ export class StateOperatorUser extends EntityBase {
})
order: number;
@Column({
nullable: true,
comment: "ผู้ดำเนินการ",
length: 255,
default: null,
})
refId: string;
@Column({
nullable: true,
length: 40,