{"id":2754543,"url":"https://github.com/zsvg-com/vboot-net","last_synced_at":"2025-08-05T11:31:56.256Z","repository":{"id":219686553,"uuid":"494894335","full_name":"zsvg-com/vboot-net","owner":"zsvg-com","description":"vboot 一个开箱即用的快速开发平台.NET版 后端基于Furion框架，数据库访问使用Sqlsugar，codeFirst方式。 前端采用Vue3 基于vue-next-admin/vben框架，引入了bpmn.js工作流、VForm可视化表单","archived":false,"fork":false,"pushed_at":"2022-05-21T21:02:40.000Z","size":8315,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-08T13:36:40.468Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zsvg-com.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-21T21:02:31.000Z","updated_at":"2024-12-02T08:58:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"af16ccba-a0a5-4d43-a791-038d8a95d9ea","html_url":"https://github.com/zsvg-com/vboot-net","commit_stats":null,"previous_names":["zsvg-com/vboot-net"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zsvg-com/vboot-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsvg-com%2Fvboot-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsvg-com%2Fvboot-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsvg-com%2Fvboot-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsvg-com%2Fvboot-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zsvg-com","download_url":"https://codeload.github.com/zsvg-com/vboot-net/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zsvg-com%2Fvboot-net/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268887090,"owners_count":24323897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-29T06:22:39.682Z","updated_at":"2025-08-05T11:31:56.221Z","avatar_url":"https://github.com/zsvg-com.png","language":"C#","funding_links":[],"categories":[".Net"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003ch1 align=\"center\"\u003evboot-net\u003c/h1\u003e\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\u003ch3 align=\"center\"\u003e一个开箱即用的快速开发平台.NET版\u003c/h3\u003e\u003c/div\u003e\n\n# 🍿 相关地址\n\n* 体验地址1：[http://zsvg.gitee.io/vue](http://zsvg.gitee.io/vue) （基于Element-Plus）\n* 体验地址2：[http://zsvg.gitee.io/vben](http://zsvg.gitee.io/vben) （基于Ant-Design-Vue）\n* 文档地址 ：[http://zsvg.gitee.io/vnds](http://zsvg.gitee.io/vnds)\n* QQ交流群：[795417789](https://jq.qq.com/?_wv=1027\u0026k=yoKKIlIG) （欢迎大家一起交流）\n\n# 🍟 概述\n\n* 基于.NET6实现的快速开发平台。模块化插件式开发，前后端分离，开箱即用。\n* 后端基于Furion框架，数据库访问使用Sqlsugar，codeFirst方式。\n* 前端基于vue-next-admin/vben框架，引入了bpmn.js工作流、VForm可视化表单。\n* 默认前端（Element-Plus）项目地址：[https://gitee.com/zsvg/vboot-vue](https://gitee.com/zsvg/vboot-vue)\n* Vben前端（Ant-Design-Vue）项目地址：[https://gitee.com/zsvg/vboot-vben](https://gitee.com/zsvg/vboot-vben)\n* JAVA实现的同功能项目地址：[https://gitee.com/zsvg/vboot-java](https://gitee.com/zsvg/vboot-java) 两个项目会同步开发\n\n# 🏀 分层说明\n```\n├─Vboot.Application             -\u003e业务应用层，在此写您具体业务代码\n├─Vboot.Core                    -\u003e框架核心层\n├─Vboot.Web.Core                -\u003eWeb核心层，主要是服务注册及鉴权\n├─Vboot.Web.Entry               -\u003eWeb入口层/启动层，可任意更换\n注：建议将自己的业务代码写在【Vboot.Application】层里面，可随框架升级减少冲突。\n```\n\n# 🍖 详细功能\n\n1. 主控面板：控制台页面，可进行工作台，分析页，统计等功能的展示。\n2. 部门管理：部门维护，支持多层级结构的树形结构。\n3. 用户管理：用户维护，可设置用户部门，岗位，群组，职务，角色，数据权限等。\n4. 岗位管理：岗位维护，岗位可作为用户的一个标签，岗位也可与权限等其他功能挂钩。\n5. 群组管理：群组维护，群组可设置部门，用户，岗位，用于更广泛的权限设置。\n6. 菜单管理：菜单目录，菜单，和按钮的维护是权限控制的基本单位。\n7. 角色管理：角色绑定菜单后，可限制相关角色的人员登录系统的功能范围。\n8. 字典管理：系统内各种枚举类型的维护。\n9. 访问日志：用户的登录和退出日志的查看和管理。\n10. 操作日志：用户的操作业务的日志的查看和管理。\n11. 定时任务：定时任务的维护，通过cron表达式控制任务的执行频率。\n12. 流程引擎：流程图展示，支持驳回、转办、废弃，跳转等功能\n13. 消息机制：待办待阅功能，联通钉钉与企业微信接口\n\n# ⚡ 近期计划\n\n- [ ] 完善文档\n- [ ] 完善工作流\n- [ ] 代码生成器\n\n# 💐 特别鸣谢\n- 👉 Furion：  [https://dotnetchina.gitee.io/furion](https://dotnetchina.gitee.io/furion)\n- 👉 SqlSugar：[https://gitee.com/dotnetchina/SqlSugar](https://gitee.com/dotnetchina/SqlSugar)\n- 👉 Admin.NET：[https://gitee.com/zuohuaijun/Admin.NET](https://gitee.com/zuohuaijun/Admin.NET)\n- 👉 Magic.NET：[https://gitee.com/zhengguojing/admin-net-sqlsugar](https://gitee.com/zhengguojing/admin-net-sqlsugar)\n- 👉 Vben-Admin：[https://vvbin.cn/doc-next](https://vvbin.cn/doc-next)\n- 👉 vue-next-admin：[https://gitee.com/lyt-top/vue-next-admin](https://gitee.com/lyt-top/vue-next-admin)\n- 👉 vxe-table：[https://gitee.com/xuliangzhan_admin/vxe-table](https://gitee.com/xuliangzhan_admin/vxe-table)\n- 👉 VForm：[https://www.vform666.com](https://www.vform666.com/)\n\n```\n如果对您有帮助，点击右上角⭐Star⭐关注 ，感谢支持开源！\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsvg-com%2Fvboot-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsvg-com%2Fvboot-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsvg-com%2Fvboot-net/lists"}