1
huangxiaoqiang
3 天以前 5a15fa73d5f6a39917013871a65eb11a8c013391
项目代码/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; }
    }
}