2 Commits (main)

Author SHA1 Message Date
jiang 3093d66484 docs: 更新项目文档以匹配.NET 8.0实现
- 需求文档.md: 更新后端框架为.NET 8.0 Web API
- readme.md: 更新数据库为MariaDB 10.6+,添加Entity Framework Core
- 详细功能设计文档.md:
  - 更新数据访问层为Entity Framework Core
  - 更新项目结构为.NET 8.0标准结构
  - 更新IIS配置为.NET 8.0无托管代码
- DEVELOPMENT_REQUIREMENTS.md:
  - 更新项目结构添加Entities目录
  - 移除Redis缓存依赖
3 weeks ago
821644@qq.com f90cbd7209 Initial commit: Complete .NET6 CNC machine data collection and analysis system
- Created standard .NET6 project structure with Haoliang.Api, Haoliang.Core, Haoliang.Data, Haoliang.Models, and Haoliang.Tests
- Implemented device management API with Entity Framework Core and MySQL
- Added production calculation logic for CNC machine output statistics
- Created comprehensive data models for devices, templates, production records, users, and system
- Implemented repository pattern for data access
- Added comprehensive test coverage for models and production logic
- Fixed version compatibility issues with Pomelo.EntityFrameworkCore.MySql and Microsoft.AspNetCore.Cors
4 weeks ago