ทะเบียนประวัติ => ข้อมูลการพ้นจากราชการ
This commit is contained in:
parent
6003547e78
commit
737fa3a5b6
4 changed files with 85 additions and 27 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue