ผูก API วินัย calendar ของสืบสวน และสอบสวน
This commit is contained in:
parent
c8353cf4fe
commit
3b8b077a80
5 changed files with 945 additions and 22 deletions
|
|
@ -2,5 +2,17 @@ interface DataOptionRes {
|
|||
organizationId: string;
|
||||
organizationName: string;
|
||||
}
|
||||
interface CaledarInvestigatefacts {
|
||||
id: string;
|
||||
title: string;
|
||||
investigationDateStart: Date;
|
||||
investigationDateEnd: Date;
|
||||
}
|
||||
interface CaledarDisciplinary {
|
||||
id: string;
|
||||
title: string;
|
||||
disciplinaryDateEnd: Date;
|
||||
disciplinaryDateStart: Date;
|
||||
}
|
||||
|
||||
export type { DataOptionRes };
|
||||
export type { DataOptionRes, CaledarInvestigatefacts, CaledarDisciplinary };
|
||||
|
|
|
|||
|
|
@ -44,4 +44,5 @@ interface ocListType {
|
|||
organizationId: string;
|
||||
organizationName: string;
|
||||
}
|
||||
|
||||
export type { ListData, ArrayPerson, ocListType, ArrayPersonAdd };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue