heshaofeng
7 天以前 b31c222f0457b8afa4f80f05cd0063fbeb7a1e2f
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -19,6 +19,14 @@
        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; }
    }
}