แก้ workflow

This commit is contained in:
kittapath 2024-10-17 11:33:35 +07:00
parent c579011021
commit b4e188e7dd
2 changed files with 13 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import { Entity, Column, ManyToOne, JoinColumn, OneToMany } from "typeorm";
import { Entity, Column, ManyToOne, JoinColumn } from "typeorm";
import { EntityBase } from "./base/Base";
import { StateOperator } from "./StateOperator";
import { Workflow } from "./Workflow";
import { Profile } from "./Profile";