api บรรจุ

This commit is contained in:
Thanit Konmek 2023-07-14 01:00:24 +07:00
parent 79d864bc01
commit d400ba26ed
6 changed files with 146 additions and 152 deletions

View file

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

View file

@ -6,6 +6,7 @@ interface DataProps {
//ข้อมูล
interface RequestItemsObject {
id: string;
educationLevel: string;
level: string;
levelId: string;
positionPath: string;