no message
This commit is contained in:
parent
ad97270752
commit
3ea2c7c3b0
9 changed files with 420 additions and 35 deletions
|
|
@ -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: "ชื่อประเภท",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue