直接引入ZeroIoT源码,简化用户操作与理解
智能大石头 authored at 2024-05-15 21:27:26
305.00 B
NewLife.Remoting
using NewLife.IoT.ThingSpecification;

namespace NewLife.IoT.Models;

/// <summary>物模型上报</summary>
public class ThingSpecModel
{
    /// <summary>设备编码</summary>
    public String DeviceCode { get; set; }

    /// <summary>物模型</summary>
    public ThingSpec Spec { get; set; }
}