Upgrade Nuget
大石头 authored at 2024-11-20 14:03:58
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; }
}