临时提交3

This commit is contained in:
2025-07-19 11:11:01 +08:00
parent 01fe2e14ef
commit ca67d2e6df
117 changed files with 476 additions and 910 deletions

View File

@@ -1,8 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
using DMS.Core.Enums;
using DMS.ViewModels;
using DMS.WPF.ViewModels;
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示菜单项。

View File

@@ -1,6 +1,6 @@
using DMS.Core.Enums;
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示通知信息。

View File

@@ -2,7 +2,7 @@ using System.Collections.ObjectModel;
using CommunityToolkit.Mvvm.ComponentModel;
using Opc.Ua;
namespace DMS.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示OPC UA节点用于构建节点树。

View File

@@ -1,4 +1,4 @@
namespace DMS.Models;
namespace DMS.WPF.Models;
public class User
{

View File

@@ -1,4 +1,4 @@
using DMS.Models;
using DMS.WPF.Models;
namespace DMS.Models
{

View File

@@ -1,9 +1,10 @@
using System;
using CommunityToolkit.Mvvm.ComponentModel;
using DMS.Core.Enums;
using DMS.Data.Entities;
namespace DMS.Models;
using DMS.WPF.Models;
namespace DMS.WPF.Models;
/// <summary>
/// 表示变量数据与MQTT服务器之间的关联模型包含MQTT别名。

View File

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