This commit is contained in:
AdisakKanthawilang 2024-07-30 17:23:45 +07:00
parent f027422d56
commit 293d41b0f2
2 changed files with 20 additions and 20 deletions

View file

@ -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;