ทะเบียนประวัติ: แก้ตาราง, ประวัติแก้ไข, วันที่แก้ไข

This commit is contained in:
puriphatt 2024-03-29 12:33:58 +07:00
parent bf8b9b1e6e
commit 3df3cc2a3b
8 changed files with 911 additions and 328 deletions

View file

@ -2,8 +2,8 @@ interface RowList {
id: string;
date: Date | null;
detail: string;
createdFullName: string;
createdAt: Date;
lastUpdateFullName: string;
lastUpdatedAt: Date;
}
interface FormFilter {