pan
2025-12-02 550ae4989da1ce9ca874a00aec7423d252b67a27
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -13,10 +13,20 @@
        public string MaterielName { get; set; }
        public float UseableQuantity { get; set; }
        public decimal UseableQuantity { get; set; }
        public string PalletCode { get; set; }
        public string LocationCode { get; set; }
        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; }
    }
}