临时提交

This commit is contained in:
2025-07-19 09:25:01 +08:00
parent e1a89e7c70
commit 01fe2e14ef
52 changed files with 499 additions and 370 deletions

View File

@@ -5,7 +5,7 @@ using SqlSugar;
using SqlSugar.DbConvert;
using S7.Net; // AddAsync this using directive
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示设备信息。

View File

@@ -1,7 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
using DMS.Core.Enums;
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示MQTT配置信息。

View File

@@ -1,7 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
using DMS.Core.Enums;
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示变量数据信息。