ทะเบียนประวัติ => ข้อมูลการพ้นจากราชการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-30 17:07:04 +07:00
parent 6003547e78
commit 737fa3a5b6
4 changed files with 85 additions and 27 deletions

View file

@ -53,6 +53,13 @@ interface MyObjectRef {
[key: string]: any;
}
interface DataLeave {
date: Date | null;
type: string;
reson: string;
document: string;
}
export type {
DetailData,
FormFilter,
@ -60,4 +67,5 @@ export type {
DataOption,
ResponseTotalObject,
MyObjectRef,
DataLeave,
};