zongzhibin
2024-11-27 5e610f4c9d9870b393720bc5fcc856e97bc2ea4b
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; }
}