no message

This commit is contained in:
kittapath 2024-09-25 21:05:16 +07:00
parent 7697d6d46a
commit c0b920819d
6 changed files with 56 additions and 6 deletions

View file

@ -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,

View file

@ -27,7 +27,7 @@ export class CommandRecive extends EntityBase {
length: 255,
default: null,
})
fristName: string;
firstName: string;
@Column({
nullable: true,

View file

@ -28,7 +28,7 @@ export class CommandSend extends EntityBase {
length: 255,
default: null,
})
fristName: string;
firstName: string;
@Column({
nullable: true,