add dpis controller
This commit is contained in:
parent
497decefe4
commit
4852131651
74 changed files with 606 additions and 336 deletions
|
|
@ -40,7 +40,7 @@ export class PosDict extends EntityBase {
|
|||
comment: "ตำแหน่งทางการบริหาร",
|
||||
default: null,
|
||||
})
|
||||
posExecutiveId?: string|null;
|
||||
posExecutiveId?: string | null;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
@ -101,7 +101,7 @@ export class CreatePosDict {
|
|||
|
||||
@Column()
|
||||
isSpecial: boolean;
|
||||
|
||||
|
||||
@Column()
|
||||
positionIsSelected?: boolean | null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue