{"id":14972202,"url":"https://github.com/liukuo362573/yishaadmin","last_synced_at":"2025-05-14T22:08:42.489Z","repository":{"id":37706598,"uuid":"210280372","full_name":"liukuo362573/YiShaAdmin","owner":"liukuo362573","description":"基于 .NET Core MVC 的权限管理系统，代码易读易懂、界面简洁美观","archived":false,"fork":false,"pushed_at":"2024-06-30T07:38:36.000Z","size":11182,"stargazers_count":2519,"open_issues_count":80,"forks_count":904,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-05-14T22:08:34.070Z","etag":null,"topics":["aspnetcore","bootstrap3","jquery","mvc","web"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liukuo362573.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-23T06:28:57.000Z","updated_at":"2025-05-14T18:28:15.000Z","dependencies_parsed_at":"2024-09-23T11:00:49.708Z","dependency_job_id":"9bb6ad97-4513-4a51-8b33-a472f1e9f044","html_url":"https://github.com/liukuo362573/YiShaAdmin","commit_stats":{"total_commits":358,"total_committers":12,"mean_commits":"29.833333333333332","dds":0.06145251396648044,"last_synced_commit":"ba04d5072885447553e372bb87e372b55a90780c"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liukuo362573%2FYiShaAdmin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liukuo362573%2FYiShaAdmin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liukuo362573%2FYiShaAdmin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liukuo362573%2FYiShaAdmin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liukuo362573","download_url":"https://codeload.github.com/liukuo362573/YiShaAdmin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254235700,"owners_count":22036964,"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","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":["aspnetcore","bootstrap3","jquery","mvc","web"],"created_at":"2024-09-24T13:46:32.685Z","updated_at":"2025-05-14T22:08:37.458Z","avatar_url":"https://github.com/liukuo362573.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## YiShaAdmin\n YiShaAdmin 基于.NET Core Web开发，借鉴了很多开源项目的优点，让你开发Web管理系统和移动端Api更简单，所以我也把她开源了。\n 她可以用于所有的Web应用程序，例如网站管理后台、CMS、CRM、ERP、OA这类的系统和移动端Api。\u003cbr /\u003e\n \n| YiShaAdmin 版本 | .NET Core 版本 | 是否支持 | 链接 | Developer |\n|:-----|:-----|:-----|:-----|:-----|\n| 7.0 | 7.0 | 支持 | [YiShaAdmin-Net7.0](https://github.com/liukuo362573/YiShaAdmin/tree/YiShaAdmin-Net7) | [luckearth](https://github.com/luckearth) |\n| 6.0 | 6.0 | 支持 | [YiShaAdmin-Net6.0](https://github.com/liukuo362573/YiShaAdmin/tree/YiShaAdmin-Net6) | [zgcwkj](https://github.com/zgcwkj) |\n| 3.1 | 3.1 | 支持 | [YiShaAdmin-Net3.1](https://github.com/liukuo362573/YiShaAdmin/tree/master) |  |\n| 2.2 | 2.2 | 支持 | [YiShaAdmin-Net2.2](https://github.com/liukuo362573/YiShaAdmin/releases/tag/v2.2)| |\n\n\n## 内置功能\n\n- 员工管理：员工是系统操作者，该功能主要完成系统用户配置\n- 部门管理：配置系统组织机构（公司、部门、小组）\n- 职位管理：配置系统用户所担任职务\n- 文章中心：管理新闻及公司案例\n- 角色管理：角色菜单权限分配，角色对应权限，员工属于某个角色\n- 菜单管理：配置系统菜单，操作权限，按钮权限标识\n- 通用字典：系统里动态改变的数据，像文章类型，用字典进行维护，不变的数据，可以用枚举\n- 行政区划：全国的省市县三级数据，展示树形数据的使用\n- 系统日志（登录日志、操作日志、Api日志）：查看系统的登录、操作、Api调用日志\n- 定时任务：在线（添加、修改、删除）任务调度，包含执行结果日志\n- 系统Api：Api文档与测试工具\n- 数据表管理：查看当前数据库所有表、字段及记录总数\n- 代码生成：快速生成对单表的增删改查\n- 服务器信息：查看服务器的基本信息\n\n\n## 开发文档\n\n文档地址：[https://www.toolhelper.cn/doc](http://www.toolhelper.cn/doc)  \n\n\u003c!-- \n## QQ 交流群\n\n851661600\n--\u003e\n\n## 演示图\n\n![登录页面](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_1.jpg)\n![登录进去首页](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_2.png)\n![用户列表](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_3.png)\n![用户列表修改](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_4.png)\n\n## 如何参与开源项目\n\n贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。\n\n1. Fork本项目\n2. 创建开发分支 (`git checkout -b dev`)\n3. 提交更改 (`git commit -m 'Add something'`)\n4. 推送到分支 (`git push origin dev`)\n5. 提[Pull Request](https://github.com/liukuo362573/YiShaAdmin/compare)，建议每一个小功能提一个 PR\n\n## License\n\n[MIT](https://github.com/liukuo362573/yishaadmin/blob/master/LICENSE)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliukuo362573%2Fyishaadmin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliukuo362573%2Fyishaadmin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliukuo362573%2Fyishaadmin/lists"}