2 Commits (9da2376fa72da994be9838e5d4e41b5b289214e8)

Author SHA1 Message Date
jiang 383f2555e0 feat: 配置MariaDB数据库并导入表结构
- 创建 cnc_business 和 cnc_log 数据库
- 导入 cnc_business.sql 创建业务库表
- 导入 cnc_log_fixed.sql 创建日志库表
- 修复 cnc_log_fixed.sql 中的视图定义问题
- appsettings.json 已配置正确的数据库连接字符串
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