docs: 同步项目重命名后的架构文档

This commit is contained in:
Scottxjw
2026-08-13 13:29:56 +08:00
parent 645f46abcd
commit 6e197a0cce
19 changed files with 50 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
# Data Model: WCTDataMiner
# Data Model: Gpulse.WCT.DataAnalyzer
> WCTDataMiner 数据库模型规格,采用维度表设计,消除数据冗余
> Gpulse.WCT.DataAnalyzer 数据库模型规格,采用维度表设计,消除数据冗余
---
@@ -189,9 +189,9 @@ public async Task SoftDeleteAsync(Guid id)
```csharp
// Data/WctMinerDbContext.cs
using Microsoft.EntityFrameworkCore;
using WCTDataMiner.Models;
using Gpulse.WCT.DataAnalyzer.Models;
namespace WCTDataMiner.Data;
namespace Gpulse.WCT.DataAnalyzer.Data;
public class WctMinerDbContext : DbContext
{