แก้แบบมอบหมายงานฯ ไม่เเสดง

This commit is contained in:
setthawutttty 2025-01-22 17:52:40 +07:00
parent 15d2d20030
commit 8337d74368
4 changed files with 23 additions and 10 deletions

View file

@ -71,6 +71,13 @@ interface ProbationReportType {
pass_result: number;
evaluate_date: Date;
}
interface FileType{
path:string
pathname:string
fileName:string
title:string
}
export type {
ListDataText,
DataSurvey,
@ -78,4 +85,5 @@ export type {
AppointTopicMain,
AppointTopic,
ProbationReportType,
FileType
};