给Mqtt添加属性

This commit is contained in:
2025-07-03 08:39:48 +08:00
parent a819baa85f
commit 577e5505da
3 changed files with 152 additions and 3 deletions

11
Enums/MqttPlatform.cs Normal file
View File

@@ -0,0 +1,11 @@
using System.ComponentModel;
namespace PMSWPF.Enums;
public enum MqttPlatform
{
[Description("艾莫迅")]
Amsamotion,
[Description("有人云")]
USR
}