ทะเบียนประวัติ: ผลการประเมิน + แก้ไขฟอร์ม

This commit is contained in:
puriphatt 2024-03-14 16:44:43 +07:00
parent 748a878deb
commit c045d4f7ff
5 changed files with 831 additions and 18 deletions

View file

@ -0,0 +1,16 @@
//ข้อมูล
interface ResponseObject {
id: string;
point1Total: number;
point1: number;
point2Total: number;
point2: number;
pointSumTotal: number;
pointSum: number;
name: string;
date: Date;
createdFullName: string;
createdAt: Date;
}
export type { ResponseObject };