chengsc
2025-04-29 c0db9d535378276c5f70442f90074529c3b6de90
Admin.NET/WCS.Application/Entity/WcsTask.cs
@@ -182,4 +182,11 @@
    [SugarColumn(ColumnName = "TaskId", ColumnDescription = "PLC-WCS交互任务号")]
    public int? TaskId { get; set; }
    
    /// <summary>
    /// 小车IP
    /// </summary>
    public string? CarIp { get; set; }
}