api ระดับตำแหน่ง

This commit is contained in:
Bright 2024-02-02 14:46:27 +07:00
parent a7c6f80a7c
commit ce4607f378
3 changed files with 283 additions and 1 deletions

View file

@ -66,4 +66,5 @@ export class CreatePosLevel {
posTypeId: string;
}
export type UpdatePosLevel = Partial<CreatePosLevel>;
export type UpdatePosLevel = Partial<CreatePosLevel> & { posLevelAuthority?: PosLevelAuthority };