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