chengsc
2025-04-28 e3a4181b4e107c8d2dc13f489ec62af28451bf3a
Admin.NET/WCS.Application/Entity/WcsTask.cs
@@ -167,4 +167,11 @@
    /// 设备类型
    /// </summary>
    public PLCTypeEnum? Type { get; set; }
    /// <summary>
    /// 小车IP
    /// </summary>
    public string? CarIp { get; set; }
}