111
tjx
6 天以前 f34f0751ef0c6305c94ff342ca7fbe24aa09844e
StandardPda/MES.Service/Dto/webApi/ReturnableStockSearchDto.cs
@@ -100,4 +100,9 @@
    ///     物料条码
    /// </summary>
    public string? ItemBarcode { get; set; }
    /// <summary>
    ///     库存状态 (立库入库中=0, 已在立库内=1, 进入立库的路上=2)
    /// </summary>
    public string? StockStatus { get; set; }
}