# MsinBackStage **Repository Path**: msin-Music-Store/MsinBackStage ## Basic Information - **Project Name**: MsinBackStage - **Description**: Msin 音乐商店后台管理模块 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-05-22 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 数据访问层基础模块 - SqlHelper 简单封装了 ADO.NET - BaseDataAccessor 基于反射的数据访问器, 提供任意类型的 Entity 对象的 Insert, Update, Delete 方法. 依赖于 SqlHelper - MsinMusicStore.dbml .NET Framework 自动生成的对象关系映射, 供 Linq To SQL 使用 # Git Commit message 编写指南 > 参考: [Commit message 和 Change log 编写指南 阮一峰](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html) Commit message 包括三个部分: - Header - Body - Footer 格式: ``` (): // 空一行 // 空一行