zongzhibin
2024-11-30 aa00074986140e57be1f56272311e84abd8566ac
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; }
    }