api บรรจุ
This commit is contained in:
parent
79d864bc01
commit
d400ba26ed
6 changed files with 146 additions and 152 deletions
|
|
@ -140,6 +140,15 @@ interface Address {
|
|||
registSame: string;
|
||||
}
|
||||
|
||||
interface Certificate {
|
||||
id: string;
|
||||
certificateNo: string;
|
||||
issuer: string;
|
||||
issueDate: Date;
|
||||
expireDate: Date;
|
||||
certificateType: string;
|
||||
}
|
||||
|
||||
const AddressDataDefualt: Address = {
|
||||
registAddress: "",
|
||||
currentAddress: "",
|
||||
|
|
@ -195,6 +204,7 @@ export type {
|
|||
Family,
|
||||
Address,
|
||||
optionData,
|
||||
Certificate,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ interface DataProps {
|
|||
//ข้อมูล
|
||||
interface RequestItemsObject {
|
||||
id: string;
|
||||
educationLevel: string;
|
||||
level: string;
|
||||
levelId: string;
|
||||
positionPath: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue