api ระดับตำแหน่ง
This commit is contained in:
parent
a7c6f80a7c
commit
ce4607f378
3 changed files with 283 additions and 1 deletions
|
|
@ -66,4 +66,5 @@ export class CreatePosLevel {
|
|||
posTypeId: string;
|
||||
}
|
||||
|
||||
export type UpdatePosLevel = Partial<CreatePosLevel>;
|
||||
export type UpdatePosLevel = Partial<CreatePosLevel> & { posLevelAuthority?: PosLevelAuthority };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue