schangxiang@126.com
2024-11-28 2e435c4920c87c4ffc0ebfa300dc438488ceb74c
LA24030_LuLiPackageLine_Wms/Admin.NET.Application/Service/WmsStockQuan/WmsStockQuan/Dto/WmsStockQuanInput.cs
@@ -422,6 +422,7 @@
    /// 批次
    /// </summary>
    public string? PlanNo { get; set; }
    public string PackageCode { get; set; }
}
@@ -453,7 +454,7 @@
    /// <summary>
    /// 部件条码
    /// </summary>
    public string? Upi { get; set; }
    public string? UPI { get; set; }
    /// <summary>
    /// 部件名称
@@ -464,5 +465,5 @@
    /// 批次
    /// </summary>
    public string? PlanNo { get; set; }
    public string PackageCode { get; set; }
}