1
huangxiaoqiang
10 天以前 dda095e27b535d5748340f127c5f83c0d1324226
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_DTO/Stock/StockSelectViewDTO.cs
@@ -8,6 +8,7 @@
{
    public class StockSelectViewDTO
    {
        public int Id { get; set; }
        public string MaterielCode { get; set; }
        public string MaterielName { get; set; }
@@ -17,5 +18,7 @@
        public string PalletCode { get; set; }
        public string LocationCode { get; set; }
        public decimal Quantity { get; set; }
    }
}