采集项更改
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user