清理无用代码

This commit is contained in:
a88359121
2025-07-31 11:18:43 +08:00
parent 03087c0483
commit 2c4be8993c
107 changed files with 1119 additions and 1477 deletions
+5 -11
View File
@@ -1,10 +1,4 @@
using MiniExcelLibs.Attributes;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JinYuan.Models
{
@@ -17,7 +11,7 @@ namespace JinYuan.Models
/// 变量名称
/// </summary>
public string VarName { get; set; }
/// <summary>
/// 变量地址
/// </summary>
@@ -29,7 +23,7 @@ namespace JinYuan.Models
/// <summary>
/// 数据类型
/// </summary>
public string DataType { get; set; }
public string DataType { get; set; }
/// <summary>
/// 偏移或长度
/// </summary>
@@ -37,7 +31,7 @@ namespace JinYuan.Models
/// <summary>
/// 所属通信组名称
/// </summary>
public string GroupName { get; set; }
public string GroupName { get; set; }
/// <summary>
/// 备注说明
/// </summary>
@@ -45,11 +39,11 @@ namespace JinYuan.Models
/// <summary>
/// 是否上升沿报警
/// </summary>
public bool PosAlarm { get; set; }
public bool PosAlarm { get; set; }
/// <summary>
/// 是否下降沿报警
/// </summary>
public bool NegAlarm { get; set;}
public bool NegAlarm { get; set; }
/// <summary>
/// 转换系数
/// </summary>