แก้ฟิล resultYear

This commit is contained in:
setthawutttty 2024-01-09 17:39:03 +07:00
parent 6a7d3e15c5
commit 85047c22d7
2 changed files with 5 additions and 5 deletions

View file

@ -9,7 +9,7 @@ interface DataResult {
resultDisciplineType: string; //สถานะ
resultTitleType: string; //สถานะ
resultOc: string; //สถานะ
fiscalYear: string; //สถานะ
resultYear: string; //สถานะ
createdAt: Date | null; //วันที่ส่งเรื่องสอบสวน
}
interface DataResultList {