ปรับหน้าจัดการสิทธิ์
This commit is contained in:
parent
1cedcf539f
commit
aae6311ca1
6 changed files with 561 additions and 49 deletions
|
|
@ -56,8 +56,8 @@ interface DataTree {
|
|||
ancestorDNA: string;
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
createdUserId: "94ba986d-f871-46a2-be92-46c0cbf0bc56";
|
||||
id: string;
|
||||
createdUserId: string;
|
||||
id: string | null;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdateUserId: string;
|
||||
lastUpdatedAt: string;
|
||||
|
|
@ -72,6 +72,7 @@ interface DataTree {
|
|||
orgRootRankSub: string;
|
||||
orgRootShortName: string;
|
||||
responsibility: string;
|
||||
isDeputy: boolean;
|
||||
}
|
||||
|
||||
interface DataProfile {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue