generated from quanttide/quanttide-example-of-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# 议事机构 | ||
|
||
议事机构(`Institute`),通常指的是一个正式的组织或团体,其成员聚集在一起讨论、审议和决定特定的事务或政策。 | ||
这类机构可能存在于政府、企业、非营利组织或其他类型的治理结构中。 | ||
议事机构的目的是为了集思广益,通过成员之间的讨论和辩论,最终形成决策。 | ||
|
||
例如: | ||
|
||
* 政府机构:国会、议会、国民议会、立法院等。 | ||
* 企业机构:董事会、监事会、股东大会等。 | ||
* 非营利组织:理事会、咨询委员会等。 | ||
|
||
字段: | ||
|
||
- ID(`id`) | ||
- 创建时间(`createdAt`) | ||
- 更新时间(`updatedAt`) | ||
- 标识(`name`) | ||
- 名称(`verboseName`) | ||
|
||
## 汇报关系 | ||
|
||
议事机构汇报关系(`InstituteRelation`) | ||
|
||
字段: | ||
|
||
- ID(`id`) | ||
- 创建时间(`createdAt`) | ||
- 子机构(`child`) | ||
- 父机构(`parent`) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# 议事代表 | ||
|
||
议事代表(`Representative`)是指在一个议事机构中被选举或指定来代表特定群体、组织或地区利益的人。 | ||
议事代表在机构中拥有发言权和投票权,他们参与讨论、提出建议,并在决策过程中代表所代表的群体或区域的利益。 | ||
|
||
议事代表可能是由选举产生,如国会议员;也可能是由任命产生,如公司董事会成员。 | ||
他们的角色是确保所代表的利益得到充分的考虑和代表。 | ||
|
||
字段: | ||
|
||
- ID(`id`) | ||
- 创建时间(`createdAt`) | ||
- 用户(`user`) | ||
- 议事机构(`institute`) |