Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liukuo362573/YiShaAdmin

基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观
https://github.com/liukuo362573/YiShaAdmin

aspnetcore bootstrap3 jquery mvc web

Last synced: 7 days ago
JSON representation

基于 .NET Core MVC 的权限管理系统,代码易读易懂、界面简洁美观

Awesome Lists containing this project

README

        

## YiShaAdmin
YiShaAdmin 基于.NET Core Web开发,借鉴了很多开源项目的优点,让你开发Web管理系统和移动端Api更简单,所以我也把她开源了。
她可以用于所有的Web应用程序,例如网站管理后台、CMS、CRM、ERP、OA这类的系统和移动端Api。


| YiShaAdmin 版本 | .NET Core 版本 | 是否支持 | 链接 | Developer |
|:-----|:-----|:-----|:-----|:-----|
| 7.0 | 7.0 | 支持 | [YiShaAdmin-Net7.0](https://github.com/liukuo362573/YiShaAdmin/tree/YiShaAdmin-Net7) | [luckearth](https://github.com/luckearth) |
| 6.0 | 6.0 | 支持 | [YiShaAdmin-Net6.0](https://github.com/liukuo362573/YiShaAdmin/tree/YiShaAdmin-Net6) | [zgcwkj](https://github.com/zgcwkj) |
| 3.1 | 3.1 | 支持 | [YiShaAdmin-Net3.1](https://github.com/liukuo362573/YiShaAdmin/tree/master) | |
| 2.2 | 2.2 | 支持 | [YiShaAdmin-Net2.2](https://github.com/liukuo362573/YiShaAdmin/releases/tag/v2.2)| |

## 内置功能

- 员工管理:员工是系统操作者,该功能主要完成系统用户配置
- 部门管理:配置系统组织机构(公司、部门、小组)
- 职位管理:配置系统用户所担任职务
- 文章中心:管理新闻及公司案例
- 角色管理:角色菜单权限分配,角色对应权限,员工属于某个角色
- 菜单管理:配置系统菜单,操作权限,按钮权限标识
- 通用字典:系统里动态改变的数据,像文章类型,用字典进行维护,不变的数据,可以用枚举
- 行政区划:全国的省市县三级数据,展示树形数据的使用
- 系统日志(登录日志、操作日志、Api日志):查看系统的登录、操作、Api调用日志
- 定时任务:在线(添加、修改、删除)任务调度,包含执行结果日志
- 系统Api:Api文档与测试工具
- 数据表管理:查看当前数据库所有表、字段及记录总数
- 代码生成:快速生成对单表的增删改查
- 服务器信息:查看服务器的基本信息

## 开发文档

文档地址:[https://www.toolhelper.cn/doc](http://www.toolhelper.cn/doc)

## 演示图

![登录页面](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_1.jpg)
![登录进去首页](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_2.png)
![用户列表](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_3.png)
![用户列表修改](https://raw.githubusercontent.com/liukuo362573/YiShaAdmin/master/YiSha.Web/YiSha.Admin.Web/wwwroot/image/demo_4.png)

## 如何参与开源项目

贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是**非常感谢**的。

1. Fork本项目
2. 创建开发分支 (`git checkout -b dev`)
3. 提交更改 (`git commit -m 'Add something'`)
4. 推送到分支 (`git push origin dev`)
5. 提[Pull Request](https://github.com/liukuo362573/YiShaAdmin/compare),建议每一个小功能提一个 PR

## License

[MIT](https://github.com/liukuo362573/yishaadmin/blob/master/LICENSE)