# 理事会监事成员

好的，这是转换后的Markdown表格：

### 理事会人员

| 序号 | 姓名  | 社团职务          | 性别 | 政治面貌   |
| -- | --- | ------------- | -- | ------ |
| 1  | 李莹蓓 | 副秘书长          | 女  | 共青团员   |
| 2  | 于红梅 | 副理事长(副会长、副主席) | 女  | 共青团员   |
| 3  | 绛云  | 理事            | 女  | 中共预备党员 |
| 4  | 秦肖娜 | 理事            | 女  | 民革党员   |
| 5  | 于德智 | 理事长(会长、主席)    | 男  | 群众     |
| 6  | 曹金巍 | 秘书长           | 男  | 群众     |
| 7  | 龚欢  | 理事            | 女  | 群众     |
| 8  | 安宁  | 理事            | 女  | 群众     |
| 9  | 乔新燕 | 理事            | 男  | 群众     |

### 监事成员

| 序号 | 姓名  | 社团职务 | 性别 | 政治面貌 |
| -- | --- | ---- | -- | ---- |
| 1  | 陈晓蕾 | 监事长  | 女  | 群众   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://document.cawabj.cn/other/members.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
