# hsweb 用户手册

## hsweb 用户手册

- [说明](https://docs.hsweb.io/framework/master.md)
- [快速开始](https://docs.hsweb.io/framework/kuai-su-kai-shi.md)
- [增删改查](https://docs.hsweb.io/framework/zeng-shan-gai-cha.md)
- [通用CRUD](https://docs.hsweb.io/framework/zeng-shan-gai-cha/tong-yong-crud.md)
- [动态SQL条件](https://docs.hsweb.io/framework/zeng-shan-gai-cha/tuo-zhan-cha-xun-tiao-jian.md)
- [数据库版本控制](https://docs.hsweb.io/framework/zeng-shan-gai-cha/shu-ju-ku-ban-ben-kong-zhi.md)
- [拓展实体类](https://docs.hsweb.io/framework/zeng-shan-gai-cha/tuo-zhan-shi-ti-lei.md)
- [权限控制](https://docs.hsweb.io/framework/quan-xian-kong-zhi.md)
- [登录授权](https://docs.hsweb.io/framework/quan-xian-kong-zhi/deng-lu-shou-quan.md)
- [权限管理](https://docs.hsweb.io/framework/quan-xian-kong-zhi/quan-xian-guan-li.md)
- [RBAC权限控制](https://docs.hsweb.io/framework/quan-xian-kong-zhi/rbac-quan-xian-kong-zhi.md)
- [数据权限控制](https://docs.hsweb.io/framework/quan-xian-kong-zhi/shu-ju-quan-xian-kong-zhi.md)
- [双因子验证](https://docs.hsweb.io/framework/quan-xian-kong-zhi/shuang-yin-zi-yan-zheng.md)
- [前后分离](https://docs.hsweb.io/framework/quan-xian-kong-zhi/qian-hou-fen-li.md)
- [常用工具](https://docs.hsweb.io/framework/chang-yong-gong-ju.md)
- [枚举数据字典](https://docs.hsweb.io/framework/chang-yong-gong-ju/mei-ju-shu-ju-zi-dian.md)
- [对象属性拷贝](https://docs.hsweb.io/framework/chang-yong-gong-ju/dui-xiang-shu-xing-kao-bei.md)
- [缓存](https://docs.hsweb.io/framework/chang-yong-gong-ju/huan-cun.md)
- [分布式锁](https://docs.hsweb.io/framework/chang-yong-gong-ju/fen-bu-shi-suo.md)
- [计数器](https://docs.hsweb.io/framework/chang-yong-gong-ju/ji-shu-qi.md)
- [Excel导入导出](https://docs.hsweb.io/framework/chang-yong-gong-ju/excel-dao-ru-dao-chu.md)
- [日志](https://docs.hsweb.io/framework/ri-zhi.md)
- [多数据源](https://docs.hsweb.io/framework/duo-shu-ju-yuan.md)
- [多数据源管理](https://docs.hsweb.io/framework/duo-shu-ju-yuan/duo-shu-ju-yuan-guan-li.md)
- [Mybatis 多数据源](https://docs.hsweb.io/framework/duo-shu-ju-yuan/mybatis-duo-shu-ju-yuan.md)
- [Jta 多数据源事务](https://docs.hsweb.io/framework/duo-shu-ju-yuan/jta-duo-shu-ju-yuan-shi-wu.md)
- [业务功能](https://docs.hsweb.io/framework/ye-wu-gong-neng.md)
- [用户权限](https://docs.hsweb.io/framework/ye-wu-gong-neng/yong-hu-quan-xian.md)
- [组织架构](https://docs.hsweb.io/framework/ye-wu-gong-neng/zu-zhi-jia-gou.md)
- [数据字典](https://docs.hsweb.io/framework/ye-wu-gong-neng/shu-ju-zi-dian.md)
- [动态表单](https://docs.hsweb.io/framework/ye-wu-gong-neng/dong-tai-biao-dan.md)
- [工作流](https://docs.hsweb.io/framework/ye-wu-gong-neng/gong-zuo-liu.md)
- [数据源配置](https://docs.hsweb.io/framework/ye-wu-gong-neng/shu-ju-yuan-pei-zhi.md)
- [模板管理](https://docs.hsweb.io/framework/ye-wu-gong-neng/mo-ban-guan-li.md)
- [动态脚本](https://docs.hsweb.io/framework/ye-wu-gong-neng/dong-tai-jiao-ben.md)
- [首页dashbord配置](https://docs.hsweb.io/framework/ye-wu-gong-neng/shou-ye-dashbord-pei-zhi.md)
- [文件上传下载](https://docs.hsweb.io/framework/ye-wu-gong-neng/wen-jian-shang-chuan-xia-zai.md)
- [在线数据库管理](https://docs.hsweb.io/framework/ye-wu-gong-neng/zai-xian-shu-ju-ku-guan-li.md)
- [其他](https://docs.hsweb.io/framework/qi-ta.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.hsweb.io/framework/master.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.
