organization

This commit is contained in:
skiffer-git
2022-04-16 20:10:10 +08:00
parent c65f5b7279
commit cc405b83e2
19 changed files with 670 additions and 333 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ message DepartmentMember {
message UserInDepartment {
OrganizationUser departmentUser = 1;
OrganizationUser organizationUser = 1;
repeated DepartmentMember departmentMemberList = 2;
}