heshaofeng
2025-12-05 b6a40a2d8fdcffb3accfc7e424c0726a87a59ddf
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -18,5 +18,15 @@
        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; }
    }
}