ฉ
This commit is contained in:
parent
bb79b0a3d0
commit
7f01e34045
3 changed files with 11 additions and 11 deletions
|
|
@ -62,7 +62,7 @@ export class PosDict extends EntityBase {
|
|||
comment: "ฉ",
|
||||
default: false,
|
||||
})
|
||||
isSpacial: boolean;
|
||||
isSpecial: boolean;
|
||||
|
||||
@ManyToOne(() => PosExecutive, (posExecutive) => posExecutive)
|
||||
@JoinColumn({ name: "posExecutiveId" })
|
||||
|
|
@ -100,7 +100,7 @@ export class CreatePosDict {
|
|||
posDictArea: string | null;
|
||||
|
||||
@Column()
|
||||
isSpacial: boolean;
|
||||
isSpecial: boolean;
|
||||
}
|
||||
|
||||
export type UpdatePosDict = Partial<CreatePosDict>;
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ export class Position extends EntityBase {
|
|||
comment: "ฉ",
|
||||
default: false,
|
||||
})
|
||||
isSpacial: boolean;
|
||||
isSpecial: boolean;
|
||||
|
||||
@ManyToOne(() => PosMaster, (posMaster) => posMaster)
|
||||
@JoinColumn({ name: "posMasterId" })
|
||||
|
|
@ -116,7 +116,7 @@ export class CreatePosition {
|
|||
positionArea: string;
|
||||
|
||||
@Column()
|
||||
isSpacial: boolean;
|
||||
isSpecial: boolean;
|
||||
}
|
||||
|
||||
export type UpdatePosition = Partial<CreatePosition>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue