# member-management **Repository Path**: songtaojie/member-management ## Basic Information - **Project Name**: member-management - **Description**: 简单的会员管理系统 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-12 - **Last Updated**: 2024-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # member-management #### 介绍 基于Winform的简单的会员管理系统,主要包含功能有:登录,基本参数设置,会员维护查询,充值扣费,充值扣费账单查询功能,查询列表导出功能,简单的打印功能 #### 软件架构 数据库技术:Mysql ORM框架:EF+CodeFirst模式进行数据库的迁移映射 Excel导出:NPOI #### 使用说明 1. 拉取/下载代码,编译代码 2. 修改配置文件App.config中数据库配置即connectionStrings节点中的值 3. 直接运行编译后生成exe即可打开程序(应用程序启动时会自动执行迁移文件生成数据库,并生成种子数据) 4. 内置登录密码为123456 #### 基本功能展示 1.登录 ![登陆功能](https://images.gitee.com/uploads/images/2021/0512/151514_27f134e0_2229723.png "登录.png") 2.主页会员分页列表 ![会员列表](https://images.gitee.com/uploads/images/2021/0512/151757_20b2f90a_2229723.png "会员列表.png") 3.充值页面 ![充值页面](https://images.gitee.com/uploads/images/2021/0512/152024_a7d5b2d4_2229723.png "充值页面.png") 4. 扣费页面 ![扣费页面](https://images.gitee.com/uploads/images/2021/0512/152057_d4e88799_2229723.png "扣费页面.png") 4.充值扣费记录分页列表 ![充值扣费记录分页列表](https://images.gitee.com/uploads/images/2021/0512/151922_76be79a3_2229723.png "充值扣费记录分页列表.png")