# WPFManager **Repository Path**: dsfdsfsdfsdf/WPFManager ## Basic Information - **Project Name**: WPFManager - **Description**: 一款非常漂亮的 WPF 管理系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://mp.weixin.qq.com/s/FWO-3d8G3i1Ve_QPlIpiXA - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-11-14 - **Last Updated**: 2025-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README  # WPF开发的管理系统(数据库MSSqlserver) 项目采用插件式方式开发,在开发时可以更好的业务分离,提高多人协作开发效率. # 项目中使用到的技术 NETFramework472 Panuon.UI.Silver LiveCharts NPOI.Excel NLog Newtonsoft.Json EntityFramework(Code First) 开发环境: VS2019 Sqlserver2019 # 正在进行中(闲时开发中,尚不完善) 新功能开发 # 功能截图 登录 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E7%99%BB%E5%BD%95.jpg) 选择插件 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E9%80%89%E6%8B%A9%E6%8F%92%E4%BB%B6.jpg) 主页 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E4%B8%BB%E9%A1%B5.jpg) 人员管理 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E4%BA%BA%E5%91%98%E7%AE%A1%E7%90%86.jpg) 插件管理 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E6%8F%92%E4%BB%B6%E7%AE%A1%E7%90%86.jpg) 邮件 ![image](https://github.com/straw-git/WPFManager/blob/master/%E6%95%88%E6%9E%9C%E5%9B%BE/%E9%82%AE%E4%BB%B6.jpg) # 更新日志 220530更新: 登录功能(含插件选择) 主页功能(邮件、皮肤、设置) 管理中心(人员管理、角色授权、插件管理、职位管理) # 目录介绍 Client:程序入口,拥有登录、主页、主题设置窗口,主要功能是发现和解析插件数据 CorePlugin:核心管理模块,仅包含管理员、系统公用数据、及权限的维护 CoreDBModels:基础数据模型(人员、职位、邮件、权限、日志、设置)(EF 数据模型) 单独模块: NewPlugins:新模块示例 WebPlugins:插件更新模块(用于管理线上插件依赖文件)