pan
2025-12-06 898b21c72cba3770a6be3c2437f69accbb2bbc91
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -21,5 +21,12 @@
        public string Barcode { get; set; }
        public string BatchNo { get; set; }
        public string SupplyCode { get; set; }
        public DateTime StockCreateDate { get; set; }
        public int StockId { get; set; }
        public int? OrderDetailId { get; set; }
    }
}