ปรับหน้า (หน้าแรก)

This commit is contained in:
setthawutttty 2023-09-11 10:31:02 +07:00
parent 8e3f6a99ca
commit a658945b7c
2 changed files with 43 additions and 14 deletions

View file

@ -21,6 +21,7 @@ interface DataInbox {
subject: string;
timereceive: Date;
body: string;
payload: string;
ratingModel: number;
}