แก้ไขวินัย
This commit is contained in:
parent
be098be411
commit
99b1148d31
10 changed files with 34 additions and 21 deletions
|
|
@ -10,8 +10,10 @@ interface Persons {
|
|||
salary: number; //เงินเดือน
|
||||
organization: string; //สังกัด
|
||||
name: string;
|
||||
report?: boolean;
|
||||
isSend?: boolean;
|
||||
report?: boolean; // ส่งไปสรุปผลแล้ว
|
||||
isSend?: string; // ส่งไปยุติแล้ว
|
||||
isSuspend?: string; //ส่งไปพักแล้ว
|
||||
statusDiscard?: string; //ส่งไปงดโทษ/เพิ่มโทษแล้ว
|
||||
}
|
||||
interface PersonsArray {
|
||||
id: string; //id อ้างอิง profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue