临时提交
This commit is contained in:
@@ -5,7 +5,7 @@ using SqlSugar;
|
||||
using SqlSugar.DbConvert;
|
||||
using S7.Net; // AddAsync this using directive
|
||||
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
/// <summary>
|
||||
/// 表示设备信息。
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using DMS.Core.Enums;
|
||||
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
/// <summary>
|
||||
/// 表示MQTT配置信息。
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using DMS.Core.Enums;
|
||||
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
/// <summary>
|
||||
/// 表示变量数据信息。
|
||||
|
||||
Reference in New Issue
Block a user