Merge branch 'main' of https://git.shiblysolution.id/BRITL/entity
This commit is contained in:
@ -14,14 +14,23 @@ export class EarchiveDisposisi {
|
||||
@JoinColumn({ name: 'docid' })
|
||||
doc: EarchiveDoc;
|
||||
|
||||
@Column({ name: 'uuiddisposisi', type: 'uuid', nullable: true })
|
||||
uuiddisposisi: string;
|
||||
@Column({ name: 'fromuuid', type: 'uuid', nullable: true })
|
||||
fromuuid: string;
|
||||
|
||||
@Column({ name: 'nik', nullable: true })
|
||||
nik: string;
|
||||
@Column({ name: 'fromnik', nullable: true })
|
||||
fromnik: string;
|
||||
|
||||
@Column({ name: 'employeename', nullable: true })
|
||||
employeename: string;
|
||||
@Column({ name: 'fromemployeename', nullable: true })
|
||||
fromemployeename: string;
|
||||
|
||||
@Column({ name: 'touuid', type: 'uuid', nullable: true })
|
||||
touuid: string;
|
||||
|
||||
@Column({ name: 'tonik', nullable: true })
|
||||
tonik: string;
|
||||
|
||||
@Column({ name: 'toemployeename', nullable: true })
|
||||
toemployeename: string;
|
||||
|
||||
@Column()
|
||||
@CreateDateColumn()
|
||||
|
||||
Reference in New Issue
Block a user