แก้แบบมอบหมายงานฯ ไม่เเสดง
This commit is contained in:
parent
15d2d20030
commit
8337d74368
4 changed files with 23 additions and 10 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue