采集项更改

This commit is contained in:
liming 蔡
2026-08-14 13:38:34 +08:00
parent 8e9656a2b5
commit c89efa6461
10 changed files with 218 additions and 250 deletions
+12
View File
@@ -52,6 +52,12 @@ namespace JY.Model
[Name("条码对比")]
public string TMDB { get; set; }
/// <summary>
/// 进站时间
/// </summary>
[SugarColumn(ColumnName = "InTime")]
public string InTime { set; get; }
/// <summary>
/// 出站时间
/// </summary>
@@ -59,6 +65,12 @@ namespace JY.Model
[Name("出站时间")]
public string OutTime { set; get; }
/// <summary>
/// 是否复投
/// </summary>
[SugarColumn(ColumnName = "IsRepeat")]
public bool IsRepeat { get; set; }
/// <summary>
/// 正面(2W/3W)
/// </summary>
+2 -2
View File
@@ -9,8 +9,8 @@ namespace JY.Model.Excel
{
public class CollectItemCfg
{
[Description("PLC相对地址")]
public int? PLCRelAddress { get; set; }
//[Description("PLC相对地址")]
//public int? PLCRelAddress { get; set; }
[Description("PLC采集数据含义")]
public string PLCItemName { get; set; }