docs: 同步项目重命名后的架构文档
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
```csharp
|
||||
// Models/TxSoftware.cs
|
||||
namespace WCTDataMiner.Models;
|
||||
namespace Gpulse.WCT.DataAnalyzer.Models;
|
||||
|
||||
public class TxSoftware
|
||||
{
|
||||
@@ -49,9 +49,9 @@ public class TxSoftware
|
||||
// Data/Configurations/TxSoftwareConfiguration.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 TxSoftwareConfiguration : IEntityTypeConfiguration<TxSoftware>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user