222
schangxiang@126.com
2024-11-30 6143bf1429551edd4d71f45b120bc99689031e40
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; }
    }