临时提交3
This commit is contained in:
@@ -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>
|
||||
/// 表示菜单项。
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using DMS.Core.Enums;
|
||||
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
/// <summary>
|
||||
/// 表示通知信息。
|
||||
|
||||
@@ -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节点,用于构建节点树。
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
public class User
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using DMS.Models;
|
||||
using DMS.WPF.Models;
|
||||
|
||||
namespace DMS.Models
|
||||
{
|
||||
|
||||
@@ -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别名。
|
||||
|
||||
@@ -3,7 +3,7 @@ using System.ComponentModel;
|
||||
using CommunityToolkit.Mvvm.ComponentModel;
|
||||
using DMS.Core.Enums;
|
||||
|
||||
namespace DMS.Models;
|
||||
namespace DMS.WPF.Models;
|
||||
|
||||
/// <summary>
|
||||
/// 表示变量表信息。
|
||||
|
||||
Reference in New Issue
Block a user