fix
This commit is contained in:
parent
f027422d56
commit
293d41b0f2
2 changed files with 20 additions and 20 deletions
|
|
@ -285,8 +285,8 @@ export class UpdateDevelopmentHistory {
|
|||
}
|
||||
|
||||
export class CreateDevelopmentHistoryOBO {
|
||||
@Column()
|
||||
rank: string | null;
|
||||
// @Column()
|
||||
// rank: string | null;
|
||||
@Column()
|
||||
prefix: string | null;
|
||||
@Column()
|
||||
|
|
@ -298,15 +298,17 @@ export class CreateDevelopmentHistoryOBO {
|
|||
@Column()
|
||||
position: string | null;
|
||||
@Column()
|
||||
posExecutive: string | null;
|
||||
posExecutive?: string | null;
|
||||
@Column()
|
||||
posLevelId: string | null;
|
||||
posLevelId?: string | null;
|
||||
@Column()
|
||||
posTypeId: string | null;
|
||||
posTypeId?: string | null;
|
||||
// @Column()
|
||||
// developmentId: string;
|
||||
@Column()
|
||||
developmentId: string;
|
||||
commandNumber: string | null;
|
||||
@Column()
|
||||
order: string | null;
|
||||
commandDate: Date | null;
|
||||
@Column()
|
||||
trainingDays: string | null;
|
||||
@Column()
|
||||
|
|
@ -314,8 +316,6 @@ export class CreateDevelopmentHistoryOBO {
|
|||
@Column()
|
||||
type: string | null;
|
||||
@Column()
|
||||
dateOrder: Date | null;
|
||||
@Column()
|
||||
dateStart: Date | null;
|
||||
@Column()
|
||||
dateEnd: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue