wxw
4 天以前 c94155739adeaced3311fd1f33725a9ea0ef8373
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; }
}