no message
This commit is contained in:
parent
3bfbb93691
commit
bc86f4d2d9
5 changed files with 200 additions and 128 deletions
|
|
@ -88,10 +88,10 @@ export class CreatePosDict {
|
|||
posExecutiveId: string | null;
|
||||
|
||||
@Column()
|
||||
posDictExecutiveField: string;
|
||||
posDictExecutiveField: string | null;
|
||||
|
||||
@Column()
|
||||
posDictArea: string;
|
||||
posDictArea: string | null;
|
||||
}
|
||||
|
||||
export type UpdatePosDict = Partial<CreatePosDict>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue