docs: 同步项目重命名后的架构文档
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
```csharp
|
||||
// Models/QfodRecord.cs
|
||||
namespace WCTDataMiner.Models;
|
||||
namespace Gpulse.WCT.DataAnalyzer.Models;
|
||||
|
||||
public class QfodRecord
|
||||
{
|
||||
@@ -93,9 +93,9 @@ public class QfodRecord
|
||||
// Data/Configurations/QfodRecordConfiguration.cs
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Metadata.Builders;
|
||||
using WCTDataMiner.Models;
|
||||
using Gpulse.WCT.DataAnalyzer.Models;
|
||||
|
||||
namespace WCTDataMiner.Data.Configurations;
|
||||
namespace Gpulse.WCT.DataAnalyzer.Data.Configurations;
|
||||
|
||||
public class QfodRecordConfiguration : IEntityTypeConfiguration<QfodRecord>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user