แก้ไข noteส่งไม่ไป,แสดงผลคอลัมน์

This commit is contained in:
oat 2024-01-30 10:22:14 +07:00
parent c8a9e61625
commit 64573c492f
3 changed files with 7 additions and 9 deletions

View file

@ -5,6 +5,7 @@ interface DataResponse {
lastUpdateFullName: String;
lastUpdatedAt: Date;
name: string;
level: Number;
}
interface DataRow {