ปรับวันที่สืบสวน
This commit is contained in:
parent
c50e00968c
commit
fabc55134c
6 changed files with 348 additions and 323 deletions
|
|
@ -2,12 +2,14 @@ interface DataOptionRes {
|
|||
organizationId: string;
|
||||
organizationName: string;
|
||||
}
|
||||
|
||||
interface CaledarInvestigatefacts {
|
||||
id: string;
|
||||
title: string;
|
||||
investigationDateStart: Date;
|
||||
investigationDateEnd: Date;
|
||||
}
|
||||
|
||||
interface CaledarDisciplinary {
|
||||
id: string;
|
||||
title: string;
|
||||
|
|
@ -15,4 +17,10 @@ interface CaledarDisciplinary {
|
|||
disciplinaryDateStart: Date;
|
||||
}
|
||||
|
||||
export type { DataOptionRes, CaledarInvestigatefacts, CaledarDisciplinary };
|
||||
interface ExtendHistoryObject {
|
||||
name: string;
|
||||
dateStart: Date;
|
||||
dateEnd: Date;
|
||||
}
|
||||
|
||||
export type { DataOptionRes, CaledarInvestigatefacts, CaledarDisciplinary, ExtendHistoryObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue