2 Commits (263224e78baaf70f10d5249664cf18bc3f8adb0c)

Author SHA1 Message Date
821644@qq.com a1564b8ce2 第一阶段:数据库环境验证完成
- 验证MariaDB root/root连接成功
- 确认cnc_business(13张表)和cnc_log(8张表)已创建
- 更新appsettings.json连接字符串为root/root
- 数据库已有数据:1个admin用户、4个角色
- 验证项目编译成功(0 Error, 703 Warning)
- 创建IMPLEMENTATION_PLAN.md实施计划文件
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