YiShaAdmin
YiShaAdmin is based on .NET Core Web development and draws on the advantages of many open source projects, making it easier for you to develop a web management system and mobile API, so I also opened it. It can be used in all web applications, such as website management backend, CMS, CRM, ERP, OA and other systems and mobile APIs.
| YiShaAdmin version | .NET Core version | Whether it is supported | Link | Developer |
|---|
| 7.0 | 7.0 | support | YiShaAdmin-Net7.0 | luckyarth |
| 6.0 | 6.0 | support | YiShaAdmin-Net6.0 | zgcwkj |
| 3.1 | 3.1 | support | YiShaAdmin-Net3.1 | |
| 2.2 | 2.2 | support | YiShaAdmin-Net2.2 | |
Built-in functions
- Employee management: Employees are system operators, and this function mainly completes system user configuration
- Department management: configure system organization (company, department, group)
- Job Management: Configure the positions held by the user in the system
- Article Center: Management News and Company Cases
- Role management: role menu permission allocation, role corresponding permissions, and employees belong to a role
- Menu Management: Configure system menu, operation permissions, button permission identification
- General dictionary: Data that is dynamically changed in the system, such as article types, is maintained with dictionaries, and unchanged data can be enumerated.
- Administrative division: national provincial, municipal and county data, displaying the use of tree data
- System log (login log, operation log, Api log): view the system's login, operation, and Api call log
- Timed tasks: Online (add, modify, delete) task scheduling, including execution result log
- System Api: Api documentation and testing tools
- Data table management: View all tables, fields and records in the current database
- Code generation: Quickly generate add, delete, modify and check a single table
- Server information: View basic information of the server
Development Documentation
Document address: https://www.toolhelper.cn/doc
Demo diagram
How to participate in an open source project
Contribution makes the open source community an excellent place to learn, inspire and create. Any contribution you have made is very grateful .
- Fork this project
- Create a development branch (
git checkout -b dev ) - Commit changes (
git commit -m 'Add something' ) - Push to branch (
git push origin dev ) - Recommend Pull Request, it is recommended to provide a PR for each small function
License
MIT