清理无用代码

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
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;
namespace JinYuan.MES.Models
{
@@ -22,7 +18,7 @@ namespace JinYuan.MES.Models
/// <summary>
/// 设备数据
/// </summary>
public string payload { get; set; }
public string payload { get; set; }
}
/// <summary>
@@ -30,8 +26,8 @@ namespace JinYuan.MES.Models
/// </summary>
public class Payload1
{
/// <summary>
/// 工厂代码
/// </summary>
@@ -71,7 +67,7 @@ namespace JinYuan.MES.Models
/// <summary>
/// 条码数组
/// </summary>
public IdentificationListItem identification { get; set; }
public List<TagDataVOListItem> tagDataVOList { get; set; }
}