2 Commits (e2c0689dcb437a89ef588c0f3ba4ad27b598f909)

Author SHA1 Message Date
821644@qq.com a19d2e6f68 更新文档:将.NET版本统一改为.NET 8.0
- AGENTS.md: 更新技术栈为.NET 8.0 WebApi,更新项目结构
- DEVELOPMENT_REQUIREMENTS.md: 更新.NET 6.0为.NET 8.0
- readme.md: 更新.NET 6为.NET 8.0,移除Haoliang.Tests引用
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