2 Commits (73b92d2b12b16fdf9ed5712d3d197031b323a18c)
 

Author SHA1 Message Date
821644@qq.com 73b92d2b12 docs: 添加项目说明文档
- 添加完整的readme.md文件
- 包含项目概述、技术栈、项目结构、快速开始指南
- 详细说明核心功能、API文档、开发规范
- 提供代码提交规范和故障排除指南
- 确保开发者能够快速了解项目并开始开发
4 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