消除所有错误,重新构建

This commit is contained in:
2025-07-26 10:05:43 +08:00
parent 3a3ed7a264
commit e292ea9da8
103 changed files with 4254 additions and 3783 deletions

View File

@@ -0,0 +1,10 @@
using DMS.Core.Models;
namespace DMS.Core.Models;
public class VariableMqtt
{
public Variable Variable { get; set; }
public MqttServer Mqtt { get; set; }
public int MqttId { get; set; }
}