Merge branch 'adiDev' into develop
This commit is contained in:
commit
f75d9356fd
2 changed files with 167 additions and 0 deletions
|
|
@ -107,6 +107,15 @@ export class CreateProfile {
|
|||
|
||||
@Column()
|
||||
citizenId: string;
|
||||
|
||||
@Column()
|
||||
position: string;
|
||||
|
||||
@Column("uuid")
|
||||
posLevelId: string | null;
|
||||
|
||||
@Column("uuid")
|
||||
posTypeId: string | null;
|
||||
}
|
||||
|
||||
export type UpdateProfile = Partial<CreateProfile>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue