清理无用代码

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
+2 -6
View File
@@ -1,9 +1,5 @@
using MiniExcelLibs.Attributes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JinYuan.Models
{
@@ -19,7 +15,7 @@ namespace JinYuan.Models
/// <summary>
/// 起始地址
/// </summary>
public string Start { get; set; }
public string Start { get; set; }
/// <summary>
/// 长度
/// </summary>
@@ -33,7 +29,7 @@ namespace JinYuan.Models
/// 是否需要反馈结果到PLC
/// </summary>
public bool IsFeedbackPlc { get; set; }
/// <summary>
/// 是否启用
/// </summary>