chengsc
2025-06-11 f21906b6464a0e6b42aade6f70127f7b8d6611f3
Admin.NET/WCS.Application/Entity/WcsTask.cs
@@ -188,5 +188,9 @@
    /// </summary>
    public string? CarIp { get; set; }
    /// <summary>
    /// 是否完成分段任务 用于小车到达成品入库口  0/""/null 未完成  1完成
    /// </summary>
    public string? IsComple { get; set; }
}