hutongqing
2024-08-21 b5bc0d6eb2d2e55ea830a1b286252b9754cbf8e9
WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocolDetail.cs
@@ -21,6 +21,7 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEAWCS_Core.DB.Models;
namespace WIDESEAWCS_QuartzJob.Models
{
@@ -28,7 +29,7 @@
    /// 设备协议明细
    /// </summary>
    [SugarTable(nameof(Dt_DeviceProtocolDetail), "设备协议明细")]
    public class Dt_DeviceProtocolDetail
    public class Dt_DeviceProtocolDetail : BaseEntity
    {
        /// <summary>
        /// 主键
@@ -46,7 +47,7 @@
        /// 设备协议参数名称
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "设备协议参数名称")]
        public string DeviceProParamName {  get; set; }
        public string DeviceProParamName { get; set; }
        /// <summary>
        /// 设备协议明细类型