test posmasteract
This commit is contained in:
parent
52597bfa5b
commit
51fc374e9a
2 changed files with 139 additions and 50 deletions
|
|
@ -44,6 +44,14 @@ export class CommandRecive extends EntityBase {
|
|||
})
|
||||
position: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "เลขที่ตำแหน่ง",
|
||||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
posNo: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
comment: "ประเภท",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue