no message

This commit is contained in:
setthawutttty 2023-07-27 09:11:43 +07:00
parent 8c6bb382c0
commit d29f52436e
2 changed files with 146 additions and 69 deletions

View file

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