no message
This commit is contained in:
parent
7697d6d46a
commit
c0b920819d
6 changed files with 56 additions and 6 deletions
|
|
@ -92,6 +92,14 @@ export class Command extends EntityBase {
|
|||
})
|
||||
positionDetail: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
default: null,
|
||||
type: "boolean",
|
||||
comment: "คำสั่งกรุงเทพมหานคร",
|
||||
})
|
||||
isBangkok: boolean;
|
||||
|
||||
@Column({
|
||||
comment: "สถานะบัญชีแนบท้าย",
|
||||
default: true,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ export class CommandRecive extends EntityBase {
|
|||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
fristName: string;
|
||||
firstName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ export class CommandSend extends EntityBase {
|
|||
length: 255,
|
||||
default: null,
|
||||
})
|
||||
fristName: string;
|
||||
firstName: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue