Refactoring code module 05_placement
This commit is contained in:
parent
202fbf27b6
commit
4678ead38e
75 changed files with 3110 additions and 10795 deletions
|
|
@ -283,6 +283,14 @@ interface ListMenu {
|
|||
type: string;
|
||||
color: string;
|
||||
}
|
||||
|
||||
interface DataEducation {
|
||||
university: string;
|
||||
degree: string;
|
||||
major: string;
|
||||
graduation: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -307,6 +315,7 @@ export type {
|
|||
tableType,
|
||||
ListDataText,
|
||||
ListMenu,
|
||||
DataEducation,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue