22
schangxiang@126.com
2024-12-10 c733a6f12bc6f8e7f206ef8173e8991041248c36
LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsOrder/Mes_Package_Gather/Dto/Mes_Package_GatherOutput.cs
@@ -41,6 +41,11 @@
    public Admin.NET.Application.UpiStatusEnum UpiStatus { get; set; }
    
    /// <summary>
    /// 是否齐包
    /// </summary>
    public bool? IsQiBao { get; set; }
    /// <summary>
    /// 纸箱长
    /// </summary>
    public float? Info1 { get; set; }
@@ -130,6 +135,11 @@
    /// </summary>
    public bool IsDelete { get; set; }
    
    /// <summary>
    /// 标记
    /// </summary>
    public Admin.NET.Application.UpiFlagEnum? UpiFlag { get; set; }
    }