ผูก API วินัย calendar ของสืบสวน และสอบสวน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-06 14:56:09 +07:00
parent c8353cf4fe
commit 3b8b077a80
5 changed files with 945 additions and 22 deletions

View file

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

View file

@ -44,4 +44,5 @@ interface ocListType {
organizationId: string;
organizationName: string;
}
export type { ListData, ArrayPerson, ocListType, ArrayPersonAdd };