no message
This commit is contained in:
parent
8c6bb382c0
commit
d29f52436e
2 changed files with 146 additions and 69 deletions
|
|
@ -188,6 +188,22 @@ const FamilyDataDefualt: Family = {
|
|||
motherLastName: "",
|
||||
motherOccupation: "",
|
||||
};
|
||||
interface Assign {
|
||||
id: number;
|
||||
personal_id: string;
|
||||
knowlage_skill_map_no: number;
|
||||
round_no: number;
|
||||
date_start: Date;
|
||||
date_finish: Date;
|
||||
behavior_desc: string;
|
||||
other_desc: string;
|
||||
other4_desc: string;
|
||||
othor5_no1_desc: string;
|
||||
othor5_no2_desc: string;
|
||||
experimenter_dated: Date;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
export type {
|
||||
DataOption,
|
||||
DataOptionInsignia,
|
||||
|
|
@ -206,6 +222,7 @@ export type {
|
|||
Address,
|
||||
optionData,
|
||||
Certificate,
|
||||
Assign,
|
||||
};
|
||||
|
||||
export { AddressDataDefualt, FamilyDataDefualt };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue