update workflow
This commit is contained in:
parent
7daa163b55
commit
f0061b18c2
4 changed files with 34 additions and 25 deletions
|
|
@ -5,6 +5,7 @@ interface Permission {
|
|||
isUpdate: boolean; //แก้ไขเอกสารได้
|
||||
isDelete: boolean; //ลบเอกสารได้ (ถ้ามี)
|
||||
isCancel: boolean; //ลบเอกสารได้ (ถ้ามี)
|
||||
isSign: boolean;
|
||||
}
|
||||
|
||||
export type { Permission };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue